Shades of Cerise #CB3970
Tints of Cerise #CB3970
RGB
CMYK
RGB Variations
Color information
#CB3970 (or 0xCB3970) is known color: Cerise. HEX triplet: CB, 39 and 70. RGB value is (203,57,112). Sum of RGB (Red+Green+Blue) = 203+57+112=372 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.57% from 372); Green value is 57 (22.66% from 255 or 15.32% from 372); Blue value is 112 (44.14% from 255 or 30.11% from 372); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3970 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3970 is #34C68F. Grayscale: #6A6A6A. Windows color (decimal): -3458704 or 7354827. OLE color: 7354827.
HSL color Cylindrical-coordinate representation of color #CB3970: hue angle of 337.4º 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 #CB3970 is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 57 | 112 | - |
| CMYK | 0 | 0.72 | 0.45 | 0.20 |
| HSL | 337.4º | 0.58% | 0.51% | - |
| HSV(B) | 337.4º | 0.72% | 0.8% | - |
| XYZ | 29.02 | 16.79 | 17.04 | - |
| YUV | 106.92 | 130.87 | 196.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 57 | 112 | 0 | 0.72 | 0.45 | 0.20 | 337.4 | 0.58 | 0.51 |
| Hex | CB | 39 | 70 | 0 | 48 | 2D | 14 | 151 | 3A | 33 |
| Octal | 313 | 71 | 160 | 0 | 110 | 55 | 24 | 521 | 72 | 63 |
| Binary | 11001011 | 111001 | 1110000 | 0 | 1001000 | 101101 | 10100 | 101010001 | 111010 | 110011 |
Color Harmonies of #CB3970
Complementary color
Monochromatic Colors of #CB3970
Black with #CB3970
Text Example
Text Example
White with #CB3970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3970; }
p { color: rgb(203,57,112); }
H1.HeaderClassName
{
color: #CB3970;
}
.AnyTagClassName
{
color: #CB3970;
}
</style>
background-color css
<style>
a { background-color: #CB3970; }
a { background-color: rgb(203,57,112); }
div.DivClassName
{
background-color: #CB3970;
}
.BgClassName
{
background-color: #CB3970;
}
</style>
border-color css
<style>
span { border-color: #CB3970; }
span { border-color: rgb(203,57,112); }
td.TdClassName
{
border-color: #CB3970;
}
.TagClassName
{
border-color: #CB3970;
}
</style>