Shades of Deep Cerise #CB3188
Tints of Deep Cerise #CB3188
RGB
CMYK
RGB Variations
Color information
#CB3188 (or 0xCB3188) is known color: Deep Cerise. HEX triplet: CB, 31 and 88. RGB value is (203,49,136). Sum of RGB (Red+Green+Blue) = 203+49+136=388 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.32% from 388); Green value is 49 (19.53% from 255 or 12.63% from 388); Blue value is 136 (53.52% from 255 or 35.05% from 388); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3188 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3188 is #34CE77. Grayscale: #686868. Windows color (decimal): -3460728 or 8925643. OLE color: 8925643.
HSL color Cylindrical-coordinate representation of color #CB3188: hue angle of 326.1º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CB3188 is Cyan = 0, Magento = 0.76, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 49 | 136 | - |
| CMYK | 0 | 0.76 | 0.33 | 0.20 |
| HSL | 326.1º | 0.61% | 0.49% | - |
| HSV(B) | 326.1º | 0.76% | 0.8% | - |
| XYZ | 30.17 | 16.67 | 24.92 | - |
| YUV | 104.96 | 145.52 | 197.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 49 | 136 | 0 | 0.76 | 0.33 | 0.20 | 326.1 | 0.61 | 0.49 |
| Hex | CB | 31 | 88 | 0 | 4C | 21 | 14 | 146 | 3D | 31 |
| Octal | 313 | 61 | 210 | 0 | 114 | 41 | 24 | 506 | 75 | 61 |
| Binary | 11001011 | 110001 | 10001000 | 0 | 1001100 | 100001 | 10100 | 101000110 | 111101 | 110001 |
Color Harmonies of #CB3188
Complementary color
Monochromatic Colors of #CB3188
Black with #CB3188
Text Example
Text Example
White with #CB3188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3188; }
p { color: rgb(203,49,136); }
H1.HeaderClassName
{
color: #CB3188;
}
.AnyTagClassName
{
color: #CB3188;
}
</style>
background-color css
<style>
a { background-color: #CB3188; }
a { background-color: rgb(203,49,136); }
div.DivClassName
{
background-color: #CB3188;
}
.BgClassName
{
background-color: #CB3188;
}
</style>
border-color css
<style>
span { border-color: #CB3188; }
span { border-color: rgb(203,49,136); }
td.TdClassName
{
border-color: #CB3188;
}
.TagClassName
{
border-color: #CB3188;
}
</style>