Shades of Deep Cerise #CB287D
Tints of Deep Cerise #CB287D
RGB
CMYK
RGB Variations
Color information
#CB287D (or 0xCB287D) is known color: Deep Cerise. HEX triplet: CB, 28 and 7D. RGB value is (203,40,125). Sum of RGB (Red+Green+Blue) = 203+40+125=368 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.16% from 368); Green value is 40 (16.02% from 255 or 10.87% from 368); Blue value is 125 (49.22% from 255 or 33.97% from 368); Max value from RGB is 203 - color contains mainly: red. Hex color #CB287D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB287D is #34D782. Grayscale: #626262. Windows color (decimal): -3463043 or 8202443. OLE color: 8202443.
HSL color Cylindrical-coordinate representation of color #CB287D: hue angle of 328.71º 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 #CB287D is Cyan = 0, Magento = 0.80, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 40 | 125 | - |
| CMYK | 0 | 0.80 | 0.38 | 0.20 |
| HSL | 328.71º | 0.67% | 0.48% | - |
| HSV(B) | 328.71º | 0.8% | 0.8% | - |
| XYZ | 29.09 | 15.69 | 20.9 | - |
| YUV | 98.43 | 143 | 202.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 40 | 125 | 0 | 0.80 | 0.38 | 0.20 | 328.71 | 0.67 | 0.48 |
| Hex | CB | 28 | 7D | 0 | 50 | 26 | 14 | 149 | 43 | 30 |
| Octal | 313 | 50 | 175 | 0 | 120 | 46 | 24 | 511 | 103 | 60 |
| Binary | 11001011 | 101000 | 1111101 | 0 | 1010000 | 100110 | 10100 | 101001001 | 1000011 | 110000 |
Color Harmonies of #CB287D
Complementary color
Monochromatic Colors of #CB287D
Black with #CB287D
Text Example
Text Example
White with #CB287D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB287D; }
p { color: rgb(203,40,125); }
H1.HeaderClassName
{
color: #CB287D;
}
.AnyTagClassName
{
color: #CB287D;
}
</style>
background-color css
<style>
a { background-color: #CB287D; }
a { background-color: rgb(203,40,125); }
div.DivClassName
{
background-color: #CB287D;
}
.BgClassName
{
background-color: #CB287D;
}
</style>
border-color css
<style>
span { border-color: #CB287D; }
span { border-color: rgb(203,40,125); }
td.TdClassName
{
border-color: #CB287D;
}
.TagClassName
{
border-color: #CB287D;
}
</style>