Shades of Deep Cerise #CD2892
Tints of Deep Cerise #CD2892
RGB
CMYK
RGB Variations
Color information
#CD2892 (or 0xCD2892) is known color: Deep Cerise. HEX triplet: CD, 28 and 92. RGB value is (205,40,146). Sum of RGB (Red+Green+Blue) = 205+40+146=391 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.43% from 391); Green value is 40 (16.02% from 255 or 10.23% from 391); Blue value is 146 (57.42% from 255 or 37.34% from 391); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2892 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD2892 is #32D76D. Grayscale: #656565. Windows color (decimal): -3331950 or 9578701. OLE color: 9578701.
HSL color Cylindrical-coordinate representation of color #CD2892: hue angle of 321.45º 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 #CD2892 is Cyan = 0, Magento = 0.80, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 40 | 146 | - |
| CMYK | 0 | 0.80 | 0.29 | 0.20 |
| HSL | 321.45º | 0.67% | 0.48% | - |
| HSV(B) | 321.45º | 0.8% | 0.8% | - |
| XYZ | 31.12 | 16.57 | 28.75 | - |
| YUV | 101.42 | 153.16 | 201.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 40 | 146 | 0 | 0.80 | 0.29 | 0.20 | 321.45 | 0.67 | 0.48 |
| Hex | CD | 28 | 92 | 0 | 50 | 1D | 14 | 141 | 43 | 30 |
| Octal | 315 | 50 | 222 | 0 | 120 | 35 | 24 | 501 | 103 | 60 |
| Binary | 11001101 | 101000 | 10010010 | 0 | 1010000 | 11101 | 10100 | 101000001 | 1000011 | 110000 |
Color Harmonies of #CD2892
Complementary color
Monochromatic Colors of #CD2892
Black with #CD2892
Text Example
Text Example
White with #CD2892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2892; }
p { color: rgb(205,40,146); }
H1.HeaderClassName
{
color: #CD2892;
}
.AnyTagClassName
{
color: #CD2892;
}
</style>
background-color css
<style>
a { background-color: #CD2892; }
a { background-color: rgb(205,40,146); }
div.DivClassName
{
background-color: #CD2892;
}
.BgClassName
{
background-color: #CD2892;
}
</style>
border-color css
<style>
span { border-color: #CD2892; }
span { border-color: rgb(205,40,146); }
td.TdClassName
{
border-color: #CD2892;
}
.TagClassName
{
border-color: #CD2892;
}
</style>