Shades of Deep Cerise #CB2B7E
Tints of Deep Cerise #CB2B7E
RGB
CMYK
RGB Variations
Color information
#CB2B7E (or 0xCB2B7E) is known color: Deep Cerise. HEX triplet: CB, 2B and 7E. RGB value is (203,43,126). Sum of RGB (Red+Green+Blue) = 203+43+126=372 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.57% from 372); Green value is 43 (17.19% from 255 or 11.56% from 372); Blue value is 126 (49.61% from 255 or 33.87% from 372); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2B7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2B7E is #34D481. Grayscale: #646464. Windows color (decimal): -3462274 or 8268747. OLE color: 8268747.
HSL color Cylindrical-coordinate representation of color #CB2B7E: hue angle of 328.88º degrees, saturation: 0.65, 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 #CB2B7E is Cyan = 0, Magento = 0.79, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 43 | 126 | - |
| CMYK | 0 | 0.79 | 0.38 | 0.20 |
| HSL | 328.88º | 0.65% | 0.48% | - |
| HSV(B) | 328.88º | 0.79% | 0.8% | - |
| XYZ | 29.26 | 15.93 | 21.27 | - |
| YUV | 100.3 | 142.51 | 201.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 43 | 126 | 0 | 0.79 | 0.38 | 0.20 | 328.88 | 0.65 | 0.48 |
| Hex | CB | 2B | 7E | 0 | 4F | 26 | 14 | 149 | 41 | 30 |
| Octal | 313 | 53 | 176 | 0 | 117 | 46 | 24 | 511 | 101 | 60 |
| Binary | 11001011 | 101011 | 1111110 | 0 | 1001111 | 100110 | 10100 | 101001001 | 1000001 | 110000 |
Color Harmonies of #CB2B7E
Complementary color
Monochromatic Colors of #CB2B7E
Black with #CB2B7E
Text Example
Text Example
White with #CB2B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2B7E; }
p { color: rgb(203,43,126); }
H1.HeaderClassName
{
color: #CB2B7E;
}
.AnyTagClassName
{
color: #CB2B7E;
}
</style>
background-color css
<style>
a { background-color: #CB2B7E; }
a { background-color: rgb(203,43,126); }
div.DivClassName
{
background-color: #CB2B7E;
}
.BgClassName
{
background-color: #CB2B7E;
}
</style>
border-color css
<style>
span { border-color: #CB2B7E; }
span { border-color: rgb(203,43,126); }
td.TdClassName
{
border-color: #CB2B7E;
}
.TagClassName
{
border-color: #CB2B7E;
}
</style>