Shades of Deep Cerise #CB2E8B
Tints of Deep Cerise #CB2E8B
RGB
CMYK
RGB Variations
Color information
#CB2E8B (or 0xCB2E8B) is known color: Deep Cerise. HEX triplet: CB, 2E and 8B. RGB value is (203,46,139). Sum of RGB (Red+Green+Blue) = 203+46+139=388 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.32% from 388); Green value is 46 (18.36% from 255 or 11.86% from 388); Blue value is 139 (54.69% from 255 or 35.82% from 388); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2E8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB2E8B is #34D174. Grayscale: #676767. Windows color (decimal): -3461493 or 9121483. OLE color: 9121483.
HSL color Cylindrical-coordinate representation of color #CB2E8B: hue angle of 324.46º 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 #CB2E8B is Cyan = 0, Magento = 0.77, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 46 | 139 | - |
| CMYK | 0 | 0.77 | 0.32 | 0.20 |
| HSL | 324.46º | 0.63% | 0.49% | - |
| HSV(B) | 324.46º | 0.77% | 0.8% | - |
| XYZ | 30.27 | 16.51 | 26.02 | - |
| YUV | 103.55 | 148.01 | 198.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 46 | 139 | 0 | 0.77 | 0.32 | 0.20 | 324.46 | 0.63 | 0.49 |
| Hex | CB | 2E | 8B | 0 | 4D | 20 | 14 | 144 | 3F | 31 |
| Octal | 313 | 56 | 213 | 0 | 115 | 40 | 24 | 504 | 77 | 61 |
| Binary | 11001011 | 101110 | 10001011 | 0 | 1001101 | 100000 | 10100 | 101000100 | 111111 | 110001 |
Color Harmonies of #CB2E8B
Complementary color
Monochromatic Colors of #CB2E8B
Black with #CB2E8B
Text Example
Text Example
White with #CB2E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2E8B; }
p { color: rgb(203,46,139); }
H1.HeaderClassName
{
color: #CB2E8B;
}
.AnyTagClassName
{
color: #CB2E8B;
}
</style>
background-color css
<style>
a { background-color: #CB2E8B; }
a { background-color: rgb(203,46,139); }
div.DivClassName
{
background-color: #CB2E8B;
}
.BgClassName
{
background-color: #CB2E8B;
}
</style>
border-color css
<style>
span { border-color: #CB2E8B; }
span { border-color: rgb(203,46,139); }
td.TdClassName
{
border-color: #CB2E8B;
}
.TagClassName
{
border-color: #CB2E8B;
}
</style>