#CC36BF

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

Shades of Fuchsia #CC36BF

Tints of Fuchsia #CC36BF

Color information

#CC36BF (or 0xCC36BF) is unknown color: approx Fuchsia. HEX triplet: CC, 36 and BF. RGB value is (204,54,191). Sum of RGB (Red+Green+Blue) = 204+54+191=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 54 (21.48% from 255 or 12.03% from 449); Blue value is 191 (75% from 255 or 42.54% from 449); Max value from RGB is 204 - color contains mainly: red. Hex color #CC36BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC36BF is #33C940. Grayscale: #727272. Windows color (decimal): -3393857 or 12531404. OLE color: 12531404.

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

Color convert

RGB20454191-
CMYK00.740.060.2
HSL305.2º59.52%50.59%-
HSV(B)305.2º73.53%80%-
XYZ35.6219.2451.13-
YUV114.47171.2191.86-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.43%
GREEN value IS 54 (21.48% from 255) = 12.03%
BLUE value IS 191 (75% from 255) = 42.54%
R=45.43%
G=12.03%
B=42.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2045419100.740.060.2305.259.5250.59
HexCC36BF04A6141313c33
Octal3146627701126244617463
Binary11001100110110101111110100101011010100100110001111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC36BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC36BF; }

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

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

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

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

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

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

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

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