Shades of Cerise #C92A60
Tints of Cerise #C92A60
RGB
CMYK
RGB Variations
Color information
#C92A60 (or 0xC92A60) is known color: Cerise. HEX triplet: C9, 2A and 60. RGB value is (201,42,96). Sum of RGB (Red+Green+Blue) = 201+42+96=339 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.29% from 339); Green value is 42 (16.80% from 255 or 12.39% from 339); Blue value is 96 (37.89% from 255 or 28.32% from 339); Max value from RGB is 201 - color contains mainly: red. Hex color #C92A60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92A60 is #36D59F. Grayscale: #5F5F5F. Windows color (decimal): -3593632 or 6302409. OLE color: 6302409.
HSL color Cylindrical-coordinate representation of color #C92A60: hue angle of 339.62º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C92A60 is Cyan = 0, Magento = 0.79, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 42 | 96 | - |
| CMYK | 0 | 0.79 | 0.52 | 0.21 |
| HSL | 339.62º | 0.65% | 0.48% | - |
| HSV(B) | 339.62º | 0.79% | 0.79% | - |
| XYZ | 27.03 | 14.92 | 12.52 | - |
| YUV | 95.7 | 128.18 | 203.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 42 | 96 | 0 | 0.79 | 0.52 | 0.21 | 339.62 | 0.65 | 0.48 |
| Hex | C9 | 2A | 60 | 0 | 4F | 34 | 15 | 154 | 41 | 30 |
| Octal | 311 | 52 | 140 | 0 | 117 | 64 | 25 | 524 | 101 | 60 |
| Binary | 11001001 | 101010 | 1100000 | 0 | 1001111 | 110100 | 10101 | 101010100 | 1000001 | 110000 |
Color Harmonies of #C92A60
Complementary color
Monochromatic Colors of #C92A60
Black with #C92A60
Text Example
Text Example
White with #C92A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92A60; }
p { color: rgb(201,42,96); }
H1.HeaderClassName
{
color: #C92A60;
}
.AnyTagClassName
{
color: #C92A60;
}
</style>
background-color css
<style>
a { background-color: #C92A60; }
a { background-color: rgb(201,42,96); }
div.DivClassName
{
background-color: #C92A60;
}
.BgClassName
{
background-color: #C92A60;
}
</style>
border-color css
<style>
span { border-color: #C92A60; }
span { border-color: rgb(201,42,96); }
td.TdClassName
{
border-color: #C92A60;
}
.TagClassName
{
border-color: #C92A60;
}
</style>