#CC36CA

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

Shades of Fuchsia #CC36CA

Tints of Fuchsia #CC36CA

Color information

#CC36CA (or 0xCC36CA) is unknown color: approx Fuchsia. HEX triplet: CC, 36 and CA. RGB value is (204,54,202). Sum of RGB (Red+Green+Blue) = 204+54+202=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 54 (21.48% from 255 or 11.74% from 460); Blue value is 202 (79.30% from 255 or 43.91% from 460); Max value from RGB is 204 - color contains mainly: red. Hex color #CC36CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC36CA is #33C935. Grayscale: #737373. Windows color (decimal): -3393846 or 13252300. OLE color: 13252300.

HSL color Cylindrical-coordinate representation of color #CC36CA: hue angle of 300.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 #CC36CA is Cyan = 0, Magento = 0.74, Yellow = 0.01 and Black (K on CMYK) = 0.2.

Color convert

RGB20454202-
CMYK00.740.010.2
HSL300.8º59.52%50.59%-
HSV(B)300.8º73.53%80%-
XYZ36.8819.7457.74-
YUV115.72176.7190.97-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.35%
GREEN value IS 54 (21.48% from 255) = 11.74%
BLUE value IS 202 (79.30% from 255) = 43.91%
R=44.35%
G=11.74%
B=43.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.01
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2045420200.740.010.2300.859.5250.59
HexCC36CA04A11412d3c33
Octal3146631201121244557463
Binary110011001101101100101001001010110100100101101111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC36CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC36CA; }

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

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

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

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

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

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

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

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