Shades of Cerise #CB3871
Tints of Cerise #CB3871
RGB
CMYK
RGB Variations
Color information
#CB3871 (or 0xCB3871) is known color: Cerise. HEX triplet: CB, 38 and 71. RGB value is (203,56,113). Sum of RGB (Red+Green+Blue) = 203+56+113=372 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.57% from 372); Green value is 56 (22.27% from 255 or 15.05% from 372); Blue value is 113 (44.53% from 255 or 30.38% from 372); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3871 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3871 is #34C78E. Grayscale: #6A6A6A. Windows color (decimal): -3458959 or 7420107. OLE color: 7420107.
HSL color Cylindrical-coordinate representation of color #CB3871: hue angle of 336.73º 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 #CB3871 is Cyan = 0, Magento = 0.72, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 56 | 113 | - |
| CMYK | 0 | 0.72 | 0.44 | 0.20 |
| HSL | 336.73º | 0.59% | 0.51% | - |
| HSV(B) | 336.73º | 0.72% | 0.8% | - |
| XYZ | 29.02 | 16.72 | 17.32 | - |
| YUV | 106.45 | 131.7 | 196.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 56 | 113 | 0 | 0.72 | 0.44 | 0.20 | 336.73 | 0.59 | 0.51 |
| Hex | CB | 38 | 71 | 0 | 48 | 2C | 14 | 151 | 3B | 33 |
| Octal | 313 | 70 | 161 | 0 | 110 | 54 | 24 | 521 | 73 | 63 |
| Binary | 11001011 | 111000 | 1110001 | 0 | 1001000 | 101100 | 10100 | 101010001 | 111011 | 110011 |
Color Harmonies of #CB3871
Complementary color
Monochromatic Colors of #CB3871
Black with #CB3871
Text Example
Text Example
White with #CB3871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3871; }
p { color: rgb(203,56,113); }
H1.HeaderClassName
{
color: #CB3871;
}
.AnyTagClassName
{
color: #CB3871;
}
</style>
background-color css
<style>
a { background-color: #CB3871; }
a { background-color: rgb(203,56,113); }
div.DivClassName
{
background-color: #CB3871;
}
.BgClassName
{
background-color: #CB3871;
}
</style>
border-color css
<style>
span { border-color: #CB3871; }
span { border-color: rgb(203,56,113); }
td.TdClassName
{
border-color: #CB3871;
}
.TagClassName
{
border-color: #CB3871;
}
</style>