Shades of Deep Cerise #CD2F9A
Tints of Deep Cerise #CD2F9A
RGB
CMYK
RGB Variations
Color information
#CD2F9A (or 0xCD2F9A) is known color: Deep Cerise. HEX triplet: CD, 2F and 9A. RGB value is (205,47,154). Sum of RGB (Red+Green+Blue) = 205+47+154=406 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.49% from 406); Green value is 47 (18.75% from 255 or 11.58% from 406); Blue value is 154 (60.55% from 255 or 37.93% from 406); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2F9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD2F9A is #32D065. Grayscale: #6A6A6A. Windows color (decimal): -3330150 or 10104781. OLE color: 10104781.
HSL color Cylindrical-coordinate representation of color #CD2F9A: hue angle of 319.37º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CD2F9A is Cyan = 0, Magento = 0.77, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 47 | 154 | - |
| CMYK | 0 | 0.77 | 0.25 | 0.20 |
| HSL | 319.37º | 0.63% | 0.49% | - |
| HSV(B) | 319.37º | 0.77% | 0.8% | - |
| XYZ | 32.03 | 17.35 | 32.23 | - |
| YUV | 106.44 | 154.85 | 198.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 47 | 154 | 0 | 0.77 | 0.25 | 0.20 | 319.37 | 0.63 | 0.49 |
| Hex | CD | 2F | 9A | 0 | 4D | 19 | 14 | 13F | 3F | 31 |
| Octal | 315 | 57 | 232 | 0 | 115 | 31 | 24 | 477 | 77 | 61 |
| Binary | 11001101 | 101111 | 10011010 | 0 | 1001101 | 11001 | 10100 | 100111111 | 111111 | 110001 |
Color Harmonies of #CD2F9A
Complementary color
Monochromatic Colors of #CD2F9A
Black with #CD2F9A
Text Example
Text Example
White with #CD2F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2F9A; }
p { color: rgb(205,47,154); }
H1.HeaderClassName
{
color: #CD2F9A;
}
.AnyTagClassName
{
color: #CD2F9A;
}
</style>
background-color css
<style>
a { background-color: #CD2F9A; }
a { background-color: rgb(205,47,154); }
div.DivClassName
{
background-color: #CD2F9A;
}
.BgClassName
{
background-color: #CD2F9A;
}
</style>
border-color css
<style>
span { border-color: #CD2F9A; }
span { border-color: rgb(205,47,154); }
td.TdClassName
{
border-color: #CD2F9A;
}
.TagClassName
{
border-color: #CD2F9A;
}
</style>