Shades of Deep Cerise #CD2997
Tints of Deep Cerise #CD2997
RGB
CMYK
RGB Variations
Color information
#CD2997 (or 0xCD2997) is known color: Deep Cerise. HEX triplet: CD, 29 and 97. RGB value is (205,41,151). Sum of RGB (Red+Green+Blue) = 205+41+151=397 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.64% from 397); Green value is 41 (16.41% from 255 or 10.33% from 397); Blue value is 151 (59.38% from 255 or 38.04% from 397); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2997 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD2997 is #32D668. Grayscale: #666666. Windows color (decimal): -3331689 or 9906637. OLE color: 9906637.
HSL color Cylindrical-coordinate representation of color #CD2997: hue angle of 319.76º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CD2997 is Cyan = 0, Magento = 0.8, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 41 | 151 | - |
| CMYK | 0 | 0.8 | 0.26 | 0.20 |
| HSL | 319.76º | 0.67% | 0.48% | - |
| HSV(B) | 319.76º | 0.8% | 0.8% | - |
| XYZ | 31.56 | 16.8 | 30.86 | - |
| YUV | 102.58 | 155.33 | 201.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 41 | 151 | 0 | 0.8 | 0.26 | 0.20 | 319.76 | 0.67 | 0.48 |
| Hex | CD | 29 | 97 | 0 | 50 | 1A | 14 | 140 | 43 | 30 |
| Octal | 315 | 51 | 227 | 0 | 120 | 32 | 24 | 500 | 103 | 60 |
| Binary | 11001101 | 101001 | 10010111 | 0 | 1010000 | 11010 | 10100 | 101000000 | 1000011 | 110000 |
Color Harmonies of #CD2997
Complementary color
Monochromatic Colors of #CD2997
Black with #CD2997
Text Example
Text Example
White with #CD2997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2997; }
p { color: rgb(205,41,151); }
H1.HeaderClassName
{
color: #CD2997;
}
.AnyTagClassName
{
color: #CD2997;
}
</style>
background-color css
<style>
a { background-color: #CD2997; }
a { background-color: rgb(205,41,151); }
div.DivClassName
{
background-color: #CD2997;
}
.BgClassName
{
background-color: #CD2997;
}
</style>
border-color css
<style>
span { border-color: #CD2997; }
span { border-color: rgb(205,41,151); }
td.TdClassName
{
border-color: #CD2997;
}
.TagClassName
{
border-color: #CD2997;
}
</style>