Shades of Deep Cerise #C93876
Tints of Deep Cerise #C93876
RGB
CMYK
RGB Variations
Color information
#C93876 (or 0xC93876) is known color: Deep Cerise. HEX triplet: C9, 38 and 76. RGB value is (201,56,118). Sum of RGB (Red+Green+Blue) = 201+56+118=375 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.6% from 375); Green value is 56 (22.27% from 255 or 14.93% from 375); Blue value is 118 (46.48% from 255 or 31.47% from 375); Max value from RGB is 201 - color contains mainly: red. Hex color #C93876 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93876 is #36C789. Grayscale: #6A6A6A. Windows color (decimal): -3590026 or 7747785. OLE color: 7747785.
HSL color Cylindrical-coordinate representation of color #C93876: hue angle of 334.34º 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 #C93876 is Cyan = 0, Magento = 0.72, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 56 | 118 | - |
| CMYK | 0 | 0.72 | 0.41 | 0.21 |
| HSL | 334.34º | 0.57% | 0.5% | - |
| HSV(B) | 334.34º | 0.72% | 0.79% | - |
| XYZ | 28.77 | 16.55 | 18.82 | - |
| YUV | 106.42 | 134.54 | 195.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 56 | 118 | 0 | 0.72 | 0.41 | 0.21 | 334.34 | 0.57 | 0.5 |
| Hex | C9 | 38 | 76 | 0 | 48 | 29 | 15 | 14E | 39 | 32 |
| Octal | 311 | 70 | 166 | 0 | 110 | 51 | 25 | 516 | 71 | 62 |
| Binary | 11001001 | 111000 | 1110110 | 0 | 1001000 | 101001 | 10101 | 101001110 | 111001 | 110010 |
Color Harmonies of #C93876
Complementary color
Monochromatic Colors of #C93876
Black with #C93876
Text Example
Text Example
White with #C93876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93876; }
p { color: rgb(201,56,118); }
H1.HeaderClassName
{
color: #C93876;
}
.AnyTagClassName
{
color: #C93876;
}
</style>
background-color css
<style>
a { background-color: #C93876; }
a { background-color: rgb(201,56,118); }
div.DivClassName
{
background-color: #C93876;
}
.BgClassName
{
background-color: #C93876;
}
</style>
border-color css
<style>
span { border-color: #C93876; }
span { border-color: rgb(201,56,118); }
td.TdClassName
{
border-color: #C93876;
}
.TagClassName
{
border-color: #C93876;
}
</style>