Shades of Deep Cerise #CB3189
Tints of Deep Cerise #CB3189
RGB
CMYK
RGB Variations
Color information
#CB3189 (or 0xCB3189) is known color: Deep Cerise. HEX triplet: CB, 31 and 89. RGB value is (203,49,137). Sum of RGB (Red+Green+Blue) = 203+49+137=389 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.19% from 389); Green value is 49 (19.53% from 255 or 12.60% from 389); Blue value is 137 (53.91% from 255 or 35.22% from 389); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3189 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3189 is #34CE76. Grayscale: #686868. Windows color (decimal): -3460727 or 8991179. OLE color: 8991179.
HSL color Cylindrical-coordinate representation of color #CB3189: hue angle of 325.71º 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 #CB3189 is Cyan = 0, Magento = 0.76, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 49 | 137 | - |
| CMYK | 0 | 0.76 | 0.33 | 0.20 |
| HSL | 325.71º | 0.61% | 0.49% | - |
| HSV(B) | 325.71º | 0.76% | 0.8% | - |
| XYZ | 30.24 | 16.7 | 25.3 | - |
| YUV | 105.08 | 146.02 | 197.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 49 | 137 | 0 | 0.76 | 0.33 | 0.20 | 325.71 | 0.61 | 0.49 |
| Hex | CB | 31 | 89 | 0 | 4C | 21 | 14 | 146 | 3D | 31 |
| Octal | 313 | 61 | 211 | 0 | 114 | 41 | 24 | 506 | 75 | 61 |
| Binary | 11001011 | 110001 | 10001001 | 0 | 1001100 | 100001 | 10100 | 101000110 | 111101 | 110001 |
Color Harmonies of #CB3189
Complementary color
Monochromatic Colors of #CB3189
Black with #CB3189
Text Example
Text Example
White with #CB3189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3189; }
p { color: rgb(203,49,137); }
H1.HeaderClassName
{
color: #CB3189;
}
.AnyTagClassName
{
color: #CB3189;
}
</style>
background-color css
<style>
a { background-color: #CB3189; }
a { background-color: rgb(203,49,137); }
div.DivClassName
{
background-color: #CB3189;
}
.BgClassName
{
background-color: #CB3189;
}
</style>
border-color css
<style>
span { border-color: #CB3189; }
span { border-color: rgb(203,49,137); }
td.TdClassName
{
border-color: #CB3189;
}
.TagClassName
{
border-color: #CB3189;
}
</style>