#CC35CB

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

Shades of Fuchsia #CC35CB

Tints of Fuchsia #CC35CB

Color information

#CC35CB (or 0xCC35CB) is unknown color: approx Fuchsia. HEX triplet: CC, 35 and CB. RGB value is (204,53,203). Sum of RGB (Red+Green+Blue) = 204+53+203=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 53 (21.09% from 255 or 11.52% from 460); Blue value is 203 (79.69% from 255 or 44.13% from 460); Max value from RGB is 204 - color contains mainly: red. Hex color #CC35CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC35CB is #33CA34. Grayscale: #727272. Windows color (decimal): -3394101 or 13317580. OLE color: 13317580.

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

Color convert

RGB20453203-
CMYK00.740.000.2
HSL300.4º59.68%50.39%-
HSV(B)300.4º74.02%80%-
XYZ36.9519.758.35-
YUV115.25177.53191.3-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.35%
GREEN value IS 53 (21.09% from 255) = 11.52%
BLUE value IS 203 (79.69% from 255) = 44.13%
R=44.35%
G=11.52%
B=44.13%

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
Decimal2045320300.740.000.2300.459.6850.39
HexCC35CB04A01412c3c32
Octal3146531301120244547462
Binary110011001101011100101101001010010100100101100111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC35CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC35CB; }

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

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

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

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

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

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

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

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