#CC36C5

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

Shades of Fuchsia #CC36C5

Tints of Fuchsia #CC36C5

Color information

#CC36C5 (or 0xCC36C5) is unknown color: approx Fuchsia. HEX triplet: CC, 36 and C5. RGB value is (204,54,197). Sum of RGB (Red+Green+Blue) = 204+54+197=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 54 (21.48% from 255 or 11.87% from 455); Blue value is 197 (77.34% from 255 or 43.30% from 455); Max value from RGB is 204 - color contains mainly: red. Hex color #CC36C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC36C5 is #33C93A. Grayscale: #727272. Windows color (decimal): -3393851 or 12924620. OLE color: 12924620.

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

Color convert

RGB20454197-
CMYK00.740.030.2
HSL302.8º59.52%50.59%-
HSV(B)302.8º73.53%80%-
XYZ36.319.5154.68-
YUV115.15174.2191.37-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.84%
GREEN value IS 54 (21.48% from 255) = 11.87%
BLUE value IS 197 (77.34% from 255) = 43.30%
R=44.84%
G=11.87%
B=43.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.03
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2045419700.740.030.2302.859.5250.59
HexCC36C504A31412f3c33
Octal3146630501123244577463
Binary1100110011011011000101010010101110100100101111111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC36C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC36C5; }

 p { color: rgb(204,54,197); }

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

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

 a { background-color: rgb(204,54,197); }

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

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

 span { border-color: rgb(204,54,197); }

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