#CC35CA

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

Shades of Fuchsia #CC35CA

Tints of Fuchsia #CC35CA

Color information

#CC35CA (or 0xCC35CA) is unknown color: approx Fuchsia. HEX triplet: CC, 35 and CA. RGB value is (204,53,202). Sum of RGB (Red+Green+Blue) = 204+53+202=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 53 (21.09% from 255 or 11.55% from 459); Blue value is 202 (79.30% from 255 or 44.01% from 459); Max value from RGB is 204 - color contains mainly: red. Hex color #CC35CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC35CA is #33CA35. Grayscale: #727272. Windows color (decimal): -3394102 or 13252044. OLE color: 13252044.

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

Color convert

RGB20453202-
CMYK00.740.010.2
HSL300.79º59.68%50.39%-
HSV(B)300.79º74.02%80%-
XYZ36.8419.6557.73-
YUV115.14177.03191.38-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.44%
GREEN value IS 53 (21.09% from 255) = 11.55%
BLUE value IS 202 (79.30% from 255) = 44.01%
R=44.44%
G=11.55%
B=44.01%

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
Decimal2045320200.740.010.2300.7959.6850.39
HexCC35CA04A11412d3c32
Octal3146531201121244557462
Binary110011001101011100101001001010110100100101101111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC35CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC35CA; }

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

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

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

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

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

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

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

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