Shades of Deep Cerise #CD3091
Tints of Deep Cerise #CD3091
RGB
CMYK
RGB Variations
Color information
#CD3091 (or 0xCD3091) is known color: Deep Cerise. HEX triplet: CD, 30 and 91. RGB value is (205,48,145). Sum of RGB (Red+Green+Blue) = 205+48+145=398 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.51% from 398); Green value is 48 (19.14% from 255 or 12.06% from 398); Blue value is 145 (57.03% from 255 or 36.43% from 398); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3091 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD3091 is #32CF6E. Grayscale: #696969. Windows color (decimal): -3329903 or 9515213. OLE color: 9515213.
HSL color Cylindrical-coordinate representation of color #CD3091: hue angle of 322.93º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CD3091 is Cyan = 0, Magento = 0.77, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 48 | 145 | - |
| CMYK | 0 | 0.77 | 0.29 | 0.20 |
| HSL | 322.93º | 0.62% | 0.5% | - |
| HSV(B) | 322.93º | 0.77% | 0.8% | - |
| XYZ | 31.34 | 17.14 | 28.44 | - |
| YUV | 106 | 150.01 | 198.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 48 | 145 | 0 | 0.77 | 0.29 | 0.20 | 322.93 | 0.62 | 0.5 |
| Hex | CD | 30 | 91 | 0 | 4D | 1D | 14 | 143 | 3E | 32 |
| Octal | 315 | 60 | 221 | 0 | 115 | 35 | 24 | 503 | 76 | 62 |
| Binary | 11001101 | 110000 | 10010001 | 0 | 1001101 | 11101 | 10100 | 101000011 | 111110 | 110010 |
Color Harmonies of #CD3091
Complementary color
Monochromatic Colors of #CD3091
Black with #CD3091
Text Example
Text Example
White with #CD3091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3091; }
p { color: rgb(205,48,145); }
H1.HeaderClassName
{
color: #CD3091;
}
.AnyTagClassName
{
color: #CD3091;
}
</style>
background-color css
<style>
a { background-color: #CD3091; }
a { background-color: rgb(205,48,145); }
div.DivClassName
{
background-color: #CD3091;
}
.BgClassName
{
background-color: #CD3091;
}
</style>
border-color css
<style>
span { border-color: #CD3091; }
span { border-color: rgb(205,48,145); }
td.TdClassName
{
border-color: #CD3091;
}
.TagClassName
{
border-color: #CD3091;
}
</style>