Shades of Deep Cerise #CB3185
Tints of Deep Cerise #CB3185
RGB
CMYK
RGB Variations
Color information
#CB3185 (or 0xCB3185) is known color: Deep Cerise. HEX triplet: CB, 31 and 85. RGB value is (203,49,133). Sum of RGB (Red+Green+Blue) = 203+49+133=385 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.73% from 385); Green value is 49 (19.53% from 255 or 12.73% from 385); Blue value is 133 (52.34% from 255 or 34.55% from 385); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3185 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3185 is #34CE7A. Grayscale: #686868. Windows color (decimal): -3460731 or 8729035. OLE color: 8729035.
HSL color Cylindrical-coordinate representation of color #CB3185: hue angle of 327.27º 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 #CB3185 is Cyan = 0, Magento = 0.76, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 49 | 133 | - |
| CMYK | 0 | 0.76 | 0.34 | 0.20 |
| HSL | 327.27º | 0.61% | 0.49% | - |
| HSV(B) | 327.27º | 0.76% | 0.8% | - |
| XYZ | 29.96 | 16.59 | 23.81 | - |
| YUV | 104.62 | 144.02 | 198.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 49 | 133 | 0 | 0.76 | 0.34 | 0.20 | 327.27 | 0.61 | 0.49 |
| Hex | CB | 31 | 85 | 0 | 4C | 22 | 14 | 147 | 3D | 31 |
| Octal | 313 | 61 | 205 | 0 | 114 | 42 | 24 | 507 | 75 | 61 |
| Binary | 11001011 | 110001 | 10000101 | 0 | 1001100 | 100010 | 10100 | 101000111 | 111101 | 110001 |
Color Harmonies of #CB3185
Complementary color
Monochromatic Colors of #CB3185
Black with #CB3185
Text Example
Text Example
White with #CB3185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3185; }
p { color: rgb(203,49,133); }
H1.HeaderClassName
{
color: #CB3185;
}
.AnyTagClassName
{
color: #CB3185;
}
</style>
background-color css
<style>
a { background-color: #CB3185; }
a { background-color: rgb(203,49,133); }
div.DivClassName
{
background-color: #CB3185;
}
.BgClassName
{
background-color: #CB3185;
}
</style>
border-color css
<style>
span { border-color: #CB3185; }
span { border-color: rgb(203,49,133); }
td.TdClassName
{
border-color: #CB3185;
}
.TagClassName
{
border-color: #CB3185;
}
</style>