Shades of Cerise #CB3870
Tints of Cerise #CB3870
RGB
CMYK
RGB Variations
Color information
#CB3870 (or 0xCB3870) is known color: Cerise. HEX triplet: CB, 38 and 70. RGB value is (203,56,112). Sum of RGB (Red+Green+Blue) = 203+56+112=371 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.72% from 371); Green value is 56 (22.27% from 255 or 15.09% from 371); Blue value is 112 (44.14% from 255 or 30.19% from 371); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3870 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3870 is #34C78F. Grayscale: #6A6A6A. Windows color (decimal): -3458960 or 7354571. OLE color: 7354571.
HSL color Cylindrical-coordinate representation of color #CB3870: hue angle of 337.14º 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 #CB3870 is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 56 | 112 | - |
| CMYK | 0 | 0.72 | 0.45 | 0.20 |
| HSL | 337.14º | 0.59% | 0.51% | - |
| HSV(B) | 337.14º | 0.72% | 0.8% | - |
| XYZ | 28.97 | 16.69 | 17.02 | - |
| YUV | 106.34 | 131.2 | 196.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 56 | 112 | 0 | 0.72 | 0.45 | 0.20 | 337.14 | 0.59 | 0.51 |
| Hex | CB | 38 | 70 | 0 | 48 | 2D | 14 | 151 | 3B | 33 |
| Octal | 313 | 70 | 160 | 0 | 110 | 55 | 24 | 521 | 73 | 63 |
| Binary | 11001011 | 111000 | 1110000 | 0 | 1001000 | 101101 | 10100 | 101010001 | 111011 | 110011 |
Color Harmonies of #CB3870
Complementary color
Monochromatic Colors of #CB3870
Black with #CB3870
Text Example
Text Example
White with #CB3870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3870; }
p { color: rgb(203,56,112); }
H1.HeaderClassName
{
color: #CB3870;
}
.AnyTagClassName
{
color: #CB3870;
}
</style>
background-color css
<style>
a { background-color: #CB3870; }
a { background-color: rgb(203,56,112); }
div.DivClassName
{
background-color: #CB3870;
}
.BgClassName
{
background-color: #CB3870;
}
</style>
border-color css
<style>
span { border-color: #CB3870; }
span { border-color: rgb(203,56,112); }
td.TdClassName
{
border-color: #CB3870;
}
.TagClassName
{
border-color: #CB3870;
}
</style>