Shades of Deep Cerise #CD387B
Tints of Deep Cerise #CD387B
RGB
CMYK
RGB Variations
Color information
#CD387B (or 0xCD387B) is known color: Deep Cerise. HEX triplet: CD, 38 and 7B. RGB value is (205,56,123). Sum of RGB (Red+Green+Blue) = 205+56+123=384 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.39% from 384); Green value is 56 (22.27% from 255 or 14.58% from 384); Blue value is 123 (48.44% from 255 or 32.03% from 384); Max value from RGB is 205 - color contains mainly: red. Hex color #CD387B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD387B is #32C784. Grayscale: #6C6C6C. Windows color (decimal): -3327877 or 8075469. OLE color: 8075469.
HSL color Cylindrical-coordinate representation of color #CD387B: hue angle of 333.02º 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 #CD387B is Cyan = 0, Magento = 0.73, Yellow = 0.4 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 56 | 123 | - |
| CMYK | 0 | 0.73 | 0.4 | 0.20 |
| HSL | 333.02º | 0.6% | 0.51% | - |
| HSV(B) | 333.02º | 0.73% | 0.8% | - |
| XYZ | 30.17 | 17.24 | 20.48 | - |
| YUV | 108.19 | 136.36 | 197.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 56 | 123 | 0 | 0.73 | 0.4 | 0.20 | 333.02 | 0.6 | 0.51 |
| Hex | CD | 38 | 7B | 0 | 49 | 28 | 14 | 14D | 3C | 33 |
| Octal | 315 | 70 | 173 | 0 | 111 | 50 | 24 | 515 | 74 | 63 |
| Binary | 11001101 | 111000 | 1111011 | 0 | 1001001 | 101000 | 10100 | 101001101 | 111100 | 110011 |
Color Harmonies of #CD387B
Complementary color
Monochromatic Colors of #CD387B
Black with #CD387B
Text Example
Text Example
White with #CD387B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD387B; }
p { color: rgb(205,56,123); }
H1.HeaderClassName
{
color: #CD387B;
}
.AnyTagClassName
{
color: #CD387B;
}
</style>
background-color css
<style>
a { background-color: #CD387B; }
a { background-color: rgb(205,56,123); }
div.DivClassName
{
background-color: #CD387B;
}
.BgClassName
{
background-color: #CD387B;
}
</style>
border-color css
<style>
span { border-color: #CD387B; }
span { border-color: rgb(205,56,123); }
td.TdClassName
{
border-color: #CD387B;
}
.TagClassName
{
border-color: #CD387B;
}
</style>