Shades of Cerise #CB2E6E
Tints of Cerise #CB2E6E
RGB
CMYK
RGB Variations
Color information
#CB2E6E (or 0xCB2E6E) is known color: Cerise. HEX triplet: CB, 2E and 6E. RGB value is (203,46,110). Sum of RGB (Red+Green+Blue) = 203+46+110=359 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.55% from 359); Green value is 46 (18.36% from 255 or 12.81% from 359); Blue value is 110 (43.36% from 255 or 30.64% from 359); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2E6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2E6E is #34D191. Grayscale: #646464. Windows color (decimal): -3461522 or 7220939. OLE color: 7220939.
HSL color Cylindrical-coordinate representation of color #CB2E6E: hue angle of 335.54º degrees, saturation: 0.63, 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 #CB2E6E is Cyan = 0, Magento = 0.77, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 46 | 110 | - |
| CMYK | 0 | 0.77 | 0.46 | 0.20 |
| HSL | 335.54º | 0.63% | 0.49% | - |
| HSV(B) | 335.54º | 0.77% | 0.8% | - |
| XYZ | 28.42 | 15.78 | 16.3 | - |
| YUV | 100.24 | 133.51 | 201.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 46 | 110 | 0 | 0.77 | 0.46 | 0.20 | 335.54 | 0.63 | 0.49 |
| Hex | CB | 2E | 6E | 0 | 4D | 2E | 14 | 150 | 3F | 31 |
| Octal | 313 | 56 | 156 | 0 | 115 | 56 | 24 | 520 | 77 | 61 |
| Binary | 11001011 | 101110 | 1101110 | 0 | 1001101 | 101110 | 10100 | 101010000 | 111111 | 110001 |
Color Harmonies of #CB2E6E
Complementary color
Monochromatic Colors of #CB2E6E
Black with #CB2E6E
Text Example
Text Example
White with #CB2E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2E6E; }
p { color: rgb(203,46,110); }
H1.HeaderClassName
{
color: #CB2E6E;
}
.AnyTagClassName
{
color: #CB2E6E;
}
</style>
background-color css
<style>
a { background-color: #CB2E6E; }
a { background-color: rgb(203,46,110); }
div.DivClassName
{
background-color: #CB2E6E;
}
.BgClassName
{
background-color: #CB2E6E;
}
</style>
border-color css
<style>
span { border-color: #CB2E6E; }
span { border-color: rgb(203,46,110); }
td.TdClassName
{
border-color: #CB2E6E;
}
.TagClassName
{
border-color: #CB2E6E;
}
</style>