#CC36CC

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

Shades of Fuchsia #CC36CC

Tints of Fuchsia #CC36CC

Color information

#CC36CC (or 0xCC36CC) is unknown color: approx Fuchsia. HEX triplet: CC, 36 and CC. RGB value is (204,54,204). Sum of RGB (Red+Green+Blue) = 204+54+204=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 54 (21.48% from 255 or 11.69% from 462); Blue value is 204 (80.08% from 255 or 44.16% from 462); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC36CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC36CC is #33C933. Grayscale: #737373. Windows color (decimal): -3393844 or 13383372. OLE color: 13383372.

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

Color convert

RGB20454204-
CMYK00.7400.2
HSL300º59.52%50.59%-
HSV(B)300º73.53%80%-
XYZ37.1219.8459-
YUV115.95177.7190.8-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.16%
GREEN value IS 54 (21.48% from 255) = 11.69%
BLUE value IS 204 (80.08% from 255) = 44.16%
R=44.16%
G=11.69%
B=44.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2045420400.7400.230059.5250.59
HexCC36CC04A01412c3c33
Octal3146631401120244547463
Binary110011001101101100110001001010010100100101100111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC36CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC36CC; }

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

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

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

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

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

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

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

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