Shades of Deep Cerise #CB3983
Tints of Deep Cerise #CB3983
RGB
CMYK
RGB Variations
Color information
#CB3983 (or 0xCB3983) is known color: Deep Cerise. HEX triplet: CB, 39 and 83. RGB value is (203,57,131). Sum of RGB (Red+Green+Blue) = 203+57+131=391 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.92% from 391); Green value is 57 (22.66% from 255 or 14.58% from 391); Blue value is 131 (51.56% from 255 or 33.50% from 391); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3983 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3983 is #34C67C. Grayscale: #6C6C6C. Windows color (decimal): -3458685 or 8600011. OLE color: 8600011.
HSL color Cylindrical-coordinate representation of color #CB3983: hue angle of 329.59º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CB3983 is Cyan = 0, Magento = 0.72, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 57 | 131 | - |
| CMYK | 0 | 0.72 | 0.35 | 0.20 |
| HSL | 329.59º | 0.58% | 0.51% | - |
| HSV(B) | 329.59º | 0.72% | 0.8% | - |
| XYZ | 30.19 | 17.26 | 23.21 | - |
| YUV | 109.09 | 140.37 | 194.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 57 | 131 | 0 | 0.72 | 0.35 | 0.20 | 329.59 | 0.58 | 0.51 |
| Hex | CB | 39 | 83 | 0 | 48 | 23 | 14 | 14A | 3A | 33 |
| Octal | 313 | 71 | 203 | 0 | 110 | 43 | 24 | 512 | 72 | 63 |
| Binary | 11001011 | 111001 | 10000011 | 0 | 1001000 | 100011 | 10100 | 101001010 | 111010 | 110011 |
Color Harmonies of #CB3983
Complementary color
Monochromatic Colors of #CB3983
Black with #CB3983
Text Example
Text Example
White with #CB3983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3983; }
p { color: rgb(203,57,131); }
H1.HeaderClassName
{
color: #CB3983;
}
.AnyTagClassName
{
color: #CB3983;
}
</style>
background-color css
<style>
a { background-color: #CB3983; }
a { background-color: rgb(203,57,131); }
div.DivClassName
{
background-color: #CB3983;
}
.BgClassName
{
background-color: #CB3983;
}
</style>
border-color css
<style>
span { border-color: #CB3983; }
span { border-color: rgb(203,57,131); }
td.TdClassName
{
border-color: #CB3983;
}
.TagClassName
{
border-color: #CB3983;
}
</style>