Shades of Deep Cerise #CD297B
Tints of Deep Cerise #CD297B
RGB
CMYK
RGB Variations
Color information
#CD297B (or 0xCD297B) is known color: Deep Cerise. HEX triplet: CD, 29 and 7B. RGB value is (205,41,123). Sum of RGB (Red+Green+Blue) = 205+41+123=369 (48% of max value = 765). Red value is 205 (80.47% from 255 or 55.56% from 369); Green value is 41 (16.41% from 255 or 11.11% from 369); Blue value is 123 (48.44% from 255 or 33.33% from 369); Max value from RGB is 205 - color contains mainly: red. Hex color #CD297B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD297B is #32D684. Grayscale: #636363. Windows color (decimal): -3331717 or 8071629. OLE color: 8071629.
HSL color Cylindrical-coordinate representation of color #CD297B: hue angle of 330º 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 #CD297B is Cyan = 0, Magento = 0.8, Yellow = 0.4 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 41 | 123 | - |
| CMYK | 0 | 0.8 | 0.4 | 0.20 |
| HSL | 330º | 0.67% | 0.48% | - |
| HSV(B) | 330º | 0.8% | 0.8% | - |
| XYZ | 29.54 | 16 | 20.27 | - |
| YUV | 99.38 | 141.33 | 203.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 41 | 123 | 0 | 0.8 | 0.4 | 0.20 | 330 | 0.67 | 0.48 |
| Hex | CD | 29 | 7B | 0 | 50 | 28 | 14 | 14A | 43 | 30 |
| Octal | 315 | 51 | 173 | 0 | 120 | 50 | 24 | 512 | 103 | 60 |
| Binary | 11001101 | 101001 | 1111011 | 0 | 1010000 | 101000 | 10100 | 101001010 | 1000011 | 110000 |
Color Harmonies of #CD297B
Complementary color
Monochromatic Colors of #CD297B
Black with #CD297B
Text Example
Text Example
White with #CD297B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD297B; }
p { color: rgb(205,41,123); }
H1.HeaderClassName
{
color: #CD297B;
}
.AnyTagClassName
{
color: #CD297B;
}
</style>
background-color css
<style>
a { background-color: #CD297B; }
a { background-color: rgb(205,41,123); }
div.DivClassName
{
background-color: #CD297B;
}
.BgClassName
{
background-color: #CD297B;
}
</style>
border-color css
<style>
span { border-color: #CD297B; }
span { border-color: rgb(205,41,123); }
td.TdClassName
{
border-color: #CD297B;
}
.TagClassName
{
border-color: #CD297B;
}
</style>