Shades of Deep Cerise #CB397C
Tints of Deep Cerise #CB397C
RGB
CMYK
RGB Variations
Color information
#CB397C (or 0xCB397C) is known color: Deep Cerise. HEX triplet: CB, 39 and 7C. RGB value is (203,57,124). Sum of RGB (Red+Green+Blue) = 203+57+124=384 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.86% from 384); Green value is 57 (22.66% from 255 or 14.84% from 384); Blue value is 124 (48.83% from 255 or 32.29% from 384); Max value from RGB is 203 - color contains mainly: red. Hex color #CB397C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB397C is #34C683. Grayscale: #6C6C6C. Windows color (decimal): -3458692 or 8141259. OLE color: 8141259.
HSL color Cylindrical-coordinate representation of color #CB397C: hue angle of 332.47º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CB397C is Cyan = 0, Magento = 0.72, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 57 | 124 | - |
| CMYK | 0 | 0.72 | 0.39 | 0.20 |
| HSL | 332.47º | 0.58% | 0.51% | - |
| HSV(B) | 332.47º | 0.72% | 0.8% | - |
| XYZ | 29.73 | 17.08 | 20.8 | - |
| YUV | 108.29 | 136.87 | 195.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 57 | 124 | 0 | 0.72 | 0.39 | 0.20 | 332.47 | 0.58 | 0.51 |
| Hex | CB | 39 | 7C | 0 | 48 | 27 | 14 | 14C | 3A | 33 |
| Octal | 313 | 71 | 174 | 0 | 110 | 47 | 24 | 514 | 72 | 63 |
| Binary | 11001011 | 111001 | 1111100 | 0 | 1001000 | 100111 | 10100 | 101001100 | 111010 | 110011 |
Color Harmonies of #CB397C
Complementary color
Monochromatic Colors of #CB397C
Black with #CB397C
Text Example
Text Example
White with #CB397C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB397C; }
p { color: rgb(203,57,124); }
H1.HeaderClassName
{
color: #CB397C;
}
.AnyTagClassName
{
color: #CB397C;
}
</style>
background-color css
<style>
a { background-color: #CB397C; }
a { background-color: rgb(203,57,124); }
div.DivClassName
{
background-color: #CB397C;
}
.BgClassName
{
background-color: #CB397C;
}
</style>
border-color css
<style>
span { border-color: #CB397C; }
span { border-color: rgb(203,57,124); }
td.TdClassName
{
border-color: #CB397C;
}
.TagClassName
{
border-color: #CB397C;
}
</style>