Shades of Deep Cerise #CD2881
Tints of Deep Cerise #CD2881
RGB
CMYK
RGB Variations
Color information
#CD2881 (or 0xCD2881) is known color: Deep Cerise. HEX triplet: CD, 28 and 81. RGB value is (205,40,129). Sum of RGB (Red+Green+Blue) = 205+40+129=374 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.81% from 374); Green value is 40 (16.02% from 255 or 10.70% from 374); Blue value is 129 (50.78% from 255 or 34.49% from 374); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2881 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD2881 is #32D77E. Grayscale: #636363. Windows color (decimal): -3331967 or 8464589. OLE color: 8464589.
HSL color Cylindrical-coordinate representation of color #CD2881: hue angle of 327.64º 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 #CD2881 is Cyan = 0, Magento = 0.80, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 40 | 129 | - |
| CMYK | 0 | 0.80 | 0.37 | 0.20 |
| HSL | 327.64º | 0.67% | 0.48% | - |
| HSV(B) | 327.64º | 0.8% | 0.8% | - |
| XYZ | 29.9 | 16.08 | 22.3 | - |
| YUV | 99.48 | 144.66 | 203.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 40 | 129 | 0 | 0.80 | 0.37 | 0.20 | 327.64 | 0.67 | 0.48 |
| Hex | CD | 28 | 81 | 0 | 50 | 25 | 14 | 148 | 43 | 30 |
| Octal | 315 | 50 | 201 | 0 | 120 | 45 | 24 | 510 | 103 | 60 |
| Binary | 11001101 | 101000 | 10000001 | 0 | 1010000 | 100101 | 10100 | 101001000 | 1000011 | 110000 |
Color Harmonies of #CD2881
Complementary color
Monochromatic Colors of #CD2881
Black with #CD2881
Text Example
Text Example
White with #CD2881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2881; }
p { color: rgb(205,40,129); }
H1.HeaderClassName
{
color: #CD2881;
}
.AnyTagClassName
{
color: #CD2881;
}
</style>
background-color css
<style>
a { background-color: #CD2881; }
a { background-color: rgb(205,40,129); }
div.DivClassName
{
background-color: #CD2881;
}
.BgClassName
{
background-color: #CD2881;
}
</style>
border-color css
<style>
span { border-color: #CD2881; }
span { border-color: rgb(205,40,129); }
td.TdClassName
{
border-color: #CD2881;
}
.TagClassName
{
border-color: #CD2881;
}
</style>