Shades of Cerise #CB215E
Tints of Cerise #CB215E
RGB
CMYK
RGB Variations
Color information
#CB215E (or 0xCB215E) is known color: Cerise. HEX triplet: CB, 21 and 5E. RGB value is (203,33,94). Sum of RGB (Red+Green+Blue) = 203+33+94=330 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.52% from 330); Green value is 33 (13.28% from 255 or 10% from 330); Blue value is 94 (37.11% from 255 or 28.48% from 330); Max value from RGB is 203 - color contains mainly: red. Hex color #CB215E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB215E is #34DEA1. Grayscale: #5A5A5A. Windows color (decimal): -3464866 or 6169035. OLE color: 6169035.
HSL color Cylindrical-coordinate representation of color #CB215E: hue angle of 338.47º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CB215E is Cyan = 0, Magento = 0.84, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 33 | 94 | - |
| CMYK | 0 | 0.84 | 0.54 | 0.20 |
| HSL | 338.47º | 0.72% | 0.46% | - |
| HSV(B) | 338.47º | 0.84% | 0.8% | - |
| XYZ | 27.19 | 14.59 | 11.97 | - |
| YUV | 90.78 | 129.82 | 208.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 33 | 94 | 0 | 0.84 | 0.54 | 0.20 | 338.47 | 0.72 | 0.46 |
| Hex | CB | 21 | 5E | 0 | 54 | 36 | 14 | 152 | 48 | 2E |
| Octal | 313 | 41 | 136 | 0 | 124 | 66 | 24 | 522 | 110 | 56 |
| Binary | 11001011 | 100001 | 1011110 | 0 | 1010100 | 110110 | 10100 | 101010010 | 1001000 | 101110 |
Color Harmonies of #CB215E
Complementary color
Monochromatic Colors of #CB215E
Black with #CB215E
Text Example
Text Example
White with #CB215E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB215E; }
p { color: rgb(203,33,94); }
H1.HeaderClassName
{
color: #CB215E;
}
.AnyTagClassName
{
color: #CB215E;
}
</style>
background-color css
<style>
a { background-color: #CB215E; }
a { background-color: rgb(203,33,94); }
div.DivClassName
{
background-color: #CB215E;
}
.BgClassName
{
background-color: #CB215E;
}
</style>
border-color css
<style>
span { border-color: #CB215E; }
span { border-color: rgb(203,33,94); }
td.TdClassName
{
border-color: #CB215E;
}
.TagClassName
{
border-color: #CB215E;
}
</style>