Shades of Deep Cerise #CD3799
Tints of Deep Cerise #CD3799
RGB
CMYK
RGB Variations
Color information
#CD3799 (or 0xCD3799) is known color: Deep Cerise. HEX triplet: CD, 37 and 99. RGB value is (205,55,153). Sum of RGB (Red+Green+Blue) = 205+55+153=413 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.64% from 413); Green value is 55 (21.88% from 255 or 13.32% from 413); Blue value is 153 (60.16% from 255 or 37.05% from 413); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3799 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD3799 is #32C866. Grayscale: #6E6E6E. Windows color (decimal): -3328103 or 10041293. OLE color: 10041293.
HSL color Cylindrical-coordinate representation of color #CD3799: hue angle of 320.8º 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 #CD3799 is Cyan = 0, Magento = 0.73, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 55 | 153 | - |
| CMYK | 0 | 0.73 | 0.25 | 0.20 |
| HSL | 320.8º | 0.6% | 0.51% | - |
| HSV(B) | 320.8º | 0.73% | 0.8% | - |
| XYZ | 32.29 | 18.01 | 31.91 | - |
| YUV | 111.02 | 151.7 | 195.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 55 | 153 | 0 | 0.73 | 0.25 | 0.20 | 320.8 | 0.6 | 0.51 |
| Hex | CD | 37 | 99 | 0 | 49 | 19 | 14 | 141 | 3C | 33 |
| Octal | 315 | 67 | 231 | 0 | 111 | 31 | 24 | 501 | 74 | 63 |
| Binary | 11001101 | 110111 | 10011001 | 0 | 1001001 | 11001 | 10100 | 101000001 | 111100 | 110011 |
Color Harmonies of #CD3799
Complementary color
Monochromatic Colors of #CD3799
Black with #CD3799
Text Example
Text Example
White with #CD3799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3799; }
p { color: rgb(205,55,153); }
H1.HeaderClassName
{
color: #CD3799;
}
.AnyTagClassName
{
color: #CD3799;
}
</style>
background-color css
<style>
a { background-color: #CD3799; }
a { background-color: rgb(205,55,153); }
div.DivClassName
{
background-color: #CD3799;
}
.BgClassName
{
background-color: #CD3799;
}
</style>
border-color css
<style>
span { border-color: #CD3799; }
span { border-color: rgb(205,55,153); }
td.TdClassName
{
border-color: #CD3799;
}
.TagClassName
{
border-color: #CD3799;
}
</style>