Shades of Deep Cerise #CD299E
Tints of Deep Cerise #CD299E
RGB
CMYK
RGB Variations
Color information
#CD299E (or 0xCD299E) is known color: Deep Cerise. HEX triplet: CD, 29 and 9E. RGB value is (205,41,158). Sum of RGB (Red+Green+Blue) = 205+41+158=404 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.74% from 404); Green value is 41 (16.41% from 255 or 10.15% from 404); Blue value is 158 (62.11% from 255 or 39.11% from 404); Max value from RGB is 205 - color contains mainly: red. Hex color #CD299E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD299E is #32D661. Grayscale: #676767. Windows color (decimal): -3331682 or 10365389. OLE color: 10365389.
HSL color Cylindrical-coordinate representation of color #CD299E: hue angle of 317.2º 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 #CD299E is Cyan = 0, Magento = 0.8, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 41 | 158 | - |
| CMYK | 0 | 0.8 | 0.23 | 0.20 |
| HSL | 317.2º | 0.67% | 0.48% | - |
| HSV(B) | 317.2º | 0.8% | 0.8% | - |
| XYZ | 32.14 | 17.03 | 33.94 | - |
| YUV | 103.37 | 158.83 | 200.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 41 | 158 | 0 | 0.8 | 0.23 | 0.20 | 317.2 | 0.67 | 0.48 |
| Hex | CD | 29 | 9E | 0 | 50 | 17 | 14 | 13D | 43 | 30 |
| Octal | 315 | 51 | 236 | 0 | 120 | 27 | 24 | 475 | 103 | 60 |
| Binary | 11001101 | 101001 | 10011110 | 0 | 1010000 | 10111 | 10100 | 100111101 | 1000011 | 110000 |
Color Harmonies of #CD299E
Complementary color
Monochromatic Colors of #CD299E
Black with #CD299E
Text Example
Text Example
White with #CD299E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD299E; }
p { color: rgb(205,41,158); }
H1.HeaderClassName
{
color: #CD299E;
}
.AnyTagClassName
{
color: #CD299E;
}
</style>
background-color css
<style>
a { background-color: #CD299E; }
a { background-color: rgb(205,41,158); }
div.DivClassName
{
background-color: #CD299E;
}
.BgClassName
{
background-color: #CD299E;
}
</style>
border-color css
<style>
span { border-color: #CD299E; }
span { border-color: rgb(205,41,158); }
td.TdClassName
{
border-color: #CD299E;
}
.TagClassName
{
border-color: #CD299E;
}
</style>