Shades of Deep Cerise #CD397D
Tints of Deep Cerise #CD397D
RGB
CMYK
RGB Variations
Color information
#CD397D (or 0xCD397D) is known color: Deep Cerise. HEX triplet: CD, 39 and 7D. RGB value is (205,57,125). Sum of RGB (Red+Green+Blue) = 205+57+125=387 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.97% from 387); Green value is 57 (22.66% from 255 or 14.73% from 387); Blue value is 125 (49.22% from 255 or 32.30% from 387); Max value from RGB is 205 - color contains mainly: red. Hex color #CD397D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD397D is #32C682. Grayscale: #6C6C6C. Windows color (decimal): -3327619 or 8206797. OLE color: 8206797.
HSL color Cylindrical-coordinate representation of color #CD397D: hue angle of 332.43º 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 #CD397D is Cyan = 0, Magento = 0.72, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 57 | 125 | - |
| CMYK | 0 | 0.72 | 0.39 | 0.20 |
| HSL | 332.43º | 0.6% | 0.51% | - |
| HSV(B) | 332.43º | 0.72% | 0.8% | - |
| XYZ | 30.34 | 17.39 | 21.16 | - |
| YUV | 109 | 137.03 | 196.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 57 | 125 | 0 | 0.72 | 0.39 | 0.20 | 332.43 | 0.6 | 0.51 |
| Hex | CD | 39 | 7D | 0 | 48 | 27 | 14 | 14C | 3C | 33 |
| Octal | 315 | 71 | 175 | 0 | 110 | 47 | 24 | 514 | 74 | 63 |
| Binary | 11001101 | 111001 | 1111101 | 0 | 1001000 | 100111 | 10100 | 101001100 | 111100 | 110011 |
Color Harmonies of #CD397D
Complementary color
Monochromatic Colors of #CD397D
Black with #CD397D
Text Example
Text Example
White with #CD397D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD397D; }
p { color: rgb(205,57,125); }
H1.HeaderClassName
{
color: #CD397D;
}
.AnyTagClassName
{
color: #CD397D;
}
</style>
background-color css
<style>
a { background-color: #CD397D; }
a { background-color: rgb(205,57,125); }
div.DivClassName
{
background-color: #CD397D;
}
.BgClassName
{
background-color: #CD397D;
}
</style>
border-color css
<style>
span { border-color: #CD397D; }
span { border-color: rgb(205,57,125); }
td.TdClassName
{
border-color: #CD397D;
}
.TagClassName
{
border-color: #CD397D;
}
</style>