Shades of Deep Cerise #CD3791
Tints of Deep Cerise #CD3791
RGB
CMYK
RGB Variations
Color information
#CD3791 (or 0xCD3791) is known color: Deep Cerise. HEX triplet: CD, 37 and 91. RGB value is (205,55,145). Sum of RGB (Red+Green+Blue) = 205+55+145=405 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.62% from 405); Green value is 55 (21.88% from 255 or 13.58% from 405); Blue value is 145 (57.03% from 255 or 35.80% from 405); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3791 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD3791 is #32C86E. Grayscale: #6D6D6D. Windows color (decimal): -3328111 or 9517005. OLE color: 9517005.
HSL color Cylindrical-coordinate representation of color #CD3791: hue angle of 324º 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 #CD3791 is Cyan = 0, Magento = 0.73, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 55 | 145 | - |
| CMYK | 0 | 0.73 | 0.29 | 0.20 |
| HSL | 324º | 0.6% | 0.51% | - |
| HSV(B) | 324º | 0.73% | 0.8% | - |
| XYZ | 31.65 | 17.76 | 28.55 | - |
| YUV | 110.11 | 147.7 | 195.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 55 | 145 | 0 | 0.73 | 0.29 | 0.20 | 324 | 0.6 | 0.51 |
| Hex | CD | 37 | 91 | 0 | 49 | 1D | 14 | 144 | 3C | 33 |
| Octal | 315 | 67 | 221 | 0 | 111 | 35 | 24 | 504 | 74 | 63 |
| Binary | 11001101 | 110111 | 10010001 | 0 | 1001001 | 11101 | 10100 | 101000100 | 111100 | 110011 |
Color Harmonies of #CD3791
Complementary color
Monochromatic Colors of #CD3791
Black with #CD3791
Text Example
Text Example
White with #CD3791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3791; }
p { color: rgb(205,55,145); }
H1.HeaderClassName
{
color: #CD3791;
}
.AnyTagClassName
{
color: #CD3791;
}
</style>
background-color css
<style>
a { background-color: #CD3791; }
a { background-color: rgb(205,55,145); }
div.DivClassName
{
background-color: #CD3791;
}
.BgClassName
{
background-color: #CD3791;
}
</style>
border-color css
<style>
span { border-color: #CD3791; }
span { border-color: rgb(205,55,145); }
td.TdClassName
{
border-color: #CD3791;
}
.TagClassName
{
border-color: #CD3791;
}
</style>