#CC3978

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

Shades of Deep Cerise #CC3978

Tints of Deep Cerise #CC3978

Color information

#CC3978 (or 0xCC3978) is unknown color: approx Deep Cerise. HEX triplet: CC, 39 and 78. RGB value is (204,57,120). Sum of RGB (Red+Green+Blue) = 204+57+120=381 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.54% from 381); Green value is 57 (22.66% from 255 or 14.96% from 381); Blue value is 120 (47.27% from 255 or 31.50% from 381); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3978 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3978 is #33C687. Grayscale: #6C6C6C. Windows color (decimal): -3393160 or 7879116. OLE color: 7879116.

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

Color convert

RGB20457120-
CMYK00.720.410.2
HSL334.29º59.04%51.18%-
HSV(B)334.29º72.06%80%-
XYZ29.7617.1219.51-
YUV108.14134.7196.38-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 53.54%
GREEN value IS 57 (22.66% from 255) = 14.96%
BLUE value IS 120 (47.27% from 255) = 31.50%
R=53.54%
G=14.96%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.41
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2045712000.720.410.2334.2959.0451.18
HexCC3978048291414e3b33
Octal31471170011051245167363
Binary1100110011100111110000100100010100110100101001110111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC3978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC3978; }

 p { color: rgb(204,57,120); }

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

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

 a { background-color: rgb(204,57,120); }

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

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

 span { border-color: rgb(204,57,120); }

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