#CC3377

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

Shades of Deep Cerise #CC3377

Tints of Deep Cerise #CC3377

Color information

#CC3377 (or 0xCC3377) is unknown color: approx Deep Cerise. HEX triplet: CC, 33 and 77. RGB value is (204,51,119). Sum of RGB (Red+Green+Blue) = 204+51+119=374 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.55% from 374); Green value is 51 (20.31% from 255 or 13.64% from 374); Blue value is 119 (46.88% from 255 or 31.82% from 374); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3377 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3377 is #33CC88. Grayscale: #686868. Windows color (decimal): -3394697 or 7812044. OLE color: 7812044.

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

Color convert

RGB20451119-
CMYK00.750.420.2
HSL333.33º60%50%-
HSV(B)333.33º75%80%-
XYZ29.4216.5419.09-
YUV104.5136.19198.97-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 54.55%
GREEN value IS 51 (20.31% from 255) = 13.64%
BLUE value IS 119 (46.88% from 255) = 31.82%
R=54.55%
G=13.64%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.42
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2045111900.750.420.2333.336050
HexCC337704B2A1414d3c32
Octal31463167011352245157462
Binary1100110011001111101110100101110101010100101001101111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC3377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC3377; }

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

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

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

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

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

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

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

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