#CD3578

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

Shades of Deep Cerise #CD3578

Tints of Deep Cerise #CD3578

Color information

#CD3578 (or 0xCD3578) is unknown color: approx Deep Cerise. HEX triplet: CD, 35 and 78. RGB value is (205,53,120). Sum of RGB (Red+Green+Blue) = 205+53+120=378 (50% of max value = 765). Red value is 205 (80.47% from 255 or 54.23% from 378); Green value is 53 (21.09% from 255 or 14.02% from 378); Blue value is 120 (47.27% from 255 or 31.75% from 378); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3578 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD3578 is #32CA87. Grayscale: #696969. Windows color (decimal): -3328648 or 7878093. OLE color: 7878093.

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

Color convert

RGB20553120-
CMYK00.740.410.20
HSL333.55º60.32%50.59%-
HSV(B)333.55º74.15%80.39%-
XYZ29.8416.8819.45-
YUV106.09135.86198.55-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 54.23%
GREEN value IS 53 (21.09% from 255) = 14.02%
BLUE value IS 120 (47.27% from 255) = 31.75%
R=54.23%
G=14.02%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.41
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2055312000.740.410.20333.5560.3250.59
HexCD357804A291414e3c33
Octal31565170011251245167463
Binary1100110111010111110000100101010100110100101001110111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD3578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD3578; }

 p { color: rgb(205,53,120); }

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

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

 a { background-color: rgb(205,53,120); }

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

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

 span { border-color: rgb(205,53,120); }

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