Shades of Deep Cerise #CD387C
Tints of Deep Cerise #CD387C
RGB
CMYK
RGB Variations
Color information
#CD387C (or 0xCD387C) is known color: Deep Cerise. HEX triplet: CD, 38 and 7C. RGB value is (205,56,124). Sum of RGB (Red+Green+Blue) = 205+56+124=385 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.25% from 385); Green value is 56 (22.27% from 255 or 14.55% from 385); Blue value is 124 (48.83% from 255 or 32.21% from 385); Max value from RGB is 205 - color contains mainly: red. Hex color #CD387C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD387C is #32C783. Grayscale: #6C6C6C. Windows color (decimal): -3327876 or 8141005. OLE color: 8141005.
HSL color Cylindrical-coordinate representation of color #CD387C: hue angle of 332.62º 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 #CD387C is Cyan = 0, Magento = 0.73, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 56 | 124 | - |
| CMYK | 0 | 0.73 | 0.40 | 0.20 |
| HSL | 332.62º | 0.6% | 0.51% | - |
| HSV(B) | 332.62º | 0.73% | 0.8% | - |
| XYZ | 30.23 | 17.26 | 20.81 | - |
| YUV | 108.3 | 136.86 | 196.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 56 | 124 | 0 | 0.73 | 0.40 | 0.20 | 332.62 | 0.6 | 0.51 |
| Hex | CD | 38 | 7C | 0 | 49 | 28 | 14 | 14D | 3C | 33 |
| Octal | 315 | 70 | 174 | 0 | 111 | 50 | 24 | 515 | 74 | 63 |
| Binary | 11001101 | 111000 | 1111100 | 0 | 1001001 | 101000 | 10100 | 101001101 | 111100 | 110011 |
Color Harmonies of #CD387C
Complementary color
Monochromatic Colors of #CD387C
Black with #CD387C
Text Example
Text Example
White with #CD387C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD387C; }
p { color: rgb(205,56,124); }
H1.HeaderClassName
{
color: #CD387C;
}
.AnyTagClassName
{
color: #CD387C;
}
</style>
background-color css
<style>
a { background-color: #CD387C; }
a { background-color: rgb(205,56,124); }
div.DivClassName
{
background-color: #CD387C;
}
.BgClassName
{
background-color: #CD387C;
}
</style>
border-color css
<style>
span { border-color: #CD387C; }
span { border-color: rgb(205,56,124); }
td.TdClassName
{
border-color: #CD387C;
}
.TagClassName
{
border-color: #CD387C;
}
</style>