Shades of Cerise #CB2562
Tints of Cerise #CB2562
RGB
CMYK
RGB Variations
Color information
#CB2562 (or 0xCB2562) is known color: Cerise. HEX triplet: CB, 25 and 62. RGB value is (203,37,98). Sum of RGB (Red+Green+Blue) = 203+37+98=338 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.06% from 338); Green value is 37 (14.84% from 255 or 10.95% from 338); Blue value is 98 (38.67% from 255 or 28.99% from 338); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2562 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2562 is #34DA9D. Grayscale: #5D5D5D. Windows color (decimal): -3463838 or 6432203. OLE color: 6432203.
HSL color Cylindrical-coordinate representation of color #CB2562: hue angle of 337.95º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CB2562 is Cyan = 0, Magento = 0.82, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 37 | 98 | - |
| CMYK | 0 | 0.82 | 0.52 | 0.20 |
| HSL | 337.95º | 0.69% | 0.47% | - |
| HSV(B) | 337.95º | 0.82% | 0.8% | - |
| XYZ | 27.49 | 14.9 | 12.98 | - |
| YUV | 93.59 | 130.5 | 206.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 37 | 98 | 0 | 0.82 | 0.52 | 0.20 | 337.95 | 0.69 | 0.47 |
| Hex | CB | 25 | 62 | 0 | 52 | 34 | 14 | 152 | 45 | 2F |
| Octal | 313 | 45 | 142 | 0 | 122 | 64 | 24 | 522 | 105 | 57 |
| Binary | 11001011 | 100101 | 1100010 | 0 | 1010010 | 110100 | 10100 | 101010010 | 1000101 | 101111 |
Color Harmonies of #CB2562
Complementary color
Monochromatic Colors of #CB2562
Black with #CB2562
Text Example
Text Example
White with #CB2562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2562; }
p { color: rgb(203,37,98); }
H1.HeaderClassName
{
color: #CB2562;
}
.AnyTagClassName
{
color: #CB2562;
}
</style>
background-color css
<style>
a { background-color: #CB2562; }
a { background-color: rgb(203,37,98); }
div.DivClassName
{
background-color: #CB2562;
}
.BgClassName
{
background-color: #CB2562;
}
</style>
border-color css
<style>
span { border-color: #CB2562; }
span { border-color: rgb(203,37,98); }
td.TdClassName
{
border-color: #CB2562;
}
.TagClassName
{
border-color: #CB2562;
}
</style>