#CC36CE

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

Shades of Fuchsia #CC36CE

Tints of Fuchsia #CC36CE

Color information

#CC36CE (or 0xCC36CE) is unknown color: approx Fuchsia. HEX triplet: CC, 36 and CE. RGB value is (204,54,206). Sum of RGB (Red+Green+Blue) = 204+54+206=464 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.97% from 464); Green value is 54 (21.48% from 255 or 11.64% from 464); Blue value is 206 (80.86% from 255 or 44.40% from 464); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC36CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC36CE is #33C931. Grayscale: #737373. Windows color (decimal): -3393842 or 13514444. OLE color: 13514444.

HSL color Cylindrical-coordinate representation of color #CC36CE: hue angle of 299.21º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC36CE is Cyan = 0.01, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB20454206-
CMYK0.010.7400.19
HSL299.21º60.8%50.98%-
HSV(B)299.21º73.79%80.78%-
XYZ37.3619.9360.27-
YUV116.18178.7190.64-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.97%
GREEN value IS 54 (21.48% from 255) = 11.64%
BLUE value IS 206 (80.86% from 255) = 44.40%
R=43.97%
G=11.64%
B=44.40%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal204542060.010.7400.19299.2160.850.98
HexCC36CE14A01312b3d33
Octal3146631611120234537563
Binary110011001101101100111011001010010011100101011111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC36CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC36CE; }

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

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

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

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

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

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

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

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