Shades of Cerise #C93772
Tints of Cerise #C93772
RGB
CMYK
RGB Variations
Color information
#C93772 (or 0xC93772) is known color: Cerise. HEX triplet: C9, 37 and 72. RGB value is (201,55,114). Sum of RGB (Red+Green+Blue) = 201+55+114=370 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.32% from 370); Green value is 55 (21.88% from 255 or 14.86% from 370); Blue value is 114 (44.92% from 255 or 30.81% from 370); Max value from RGB is 201 - color contains mainly: red. Hex color #C93772 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93772 is #36C88D. Grayscale: #696969. Windows color (decimal): -3590286 or 7485385. OLE color: 7485385.
HSL color Cylindrical-coordinate representation of color #C93772: hue angle of 335.75º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C93772 is Cyan = 0, Magento = 0.73, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 55 | 114 | - |
| CMYK | 0 | 0.73 | 0.43 | 0.21 |
| HSL | 335.75º | 0.57% | 0.5% | - |
| HSV(B) | 335.75º | 0.73% | 0.79% | - |
| XYZ | 28.49 | 16.36 | 17.58 | - |
| YUV | 105.38 | 132.87 | 196.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 55 | 114 | 0 | 0.73 | 0.43 | 0.21 | 335.75 | 0.57 | 0.5 |
| Hex | C9 | 37 | 72 | 0 | 49 | 2B | 15 | 150 | 39 | 32 |
| Octal | 311 | 67 | 162 | 0 | 111 | 53 | 25 | 520 | 71 | 62 |
| Binary | 11001001 | 110111 | 1110010 | 0 | 1001001 | 101011 | 10101 | 101010000 | 111001 | 110010 |
Color Harmonies of #C93772
Complementary color
Monochromatic Colors of #C93772
Black with #C93772
Text Example
Text Example
White with #C93772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93772; }
p { color: rgb(201,55,114); }
H1.HeaderClassName
{
color: #C93772;
}
.AnyTagClassName
{
color: #C93772;
}
</style>
background-color css
<style>
a { background-color: #C93772; }
a { background-color: rgb(201,55,114); }
div.DivClassName
{
background-color: #C93772;
}
.BgClassName
{
background-color: #C93772;
}
</style>
border-color css
<style>
span { border-color: #C93772; }
span { border-color: rgb(201,55,114); }
td.TdClassName
{
border-color: #C93772;
}
.TagClassName
{
border-color: #C93772;
}
</style>