Shades of Cerise #CB2462
Tints of Cerise #CB2462
RGB
CMYK
RGB Variations
Color information
#CB2462 (or 0xCB2462) is known color: Cerise. HEX triplet: CB, 24 and 62. RGB value is (203,36,98). Sum of RGB (Red+Green+Blue) = 203+36+98=337 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.24% from 337); Green value is 36 (14.45% from 255 or 10.68% from 337); Blue value is 98 (38.67% from 255 or 29.08% from 337); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2462 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2462 is #34DB9D. Grayscale: #5C5C5C. Windows color (decimal): -3464094 or 6431947. OLE color: 6431947.
HSL color Cylindrical-coordinate representation of color #CB2462: hue angle of 337.72º degrees, saturation: 0.7, 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 #CB2462 is Cyan = 0, Magento = 0.82, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 36 | 98 | - |
| CMYK | 0 | 0.82 | 0.52 | 0.20 |
| HSL | 337.72º | 0.7% | 0.47% | - |
| HSV(B) | 337.72º | 0.82% | 0.8% | - |
| XYZ | 27.46 | 14.84 | 12.97 | - |
| YUV | 93 | 130.83 | 206.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 36 | 98 | 0 | 0.82 | 0.52 | 0.20 | 337.72 | 0.7 | 0.47 |
| Hex | CB | 24 | 62 | 0 | 52 | 34 | 14 | 152 | 46 | 2F |
| Octal | 313 | 44 | 142 | 0 | 122 | 64 | 24 | 522 | 106 | 57 |
| Binary | 11001011 | 100100 | 1100010 | 0 | 1010010 | 110100 | 10100 | 101010010 | 1000110 | 101111 |
Color Harmonies of #CB2462
Complementary color
Monochromatic Colors of #CB2462
Black with #CB2462
Text Example
Text Example
White with #CB2462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2462; }
p { color: rgb(203,36,98); }
H1.HeaderClassName
{
color: #CB2462;
}
.AnyTagClassName
{
color: #CB2462;
}
</style>
background-color css
<style>
a { background-color: #CB2462; }
a { background-color: rgb(203,36,98); }
div.DivClassName
{
background-color: #CB2462;
}
.BgClassName
{
background-color: #CB2462;
}
</style>
border-color css
<style>
span { border-color: #CB2462; }
span { border-color: rgb(203,36,98); }
td.TdClassName
{
border-color: #CB2462;
}
.TagClassName
{
border-color: #CB2462;
}
</style>