Shades of Deep Cerise #C93A77
Tints of Deep Cerise #C93A77
RGB
CMYK
RGB Variations
Color information
#C93A77 (or 0xC93A77) is known color: Deep Cerise. HEX triplet: C9, 3A and 77. RGB value is (201,58,119). Sum of RGB (Red+Green+Blue) = 201+58+119=378 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.17% from 378); Green value is 58 (23.05% from 255 or 15.34% from 378); Blue value is 119 (46.88% from 255 or 31.48% from 378); Max value from RGB is 201 - color contains mainly: red. Hex color #C93A77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93A77 is #36C588. Grayscale: #6B6B6B. Windows color (decimal): -3589513 or 7813833. OLE color: 7813833.
HSL color Cylindrical-coordinate representation of color #C93A77: hue angle of 334.41º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C93A77 is Cyan = 0, Magento = 0.71, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 58 | 119 | - |
| CMYK | 0 | 0.71 | 0.41 | 0.21 |
| HSL | 334.41º | 0.57% | 0.51% | - |
| HSV(B) | 334.41º | 0.71% | 0.79% | - |
| XYZ | 28.93 | 16.78 | 19.17 | - |
| YUV | 107.71 | 134.38 | 194.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 58 | 119 | 0 | 0.71 | 0.41 | 0.21 | 334.41 | 0.57 | 0.51 |
| Hex | C9 | 3A | 77 | 0 | 47 | 29 | 15 | 14E | 39 | 33 |
| Octal | 311 | 72 | 167 | 0 | 107 | 51 | 25 | 516 | 71 | 63 |
| Binary | 11001001 | 111010 | 1110111 | 0 | 1000111 | 101001 | 10101 | 101001110 | 111001 | 110011 |
Color Harmonies of #C93A77
Complementary color
Monochromatic Colors of #C93A77
Black with #C93A77
Text Example
Text Example
White with #C93A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93A77; }
p { color: rgb(201,58,119); }
H1.HeaderClassName
{
color: #C93A77;
}
.AnyTagClassName
{
color: #C93A77;
}
</style>
background-color css
<style>
a { background-color: #C93A77; }
a { background-color: rgb(201,58,119); }
div.DivClassName
{
background-color: #C93A77;
}
.BgClassName
{
background-color: #C93A77;
}
</style>
border-color css
<style>
span { border-color: #C93A77; }
span { border-color: rgb(201,58,119); }
td.TdClassName
{
border-color: #C93A77;
}
.TagClassName
{
border-color: #C93A77;
}
</style>