#CD3996

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

Shades of Deep Cerise #CD3996

Tints of Deep Cerise #CD3996

Color information

#CD3996 (or 0xCD3996) is unknown color: approx Deep Cerise. HEX triplet: CD, 39 and 96. RGB value is (205,57,150). Sum of RGB (Red+Green+Blue) = 205+57+150=412 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.76% from 412); Green value is 57 (22.66% from 255 or 13.83% from 412); Blue value is 150 (58.98% from 255 or 36.41% from 412); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3996 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD3996 is #32C669. Grayscale: #6F6F6F. Windows color (decimal): -3327594 or 9845197. OLE color: 9845197.

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

Color convert

RGB20557150-
CMYK00.720.270.20
HSL322.3º59.68%51.37%-
HSV(B)322.3º72.2%80.39%-
XYZ32.1418.1130.66-
YUV111.85149.53194.44-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 49.76%
GREEN value IS 57 (22.66% from 255) = 13.83%
BLUE value IS 150 (58.98% from 255) = 36.41%
R=49.76%
G=13.83%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2055715000.720.270.20322.359.6851.37
HexCD39960481B141423c33
Octal31571226011033245027463
Binary1100110111100110010110010010001101110100101000010111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD3996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD3996; }

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

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

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

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

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

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

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

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