Shades of Deep Cerise #CB3B85
Tints of Deep Cerise #CB3B85
RGB
CMYK
RGB Variations
Color information
#CB3B85 (or 0xCB3B85) is known color: Deep Cerise. HEX triplet: CB, 3B and 85. RGB value is (203,59,133). Sum of RGB (Red+Green+Blue) = 203+59+133=395 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.39% from 395); Green value is 59 (23.44% from 255 or 14.94% from 395); Blue value is 133 (52.34% from 255 or 33.67% from 395); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3B85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3B85 is #34C47A. Grayscale: #6E6E6E. Windows color (decimal): -3458171 or 8731595. OLE color: 8731595.
HSL color Cylindrical-coordinate representation of color #CB3B85: hue angle of 329.17º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CB3B85 is Cyan = 0, Magento = 0.71, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 59 | 133 | - |
| CMYK | 0 | 0.71 | 0.34 | 0.20 |
| HSL | 329.17º | 0.58% | 0.51% | - |
| HSV(B) | 329.17º | 0.71% | 0.8% | - |
| XYZ | 30.43 | 17.52 | 23.97 | - |
| YUV | 110.49 | 140.71 | 193.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 59 | 133 | 0 | 0.71 | 0.34 | 0.20 | 329.17 | 0.58 | 0.51 |
| Hex | CB | 3B | 85 | 0 | 47 | 22 | 14 | 149 | 3A | 33 |
| Octal | 313 | 73 | 205 | 0 | 107 | 42 | 24 | 511 | 72 | 63 |
| Binary | 11001011 | 111011 | 10000101 | 0 | 1000111 | 100010 | 10100 | 101001001 | 111010 | 110011 |
Color Harmonies of #CB3B85
Complementary color
Monochromatic Colors of #CB3B85
Black with #CB3B85
Text Example
Text Example
White with #CB3B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3B85; }
p { color: rgb(203,59,133); }
H1.HeaderClassName
{
color: #CB3B85;
}
.AnyTagClassName
{
color: #CB3B85;
}
</style>
background-color css
<style>
a { background-color: #CB3B85; }
a { background-color: rgb(203,59,133); }
div.DivClassName
{
background-color: #CB3B85;
}
.BgClassName
{
background-color: #CB3B85;
}
</style>
border-color css
<style>
span { border-color: #CB3B85; }
span { border-color: rgb(203,59,133); }
td.TdClassName
{
border-color: #CB3B85;
}
.TagClassName
{
border-color: #CB3B85;
}
</style>