#C737C0

Color #C737C0 Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #C737C0

Tints of Fuchsia #C737C0

Color information

#C737C0 (or 0xC737C0) is unknown color: approx Fuchsia. HEX triplet: C7, 37 and C0. RGB value is (199,55,192). Sum of RGB (Red+Green+Blue) = 199+55+192=446 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.62% from 446); Green value is 55 (21.88% from 255 or 12.33% from 446); Blue value is 192 (75.39% from 255 or 43.05% from 446); Max value from RGB is 199 - color contains mainly: red. Hex color #C737C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C737C0 is #38C83F. Grayscale: #717171. Windows color (decimal): -3721280 or 12597191. OLE color: 12597191.

HSL color Cylindrical-coordinate representation of color #C737C0: hue angle of 302.92º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C737C0 is Cyan = 0, Magento = 0.72, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB19955192-
CMYK00.720.040.22
HSL302.92º56.69%49.8%-
HSV(B)302.92º72.36%78.04%-
XYZ34.4318.6851.66-
YUV113.67172.21188.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 199 (78.12% from 255) = 44.62%
GREEN value IS 55 (21.88% from 255) = 12.33%
BLUE value IS 192 (75.39% from 255) = 43.05%
R=44.62%
G=12.33%
B=43.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1995519200.720.040.22302.9256.6949.8
HexC737C004841612f3932
Octal3076730001104264577162
Binary11000111110111110000000100100010010110100101111111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C737C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C737C0; }

 p { color: rgb(199,55,192); }

 H1.HeaderClassName
 {
   color: #C737C0;
 }
 .AnyTagClassName
 {
   color: #C737C0;
 }
</style>
background-color css

<style>
 a { background-color: #C737C0; }

 a { background-color: rgb(199,55,192); }

 div.DivClassName
 {
   background-color: #C737C0;
 }
 .BgClassName
 {
   background-color: #C737C0;
 }
</style>
border-color css

<style>
 span { border-color: #C737C0; }

 span { border-color: rgb(199,55,192); }

 td.TdClassName
 {
   border-color: #C737C0;
 }
 .TagClassName
 {
   border-color: #C737C0;
 }
</style>