Shades of Deep Cerise #CD3896
Tints of Deep Cerise #CD3896
RGB
CMYK
RGB Variations
Color information
#CD3896 (or 0xCD3896) is known color: Deep Cerise. HEX triplet: CD, 38 and 96. RGB value is (205,56,150). Sum of RGB (Red+Green+Blue) = 205+56+150=411 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.88% from 411); Green value is 56 (22.27% from 255 or 13.63% from 411); Blue value is 150 (58.98% from 255 or 36.50% from 411); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3896 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD3896 is #32C769. Grayscale: #6F6F6F. Windows color (decimal): -3327850 or 9844941. OLE color: 9844941.
HSL color Cylindrical-coordinate representation of color #CD3896: hue angle of 322.15º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CD3896 is Cyan = 0, Magento = 0.73, Yellow = 0.27 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 56 | 150 | - |
| CMYK | 0 | 0.73 | 0.27 | 0.20 |
| HSL | 322.15º | 0.6% | 0.51% | - |
| HSV(B) | 322.15º | 0.73% | 0.8% | - |
| XYZ | 32.1 | 18.01 | 30.64 | - |
| YUV | 111.27 | 149.86 | 194.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 56 | 150 | 0 | 0.73 | 0.27 | 0.20 | 322.15 | 0.6 | 0.51 |
| Hex | CD | 38 | 96 | 0 | 49 | 1B | 14 | 142 | 3C | 33 |
| Octal | 315 | 70 | 226 | 0 | 111 | 33 | 24 | 502 | 74 | 63 |
| Binary | 11001101 | 111000 | 10010110 | 0 | 1001001 | 11011 | 10100 | 101000010 | 111100 | 110011 |
Color Harmonies of #CD3896
Complementary color
Monochromatic Colors of #CD3896
Black with #CD3896
Text Example
Text Example
White with #CD3896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3896; }
p { color: rgb(205,56,150); }
H1.HeaderClassName
{
color: #CD3896;
}
.AnyTagClassName
{
color: #CD3896;
}
</style>
background-color css
<style>
a { background-color: #CD3896; }
a { background-color: rgb(205,56,150); }
div.DivClassName
{
background-color: #CD3896;
}
.BgClassName
{
background-color: #CD3896;
}
</style>
border-color css
<style>
span { border-color: #CD3896; }
span { border-color: rgb(205,56,150); }
td.TdClassName
{
border-color: #CD3896;
}
.TagClassName
{
border-color: #CD3896;
}
</style>