Shades of Deep Cerise #CB3880
Tints of Deep Cerise #CB3880
RGB
CMYK
RGB Variations
Color information
#CB3880 (or 0xCB3880) is known color: Deep Cerise. HEX triplet: CB, 38 and 80. RGB value is (203,56,128). Sum of RGB (Red+Green+Blue) = 203+56+128=387 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.45% from 387); Green value is 56 (22.27% from 255 or 14.47% from 387); Blue value is 128 (50.39% from 255 or 33.07% from 387); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3880 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3880 is #34C77F. Grayscale: #6C6C6C. Windows color (decimal): -3458944 or 8403147. OLE color: 8403147.
HSL color Cylindrical-coordinate representation of color #CB3880: hue angle of 330.61º 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 #CB3880 is Cyan = 0, Magento = 0.72, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 56 | 128 | - |
| CMYK | 0 | 0.72 | 0.37 | 0.20 |
| HSL | 330.61º | 0.59% | 0.51% | - |
| HSV(B) | 330.61º | 0.72% | 0.8% | - |
| XYZ | 29.94 | 17.08 | 22.14 | - |
| YUV | 108.16 | 139.2 | 195.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 56 | 128 | 0 | 0.72 | 0.37 | 0.20 | 330.61 | 0.59 | 0.51 |
| Hex | CB | 38 | 80 | 0 | 48 | 25 | 14 | 14B | 3B | 33 |
| Octal | 313 | 70 | 200 | 0 | 110 | 45 | 24 | 513 | 73 | 63 |
| Binary | 11001011 | 111000 | 10000000 | 0 | 1001000 | 100101 | 10100 | 101001011 | 111011 | 110011 |
Color Harmonies of #CB3880
Complementary color
Monochromatic Colors of #CB3880
Black with #CB3880
Text Example
Text Example
White with #CB3880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3880; }
p { color: rgb(203,56,128); }
H1.HeaderClassName
{
color: #CB3880;
}
.AnyTagClassName
{
color: #CB3880;
}
</style>
background-color css
<style>
a { background-color: #CB3880; }
a { background-color: rgb(203,56,128); }
div.DivClassName
{
background-color: #CB3880;
}
.BgClassName
{
background-color: #CB3880;
}
</style>
border-color css
<style>
span { border-color: #CB3880; }
span { border-color: rgb(203,56,128); }
td.TdClassName
{
border-color: #CB3880;
}
.TagClassName
{
border-color: #CB3880;
}
</style>