#CD3980

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

Shades of Deep Cerise #CD3980

Tints of Deep Cerise #CD3980

Color information

#CD3980 (or 0xCD3980) is unknown color: approx Deep Cerise. HEX triplet: CD, 39 and 80. RGB value is (205,57,128). Sum of RGB (Red+Green+Blue) = 205+57+128=390 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.56% from 390); Green value is 57 (22.66% from 255 or 14.62% from 390); Blue value is 128 (50.39% from 255 or 32.82% from 390); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3980 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD3980 is #32C67F. Grayscale: #6D6D6D. Windows color (decimal): -3327616 or 8403405. OLE color: 8403405.

HSL color Cylindrical-coordinate representation of color #CD3980: hue angle of 331.22º degrees, saturation: 0.6, 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 #CD3980 is Cyan = 0, Magento = 0.72, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB20557128-
CMYK00.720.380.20
HSL331.22º59.68%51.37%-
HSV(B)331.22º72.2%80.39%-
XYZ30.5417.4622.18-
YUV109.35138.53196.23-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 52.56%
GREEN value IS 57 (22.66% from 255) = 14.62%
BLUE value IS 128 (50.39% from 255) = 32.82%
R=52.56%
G=14.62%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2055712800.720.380.20331.2259.6851.37
HexCD3980048261414b3c33
Octal31571200011046245137463
Binary11001101111001100000000100100010011010100101001011111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD3980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD3980; }

 p { color: rgb(205,57,128); }

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

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

 a { background-color: rgb(205,57,128); }

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

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

 span { border-color: rgb(205,57,128); }

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