Shades of Deep Cerise #CD3895
Tints of Deep Cerise #CD3895
RGB
CMYK
RGB Variations
Color information
#CD3895 (or 0xCD3895) is known color: Deep Cerise. HEX triplet: CD, 38 and 95. RGB value is (205,56,149). Sum of RGB (Red+Green+Blue) = 205+56+149=410 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50% from 410); Green value is 56 (22.27% from 255 or 13.66% from 410); Blue value is 149 (58.59% from 255 or 36.34% from 410); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3895 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD3895 is #32C76A. Grayscale: #6E6E6E. Windows color (decimal): -3327851 or 9779405. OLE color: 9779405.
HSL color Cylindrical-coordinate representation of color #CD3895: hue angle of 322.55º 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 #CD3895 is Cyan = 0, Magento = 0.73, Yellow = 0.27 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 56 | 149 | - |
| CMYK | 0 | 0.73 | 0.27 | 0.20 |
| HSL | 322.55º | 0.6% | 0.51% | - |
| HSV(B) | 322.55º | 0.73% | 0.8% | - |
| XYZ | 32.02 | 17.98 | 30.22 | - |
| YUV | 111.15 | 149.36 | 194.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 56 | 149 | 0 | 0.73 | 0.27 | 0.20 | 322.55 | 0.6 | 0.51 |
| Hex | CD | 38 | 95 | 0 | 49 | 1B | 14 | 143 | 3C | 33 |
| Octal | 315 | 70 | 225 | 0 | 111 | 33 | 24 | 503 | 74 | 63 |
| Binary | 11001101 | 111000 | 10010101 | 0 | 1001001 | 11011 | 10100 | 101000011 | 111100 | 110011 |
Color Harmonies of #CD3895
Complementary color
Monochromatic Colors of #CD3895
Black with #CD3895
Text Example
Text Example
White with #CD3895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3895; }
p { color: rgb(205,56,149); }
H1.HeaderClassName
{
color: #CD3895;
}
.AnyTagClassName
{
color: #CD3895;
}
</style>
background-color css
<style>
a { background-color: #CD3895; }
a { background-color: rgb(205,56,149); }
div.DivClassName
{
background-color: #CD3895;
}
.BgClassName
{
background-color: #CD3895;
}
</style>
border-color css
<style>
span { border-color: #CD3895; }
span { border-color: rgb(205,56,149); }
td.TdClassName
{
border-color: #CD3895;
}
.TagClassName
{
border-color: #CD3895;
}
</style>