Shades of Deep Cerise #CD3798
Tints of Deep Cerise #CD3798
RGB
CMYK
RGB Variations
Color information
#CD3798 (or 0xCD3798) is known color: Deep Cerise. HEX triplet: CD, 37 and 98. RGB value is (205,55,152). Sum of RGB (Red+Green+Blue) = 205+55+152=412 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.76% from 412); Green value is 55 (21.88% from 255 or 13.35% from 412); Blue value is 152 (59.77% from 255 or 36.89% from 412); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3798 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD3798 is #32C867. Grayscale: #6E6E6E. Windows color (decimal): -3328104 or 9975757. OLE color: 9975757.
HSL color Cylindrical-coordinate representation of color #CD3798: hue angle of 321.2º 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 #CD3798 is Cyan = 0, Magento = 0.73, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 55 | 152 | - |
| CMYK | 0 | 0.73 | 0.26 | 0.20 |
| HSL | 321.2º | 0.6% | 0.51% | - |
| HSV(B) | 321.2º | 0.73% | 0.8% | - |
| XYZ | 32.21 | 17.98 | 31.48 | - |
| YUV | 110.91 | 151.2 | 195.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 55 | 152 | 0 | 0.73 | 0.26 | 0.20 | 321.2 | 0.6 | 0.51 |
| Hex | CD | 37 | 98 | 0 | 49 | 1A | 14 | 141 | 3C | 33 |
| Octal | 315 | 67 | 230 | 0 | 111 | 32 | 24 | 501 | 74 | 63 |
| Binary | 11001101 | 110111 | 10011000 | 0 | 1001001 | 11010 | 10100 | 101000001 | 111100 | 110011 |
Color Harmonies of #CD3798
Complementary color
Monochromatic Colors of #CD3798
Black with #CD3798
Text Example
Text Example
White with #CD3798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3798; }
p { color: rgb(205,55,152); }
H1.HeaderClassName
{
color: #CD3798;
}
.AnyTagClassName
{
color: #CD3798;
}
</style>
background-color css
<style>
a { background-color: #CD3798; }
a { background-color: rgb(205,55,152); }
div.DivClassName
{
background-color: #CD3798;
}
.BgClassName
{
background-color: #CD3798;
}
</style>
border-color css
<style>
span { border-color: #CD3798; }
span { border-color: rgb(205,55,152); }
td.TdClassName
{
border-color: #CD3798;
}
.TagClassName
{
border-color: #CD3798;
}
</style>