Shades of Deep Cerise #CD397C
Tints of Deep Cerise #CD397C
RGB
CMYK
RGB Variations
Color information
#CD397C (or 0xCD397C) is known color: Deep Cerise. HEX triplet: CD, 39 and 7C. RGB value is (205,57,124). Sum of RGB (Red+Green+Blue) = 205+57+124=386 (51% of max value = 765). Red value is 205 (80.47% from 255 or 53.11% from 386); Green value is 57 (22.66% from 255 or 14.77% from 386); Blue value is 124 (48.83% from 255 or 32.12% from 386); Max value from RGB is 205 - color contains mainly: red. Hex color #CD397C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD397C is #32C683. Grayscale: #6C6C6C. Windows color (decimal): -3327620 or 8141261. OLE color: 8141261.
HSL color Cylindrical-coordinate representation of color #CD397C: hue angle of 332.84º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CD397C is Cyan = 0, Magento = 0.72, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 57 | 124 | - |
| CMYK | 0 | 0.72 | 0.40 | 0.20 |
| HSL | 332.84º | 0.6% | 0.51% | - |
| HSV(B) | 332.84º | 0.72% | 0.8% | - |
| XYZ | 30.28 | 17.36 | 20.82 | - |
| YUV | 108.89 | 136.53 | 196.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 57 | 124 | 0 | 0.72 | 0.40 | 0.20 | 332.84 | 0.6 | 0.51 |
| Hex | CD | 39 | 7C | 0 | 48 | 28 | 14 | 14D | 3C | 33 |
| Octal | 315 | 71 | 174 | 0 | 110 | 50 | 24 | 515 | 74 | 63 |
| Binary | 11001101 | 111001 | 1111100 | 0 | 1001000 | 101000 | 10100 | 101001101 | 111100 | 110011 |
Color Harmonies of #CD397C
Complementary color
Monochromatic Colors of #CD397C
Black with #CD397C
Text Example
Text Example
White with #CD397C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD397C; }
p { color: rgb(205,57,124); }
H1.HeaderClassName
{
color: #CD397C;
}
.AnyTagClassName
{
color: #CD397C;
}
</style>
background-color css
<style>
a { background-color: #CD397C; }
a { background-color: rgb(205,57,124); }
div.DivClassName
{
background-color: #CD397C;
}
.BgClassName
{
background-color: #CD397C;
}
</style>
border-color css
<style>
span { border-color: #CD397C; }
span { border-color: rgb(205,57,124); }
td.TdClassName
{
border-color: #CD397C;
}
.TagClassName
{
border-color: #CD397C;
}
</style>