#CC36CB

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

Shades of Fuchsia #CC36CB

Tints of Fuchsia #CC36CB

Color information

#CC36CB (or 0xCC36CB) is unknown color: approx Fuchsia. HEX triplet: CC, 36 and CB. RGB value is (204,54,203). Sum of RGB (Red+Green+Blue) = 204+54+203=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 54 (21.48% from 255 or 11.71% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 204 - color contains mainly: red. Hex color #CC36CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC36CB is #33C934. Grayscale: #737373. Windows color (decimal): -3393845 or 13317836. OLE color: 13317836.

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

Color convert

RGB20454203-
CMYK00.740.000.2
HSL300.4º59.52%50.59%-
HSV(B)300.4º73.53%80%-
XYZ3719.7958.37-
YUV115.84177.2190.88-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.25%
GREEN value IS 54 (21.48% from 255) = 11.71%
BLUE value IS 203 (79.69% from 255) = 44.03%
R=44.25%
G=11.71%
B=44.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.00
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2045420300.740.000.2300.459.5250.59
HexCC36CB04A01412c3c33
Octal3146631301120244547463
Binary110011001101101100101101001010010100100101100111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC36CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC36CB; }

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

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

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

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

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

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

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

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