Shades of Cerise #CB2F62
Tints of Cerise #CB2F62
RGB
CMYK
RGB Variations
Color information
#CB2F62 (or 0xCB2F62) is known color: Cerise. HEX triplet: CB, 2F and 62. RGB value is (203,47,98). Sum of RGB (Red+Green+Blue) = 203+47+98=348 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58.33% from 348); Green value is 47 (18.75% from 255 or 13.51% from 348); Blue value is 98 (38.67% from 255 or 28.16% from 348); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2F62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2F62 is #34D09D. Grayscale: #636363. Windows color (decimal): -3461278 or 6434763. OLE color: 6434763.
HSL color Cylindrical-coordinate representation of color #CB2F62: hue angle of 340.38º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CB2F62 is Cyan = 0, Magento = 0.77, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 47 | 98 | - |
| CMYK | 0 | 0.77 | 0.52 | 0.20 |
| HSL | 340.38º | 0.62% | 0.49% | - |
| HSV(B) | 340.38º | 0.77% | 0.8% | - |
| XYZ | 27.85 | 15.61 | 13.1 | - |
| YUV | 99.46 | 127.18 | 201.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 47 | 98 | 0 | 0.77 | 0.52 | 0.20 | 340.38 | 0.62 | 0.49 |
| Hex | CB | 2F | 62 | 0 | 4D | 34 | 14 | 154 | 3E | 31 |
| Octal | 313 | 57 | 142 | 0 | 115 | 64 | 24 | 524 | 76 | 61 |
| Binary | 11001011 | 101111 | 1100010 | 0 | 1001101 | 110100 | 10100 | 101010100 | 111110 | 110001 |
Color Harmonies of #CB2F62
Complementary color
Monochromatic Colors of #CB2F62
Black with #CB2F62
Text Example
Text Example
White with #CB2F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2F62; }
p { color: rgb(203,47,98); }
H1.HeaderClassName
{
color: #CB2F62;
}
.AnyTagClassName
{
color: #CB2F62;
}
</style>
background-color css
<style>
a { background-color: #CB2F62; }
a { background-color: rgb(203,47,98); }
div.DivClassName
{
background-color: #CB2F62;
}
.BgClassName
{
background-color: #CB2F62;
}
</style>
border-color css
<style>
span { border-color: #CB2F62; }
span { border-color: rgb(203,47,98); }
td.TdClassName
{
border-color: #CB2F62;
}
.TagClassName
{
border-color: #CB2F62;
}
</style>