Shades of Deep Cerise #CD287B
Tints of Deep Cerise #CD287B
RGB
CMYK
RGB Variations
Color information
#CD287B (or 0xCD287B) is known color: Deep Cerise. HEX triplet: CD, 28 and 7B. RGB value is (205,40,123). Sum of RGB (Red+Green+Blue) = 205+40+123=368 (48% of max value = 765). Red value is 205 (80.47% from 255 or 55.71% from 368); Green value is 40 (16.02% from 255 or 10.87% from 368); Blue value is 123 (48.44% from 255 or 33.42% from 368); Max value from RGB is 205 - color contains mainly: red. Hex color #CD287B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD287B is #32D784. Grayscale: #626262. Windows color (decimal): -3331973 or 8071373. OLE color: 8071373.
HSL color Cylindrical-coordinate representation of color #CD287B: hue angle of 329.82º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CD287B is Cyan = 0, Magento = 0.80, Yellow = 0.4 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 40 | 123 | - |
| CMYK | 0 | 0.80 | 0.4 | 0.20 |
| HSL | 329.82º | 0.67% | 0.48% | - |
| HSV(B) | 329.82º | 0.8% | 0.8% | - |
| XYZ | 29.51 | 15.93 | 20.26 | - |
| YUV | 98.8 | 141.66 | 203.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 40 | 123 | 0 | 0.80 | 0.4 | 0.20 | 329.82 | 0.67 | 0.48 |
| Hex | CD | 28 | 7B | 0 | 50 | 28 | 14 | 14A | 43 | 30 |
| Octal | 315 | 50 | 173 | 0 | 120 | 50 | 24 | 512 | 103 | 60 |
| Binary | 11001101 | 101000 | 1111011 | 0 | 1010000 | 101000 | 10100 | 101001010 | 1000011 | 110000 |
Color Harmonies of #CD287B
Complementary color
Monochromatic Colors of #CD287B
Black with #CD287B
Text Example
Text Example
White with #CD287B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD287B; }
p { color: rgb(205,40,123); }
H1.HeaderClassName
{
color: #CD287B;
}
.AnyTagClassName
{
color: #CD287B;
}
</style>
background-color css
<style>
a { background-color: #CD287B; }
a { background-color: rgb(205,40,123); }
div.DivClassName
{
background-color: #CD287B;
}
.BgClassName
{
background-color: #CD287B;
}
</style>
border-color css
<style>
span { border-color: #CD287B; }
span { border-color: rgb(205,40,123); }
td.TdClassName
{
border-color: #CD287B;
}
.TagClassName
{
border-color: #CD287B;
}
</style>