Shades of Deep Cerise #CD297E
Tints of Deep Cerise #CD297E
RGB
CMYK
RGB Variations
Color information
#CD297E (or 0xCD297E) is known color: Deep Cerise. HEX triplet: CD, 29 and 7E. RGB value is (205,41,126). Sum of RGB (Red+Green+Blue) = 205+41+126=372 (49% of max value = 765). Red value is 205 (80.47% from 255 or 55.11% from 372); Green value is 41 (16.41% from 255 or 11.02% from 372); Blue value is 126 (49.61% from 255 or 33.87% from 372); Max value from RGB is 205 - color contains mainly: red. Hex color #CD297E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD297E is #32D681. Grayscale: #636363. Windows color (decimal): -3331714 or 8268237. OLE color: 8268237.
HSL color Cylindrical-coordinate representation of color #CD297E: hue angle of 328.9º 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 #CD297E is Cyan = 0, Magento = 0.8, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 41 | 126 | - |
| CMYK | 0 | 0.8 | 0.39 | 0.20 |
| HSL | 328.9º | 0.67% | 0.48% | - |
| HSV(B) | 328.9º | 0.8% | 0.8% | - |
| XYZ | 29.74 | 16.07 | 21.27 | - |
| YUV | 99.73 | 142.83 | 203.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 41 | 126 | 0 | 0.8 | 0.39 | 0.20 | 328.9 | 0.67 | 0.48 |
| Hex | CD | 29 | 7E | 0 | 50 | 27 | 14 | 149 | 43 | 30 |
| Octal | 315 | 51 | 176 | 0 | 120 | 47 | 24 | 511 | 103 | 60 |
| Binary | 11001101 | 101001 | 1111110 | 0 | 1010000 | 100111 | 10100 | 101001001 | 1000011 | 110000 |
Color Harmonies of #CD297E
Complementary color
Monochromatic Colors of #CD297E
Black with #CD297E
Text Example
Text Example
White with #CD297E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD297E; }
p { color: rgb(205,41,126); }
H1.HeaderClassName
{
color: #CD297E;
}
.AnyTagClassName
{
color: #CD297E;
}
</style>
background-color css
<style>
a { background-color: #CD297E; }
a { background-color: rgb(205,41,126); }
div.DivClassName
{
background-color: #CD297E;
}
.BgClassName
{
background-color: #CD297E;
}
</style>
border-color css
<style>
span { border-color: #CD297E; }
span { border-color: rgb(205,41,126); }
td.TdClassName
{
border-color: #CD297E;
}
.TagClassName
{
border-color: #CD297E;
}
</style>