Shades of Deep Cerise #CD2C95
Tints of Deep Cerise #CD2C95
RGB
CMYK
RGB Variations
Color information
#CD2C95 (or 0xCD2C95) is known color: Deep Cerise. HEX triplet: CD, 2C and 95. RGB value is (205,44,149). Sum of RGB (Red+Green+Blue) = 205+44+149=398 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.51% from 398); Green value is 44 (17.58% from 255 or 11.06% from 398); Blue value is 149 (58.59% from 255 or 37.44% from 398); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2C95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD2C95 is #32D36A. Grayscale: #676767. Windows color (decimal): -3330923 or 9776333. OLE color: 9776333.
HSL color Cylindrical-coordinate representation of color #CD2C95: hue angle of 320.87º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CD2C95 is Cyan = 0, Magento = 0.79, Yellow = 0.27 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 44 | 149 | - |
| CMYK | 0 | 0.79 | 0.27 | 0.20 |
| HSL | 320.87º | 0.65% | 0.49% | - |
| HSV(B) | 320.87º | 0.79% | 0.8% | - |
| XYZ | 31.5 | 16.95 | 30.05 | - |
| YUV | 104.11 | 153.34 | 199.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 44 | 149 | 0 | 0.79 | 0.27 | 0.20 | 320.87 | 0.65 | 0.49 |
| Hex | CD | 2C | 95 | 0 | 4F | 1B | 14 | 141 | 41 | 31 |
| Octal | 315 | 54 | 225 | 0 | 117 | 33 | 24 | 501 | 101 | 61 |
| Binary | 11001101 | 101100 | 10010101 | 0 | 1001111 | 11011 | 10100 | 101000001 | 1000001 | 110001 |
Color Harmonies of #CD2C95
Complementary color
Monochromatic Colors of #CD2C95
Black with #CD2C95
Text Example
Text Example
White with #CD2C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2C95; }
p { color: rgb(205,44,149); }
H1.HeaderClassName
{
color: #CD2C95;
}
.AnyTagClassName
{
color: #CD2C95;
}
</style>
background-color css
<style>
a { background-color: #CD2C95; }
a { background-color: rgb(205,44,149); }
div.DivClassName
{
background-color: #CD2C95;
}
.BgClassName
{
background-color: #CD2C95;
}
</style>
border-color css
<style>
span { border-color: #CD2C95; }
span { border-color: rgb(205,44,149); }
td.TdClassName
{
border-color: #CD2C95;
}
.TagClassName
{
border-color: #CD2C95;
}
</style>