Shades of Cerise #C93871
Tints of Cerise #C93871
RGB
CMYK
RGB Variations
Color information
#C93871 (or 0xC93871) is known color: Cerise. HEX triplet: C9, 38 and 71. RGB value is (201,56,113). Sum of RGB (Red+Green+Blue) = 201+56+113=370 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.32% from 370); Green value is 56 (22.27% from 255 or 15.14% from 370); Blue value is 113 (44.53% from 255 or 30.54% from 370); Max value from RGB is 201 - color contains mainly: red. Hex color #C93871 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93871 is #36C78E. Grayscale: #696969. Windows color (decimal): -3590031 or 7420105. OLE color: 7420105.
HSL color Cylindrical-coordinate representation of color #C93871: hue angle of 336.41º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C93871 is Cyan = 0, Magento = 0.72, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 56 | 113 | - |
| CMYK | 0 | 0.72 | 0.44 | 0.21 |
| HSL | 336.41º | 0.57% | 0.5% | - |
| HSV(B) | 336.41º | 0.72% | 0.79% | - |
| XYZ | 28.48 | 16.44 | 17.29 | - |
| YUV | 105.85 | 132.04 | 195.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 56 | 113 | 0 | 0.72 | 0.44 | 0.21 | 336.41 | 0.57 | 0.5 |
| Hex | C9 | 38 | 71 | 0 | 48 | 2C | 15 | 150 | 39 | 32 |
| Octal | 311 | 70 | 161 | 0 | 110 | 54 | 25 | 520 | 71 | 62 |
| Binary | 11001001 | 111000 | 1110001 | 0 | 1001000 | 101100 | 10101 | 101010000 | 111001 | 110010 |
Color Harmonies of #C93871
Complementary color
Monochromatic Colors of #C93871
Black with #C93871
Text Example
Text Example
White with #C93871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93871; }
p { color: rgb(201,56,113); }
H1.HeaderClassName
{
color: #C93871;
}
.AnyTagClassName
{
color: #C93871;
}
</style>
background-color css
<style>
a { background-color: #C93871; }
a { background-color: rgb(201,56,113); }
div.DivClassName
{
background-color: #C93871;
}
.BgClassName
{
background-color: #C93871;
}
</style>
border-color css
<style>
span { border-color: #C93871; }
span { border-color: rgb(201,56,113); }
td.TdClassName
{
border-color: #C93871;
}
.TagClassName
{
border-color: #C93871;
}
</style>