Shades of Cerise #C93960
Tints of Cerise #C93960
RGB
CMYK
RGB Variations
Color information
#C93960 (or 0xC93960) is known color: Cerise. HEX triplet: C9, 39 and 60. RGB value is (201,57,96). Sum of RGB (Red+Green+Blue) = 201+57+96=354 (46% of max value = 765). Red value is 201 (78.91% from 255 or 56.78% from 354); Green value is 57 (22.66% from 255 or 16.10% from 354); Blue value is 96 (37.89% from 255 or 27.12% from 354); Max value from RGB is 201 - color contains mainly: red. Hex color #C93960 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93960 is #36C69F. Grayscale: #686868. Windows color (decimal): -3589792 or 6306249. OLE color: 6306249.
HSL color Cylindrical-coordinate representation of color #C93960: hue angle of 343.75º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C93960 is Cyan = 0, Magento = 0.72, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 57 | 96 | - |
| CMYK | 0 | 0.72 | 0.52 | 0.21 |
| HSL | 343.75º | 0.57% | 0.51% | - |
| HSV(B) | 343.75º | 0.72% | 0.79% | - |
| XYZ | 27.66 | 16.19 | 12.73 | - |
| YUV | 104.5 | 123.21 | 196.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 57 | 96 | 0 | 0.72 | 0.52 | 0.21 | 343.75 | 0.57 | 0.51 |
| Hex | C9 | 39 | 60 | 0 | 48 | 34 | 15 | 158 | 39 | 33 |
| Octal | 311 | 71 | 140 | 0 | 110 | 64 | 25 | 530 | 71 | 63 |
| Binary | 11001001 | 111001 | 1100000 | 0 | 1001000 | 110100 | 10101 | 101011000 | 111001 | 110011 |
Color Harmonies of #C93960
Complementary color
Monochromatic Colors of #C93960
Black with #C93960
Text Example
Text Example
White with #C93960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93960; }
p { color: rgb(201,57,96); }
H1.HeaderClassName
{
color: #C93960;
}
.AnyTagClassName
{
color: #C93960;
}
</style>
background-color css
<style>
a { background-color: #C93960; }
a { background-color: rgb(201,57,96); }
div.DivClassName
{
background-color: #C93960;
}
.BgClassName
{
background-color: #C93960;
}
</style>
border-color css
<style>
span { border-color: #C93960; }
span { border-color: rgb(201,57,96); }
td.TdClassName
{
border-color: #C93960;
}
.TagClassName
{
border-color: #C93960;
}
</style>