Shades of Deep Cerise #CD2D9B
Tints of Deep Cerise #CD2D9B
RGB
CMYK
RGB Variations
Color information
#CD2D9B (or 0xCD2D9B) is known color: Deep Cerise. HEX triplet: CD, 2D and 9B. RGB value is (205,45,155). Sum of RGB (Red+Green+Blue) = 205+45+155=405 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.62% from 405); Green value is 45 (17.97% from 255 or 11.11% from 405); Blue value is 155 (60.94% from 255 or 38.27% from 405); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2D9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD2D9B is #32D264. Grayscale: #696969. Windows color (decimal): -3330661 or 10169805. OLE color: 10169805.
HSL color Cylindrical-coordinate representation of color #CD2D9B: hue angle of 318.75º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CD2D9B is Cyan = 0, Magento = 0.78, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 45 | 155 | - |
| CMYK | 0 | 0.78 | 0.24 | 0.20 |
| HSL | 318.75º | 0.64% | 0.49% | - |
| HSV(B) | 318.75º | 0.78% | 0.8% | - |
| XYZ | 32.03 | 17.22 | 32.65 | - |
| YUV | 105.38 | 156.01 | 199.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 45 | 155 | 0 | 0.78 | 0.24 | 0.20 | 318.75 | 0.64 | 0.49 |
| Hex | CD | 2D | 9B | 0 | 4E | 18 | 14 | 13F | 40 | 31 |
| Octal | 315 | 55 | 233 | 0 | 116 | 30 | 24 | 477 | 100 | 61 |
| Binary | 11001101 | 101101 | 10011011 | 0 | 1001110 | 11000 | 10100 | 100111111 | 1000000 | 110001 |
Color Harmonies of #CD2D9B
Complementary color
Monochromatic Colors of #CD2D9B
Black with #CD2D9B
Text Example
Text Example
White with #CD2D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2D9B; }
p { color: rgb(205,45,155); }
H1.HeaderClassName
{
color: #CD2D9B;
}
.AnyTagClassName
{
color: #CD2D9B;
}
</style>
background-color css
<style>
a { background-color: #CD2D9B; }
a { background-color: rgb(205,45,155); }
div.DivClassName
{
background-color: #CD2D9B;
}
.BgClassName
{
background-color: #CD2D9B;
}
</style>
border-color css
<style>
span { border-color: #CD2D9B; }
span { border-color: rgb(205,45,155); }
td.TdClassName
{
border-color: #CD2D9B;
}
.TagClassName
{
border-color: #CD2D9B;
}
</style>