Shades of Deep Cerise #CD2E90
Tints of Deep Cerise #CD2E90
RGB
CMYK
RGB Variations
Color information
#CD2E90 (or 0xCD2E90) is known color: Deep Cerise. HEX triplet: CD, 2E and 90. RGB value is (205,46,144). Sum of RGB (Red+Green+Blue) = 205+46+144=395 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.90% from 395); Green value is 46 (18.36% from 255 or 11.65% from 395); Blue value is 144 (56.64% from 255 or 36.46% from 395); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2E90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD2E90 is #32D16F. Grayscale: #686868. Windows color (decimal): -3330416 or 9449165. OLE color: 9449165.
HSL color Cylindrical-coordinate representation of color #CD2E90: hue angle of 323.02º degrees, saturation: 0.63, 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 #CD2E90 is Cyan = 0, Magento = 0.78, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 46 | 144 | - |
| CMYK | 0 | 0.78 | 0.30 | 0.20 |
| HSL | 323.02º | 0.63% | 0.49% | - |
| HSV(B) | 323.02º | 0.78% | 0.8% | - |
| XYZ | 31.19 | 16.95 | 28.01 | - |
| YUV | 104.71 | 150.18 | 199.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 46 | 144 | 0 | 0.78 | 0.30 | 0.20 | 323.02 | 0.63 | 0.49 |
| Hex | CD | 2E | 90 | 0 | 4E | 1E | 14 | 143 | 3F | 31 |
| Octal | 315 | 56 | 220 | 0 | 116 | 36 | 24 | 503 | 77 | 61 |
| Binary | 11001101 | 101110 | 10010000 | 0 | 1001110 | 11110 | 10100 | 101000011 | 111111 | 110001 |
Color Harmonies of #CD2E90
Complementary color
Monochromatic Colors of #CD2E90
Black with #CD2E90
Text Example
Text Example
White with #CD2E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2E90; }
p { color: rgb(205,46,144); }
H1.HeaderClassName
{
color: #CD2E90;
}
.AnyTagClassName
{
color: #CD2E90;
}
</style>
background-color css
<style>
a { background-color: #CD2E90; }
a { background-color: rgb(205,46,144); }
div.DivClassName
{
background-color: #CD2E90;
}
.BgClassName
{
background-color: #CD2E90;
}
</style>
border-color css
<style>
span { border-color: #CD2E90; }
span { border-color: rgb(205,46,144); }
td.TdClassName
{
border-color: #CD2E90;
}
.TagClassName
{
border-color: #CD2E90;
}
</style>