Shades of Deep Cerise #CB3882
Tints of Deep Cerise #CB3882
RGB
CMYK
RGB Variations
Color information
#CB3882 (or 0xCB3882) is known color: Deep Cerise. HEX triplet: CB, 38 and 82. RGB value is (203,56,130). Sum of RGB (Red+Green+Blue) = 203+56+130=389 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.19% from 389); Green value is 56 (22.27% from 255 or 14.40% from 389); Blue value is 130 (51.17% from 255 or 33.42% from 389); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3882 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3882 is #34C77D. Grayscale: #6C6C6C. Windows color (decimal): -3458942 or 8534219. OLE color: 8534219.
HSL color Cylindrical-coordinate representation of color #CB3882: hue angle of 329.8º degrees, saturation: 0.59, 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 #CB3882 is Cyan = 0, Magento = 0.72, Yellow = 0.36 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 56 | 130 | - |
| CMYK | 0 | 0.72 | 0.36 | 0.20 |
| HSL | 329.8º | 0.59% | 0.51% | - |
| HSV(B) | 329.8º | 0.72% | 0.8% | - |
| XYZ | 30.07 | 17.14 | 22.84 | - |
| YUV | 108.39 | 140.2 | 195.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 56 | 130 | 0 | 0.72 | 0.36 | 0.20 | 329.8 | 0.59 | 0.51 |
| Hex | CB | 38 | 82 | 0 | 48 | 24 | 14 | 14A | 3B | 33 |
| Octal | 313 | 70 | 202 | 0 | 110 | 44 | 24 | 512 | 73 | 63 |
| Binary | 11001011 | 111000 | 10000010 | 0 | 1001000 | 100100 | 10100 | 101001010 | 111011 | 110011 |
Color Harmonies of #CB3882
Complementary color
Monochromatic Colors of #CB3882
Black with #CB3882
Text Example
Text Example
White with #CB3882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3882; }
p { color: rgb(203,56,130); }
H1.HeaderClassName
{
color: #CB3882;
}
.AnyTagClassName
{
color: #CB3882;
}
</style>
background-color css
<style>
a { background-color: #CB3882; }
a { background-color: rgb(203,56,130); }
div.DivClassName
{
background-color: #CB3882;
}
.BgClassName
{
background-color: #CB3882;
}
</style>
border-color css
<style>
span { border-color: #CB3882; }
span { border-color: rgb(203,56,130); }
td.TdClassName
{
border-color: #CB3882;
}
.TagClassName
{
border-color: #CB3882;
}
</style>