Shades of Deep Cerise #CB368E
Tints of Deep Cerise #CB368E
RGB
CMYK
RGB Variations
Color information
#CB368E (or 0xCB368E) is known color: Deep Cerise. HEX triplet: CB, 36 and 8E. RGB value is (203,54,142). Sum of RGB (Red+Green+Blue) = 203+54+142=399 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.88% from 399); Green value is 54 (21.48% from 255 or 13.53% from 399); Blue value is 142 (55.86% from 255 or 35.59% from 399); Max value from RGB is 203 - color contains mainly: red. Hex color #CB368E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB368E is #34C971. Grayscale: #6C6C6C. Windows color (decimal): -3459442 or 9320139. OLE color: 9320139.
HSL color Cylindrical-coordinate representation of color #CB368E: hue angle of 324.56º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CB368E is Cyan = 0, Magento = 0.73, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 54 | 142 | - |
| CMYK | 0 | 0.73 | 0.30 | 0.20 |
| HSL | 324.56º | 0.59% | 0.5% | - |
| HSV(B) | 324.56º | 0.73% | 0.8% | - |
| XYZ | 30.83 | 17.29 | 27.3 | - |
| YUV | 108.58 | 146.86 | 195.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 54 | 142 | 0 | 0.73 | 0.30 | 0.20 | 324.56 | 0.59 | 0.5 |
| Hex | CB | 36 | 8E | 0 | 49 | 1E | 14 | 145 | 3B | 32 |
| Octal | 313 | 66 | 216 | 0 | 111 | 36 | 24 | 505 | 73 | 62 |
| Binary | 11001011 | 110110 | 10001110 | 0 | 1001001 | 11110 | 10100 | 101000101 | 111011 | 110010 |
Color Harmonies of #CB368E
Complementary color
Monochromatic Colors of #CB368E
Black with #CB368E
Text Example
Text Example
White with #CB368E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB368E; }
p { color: rgb(203,54,142); }
H1.HeaderClassName
{
color: #CB368E;
}
.AnyTagClassName
{
color: #CB368E;
}
</style>
background-color css
<style>
a { background-color: #CB368E; }
a { background-color: rgb(203,54,142); }
div.DivClassName
{
background-color: #CB368E;
}
.BgClassName
{
background-color: #CB368E;
}
</style>
border-color css
<style>
span { border-color: #CB368E; }
span { border-color: rgb(203,54,142); }
td.TdClassName
{
border-color: #CB368E;
}
.TagClassName
{
border-color: #CB368E;
}
</style>