#CC337E

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

Shades of Deep Cerise #CC337E

Tints of Deep Cerise #CC337E

Color information

#CC337E (or 0xCC337E) is unknown color: approx Deep Cerise. HEX triplet: CC, 33 and 7E. RGB value is (204,51,126). Sum of RGB (Red+Green+Blue) = 204+51+126=381 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.54% from 381); Green value is 51 (20.31% from 255 or 13.39% from 381); Blue value is 126 (49.61% from 255 or 33.07% from 381); Max value from RGB is 204 - color contains mainly: red. Hex color #CC337E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC337E is #33CC81. Grayscale: #696969. Windows color (decimal): -3394690 or 8270796. OLE color: 8270796.

HSL color Cylindrical-coordinate representation of color #CC337E: hue angle of 330.59º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC337E is Cyan = 0, Magento = 0.75, Yellow = 0.38 and Black (K on CMYK) = 0.2.

Color convert

RGB20451126-
CMYK00.750.380.2
HSL330.59º60%50%-
HSV(B)330.59º75%80%-
XYZ29.8516.7121.39-
YUV105.3139.69198.4-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 53.54%
GREEN value IS 51 (20.31% from 255) = 13.39%
BLUE value IS 126 (49.61% from 255) = 33.07%
R=53.54%
G=13.39%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.38
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2045112600.750.380.2330.596050
HexCC337E04B261414b3c32
Octal31463176011346245137462
Binary1100110011001111111100100101110011010100101001011111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC337E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC337E; }

 p { color: rgb(204,51,126); }

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

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

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

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

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

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

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