#CD3579

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

Shades of Deep Cerise #CD3579

Tints of Deep Cerise #CD3579

Color information

#CD3579 (or 0xCD3579) is unknown color: approx Deep Cerise. HEX triplet: CD, 35 and 79. RGB value is (205,53,121). Sum of RGB (Red+Green+Blue) = 205+53+121=379 (50% of max value = 765). Red value is 205 (80.47% from 255 or 54.09% from 379); Green value is 53 (21.09% from 255 or 13.98% from 379); Blue value is 121 (47.66% from 255 or 31.93% from 379); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3579 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD3579 is #32CA86. Grayscale: #6A6A6A. Windows color (decimal): -3328647 or 7943629. OLE color: 7943629.

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

Color convert

RGB20553121-
CMYK00.740.410.20
HSL333.16º60.32%50.59%-
HSV(B)333.16º74.15%80.39%-
XYZ29.916.9119.78-
YUV106.2136.36198.47-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 54.09%
GREEN value IS 53 (21.09% from 255) = 13.98%
BLUE value IS 121 (47.66% from 255) = 31.93%
R=54.09%
G=13.98%
B=31.93%

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
Decimal2055312100.740.410.20333.1660.3250.59
HexCD357904A291414d3c33
Octal31565171011251245157463
Binary1100110111010111110010100101010100110100101001101111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD3579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD3579; }

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

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

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

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

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

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

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

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