Shades of Cerise #CB2A70
Tints of Cerise #CB2A70
RGB
CMYK
RGB Variations
Color information
#CB2A70 (or 0xCB2A70) is known color: Cerise. HEX triplet: CB, 2A and 70. RGB value is (203,42,112). Sum of RGB (Red+Green+Blue) = 203+42+112=357 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.86% from 357); Green value is 42 (16.80% from 255 or 11.76% from 357); Blue value is 112 (44.14% from 255 or 31.37% from 357); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2A70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2A70 is #34D58F. Grayscale: #626262. Windows color (decimal): -3462544 or 7350987. OLE color: 7350987.
HSL color Cylindrical-coordinate representation of color #CB2A70: hue angle of 333.91º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CB2A70 is Cyan = 0, Magento = 0.79, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 42 | 112 | - |
| CMYK | 0 | 0.79 | 0.45 | 0.20 |
| HSL | 333.91º | 0.66% | 0.48% | - |
| HSV(B) | 333.91º | 0.79% | 0.8% | - |
| XYZ | 28.38 | 15.52 | 16.83 | - |
| YUV | 98.12 | 135.84 | 202.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 42 | 112 | 0 | 0.79 | 0.45 | 0.20 | 333.91 | 0.66 | 0.48 |
| Hex | CB | 2A | 70 | 0 | 4F | 2D | 14 | 14E | 42 | 30 |
| Octal | 313 | 52 | 160 | 0 | 117 | 55 | 24 | 516 | 102 | 60 |
| Binary | 11001011 | 101010 | 1110000 | 0 | 1001111 | 101101 | 10100 | 101001110 | 1000010 | 110000 |
Color Harmonies of #CB2A70
Complementary color
Monochromatic Colors of #CB2A70
Black with #CB2A70
Text Example
Text Example
White with #CB2A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2A70; }
p { color: rgb(203,42,112); }
H1.HeaderClassName
{
color: #CB2A70;
}
.AnyTagClassName
{
color: #CB2A70;
}
</style>
background-color css
<style>
a { background-color: #CB2A70; }
a { background-color: rgb(203,42,112); }
div.DivClassName
{
background-color: #CB2A70;
}
.BgClassName
{
background-color: #CB2A70;
}
</style>
border-color css
<style>
span { border-color: #CB2A70; }
span { border-color: rgb(203,42,112); }
td.TdClassName
{
border-color: #CB2A70;
}
.TagClassName
{
border-color: #CB2A70;
}
</style>