#C037CC

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

Shades of Fuchsia #C037CC

Tints of Fuchsia #C037CC

Color information

#C037CC (or 0xC037CC) is unknown color: approx Fuchsia. HEX triplet: C0, 37 and CC. RGB value is (192,55,204). Sum of RGB (Red+Green+Blue) = 192+55+204=451 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.57% from 451); Green value is 55 (21.88% from 255 or 12.20% from 451); Blue value is 204 (80.08% from 255 or 45.23% from 451); Max value from RGB is 204 - color contains mainly: blue. Hex color #C037CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C037CC is #3FC833. Grayscale: #707070. Windows color (decimal): -4180020 or 13383616. OLE color: 13383616.

HSL color Cylindrical-coordinate representation of color #C037CC: hue angle of 295.17º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C037CC is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB19255204-
CMYK0.060.7300.2
HSL295.17º59.36%50.78%-
HSV(B)295.17º73.04%80%-
XYZ3418.358.87-
YUV112.95179.39184.38-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.57%
GREEN value IS 55 (21.88% from 255) = 12.20%
BLUE value IS 204 (80.08% from 255) = 45.23%
R=42.57%
G=12.20%
B=45.23%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal192552040.060.7300.2295.1759.3650.78
HexC037CC6490141273b33
Octal3006731461110244477363
Binary11000000110111110011001101001001010100100100111111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C037CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C037CC; }

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

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

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

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

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

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

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

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