#CC37BC

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

Shades of Fuchsia #CC37BC

Tints of Fuchsia #CC37BC

Color information

#CC37BC (or 0xCC37BC) is unknown color: approx Fuchsia. HEX triplet: CC, 37 and BC. RGB value is (204,55,188). Sum of RGB (Red+Green+Blue) = 204+55+188=447 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.64% from 447); Green value is 55 (21.88% from 255 or 12.30% from 447); Blue value is 188 (73.83% from 255 or 42.06% from 447); Max value from RGB is 204 - color contains mainly: red. Hex color #CC37BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC37BC is #33C843. Grayscale: #727272. Windows color (decimal): -3393604 or 12335052. OLE color: 12335052.

HSL color Cylindrical-coordinate representation of color #CC37BC: hue angle of 306.44º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CC37BC is Cyan = 0, Magento = 0.73, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB20455188-
CMYK00.730.080.2
HSL306.44º59.36%50.78%-
HSV(B)306.44º73.04%80%-
XYZ35.3519.249.42-
YUV114.71169.36191.69-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.64%
GREEN value IS 55 (21.88% from 255) = 12.30%
BLUE value IS 188 (73.83% from 255) = 42.06%
R=45.64%
G=12.30%
B=42.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2045518800.730.080.2306.4459.3650.78
HexCC37BC0498141323b33
Octal31467274011110244627363
Binary110011001101111011110001001001100010100100110010111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC37BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC37BC; }

 p { color: rgb(204,55,188); }

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

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

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

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

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

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

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