Shades of Cerise #C92361
Tints of Cerise #C92361
RGB
CMYK
RGB Variations
Color information
#C92361 (or 0xC92361) is known color: Cerise. HEX triplet: C9, 23 and 61. RGB value is (201,35,97). Sum of RGB (Red+Green+Blue) = 201+35+97=333 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60.36% from 333); Green value is 35 (14.06% from 255 or 10.51% from 333); Blue value is 97 (38.28% from 255 or 29.13% from 333); Max value from RGB is 201 - color contains mainly: red. Hex color #C92361 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92361 is #36DC9E. Grayscale: #5B5B5B. Windows color (decimal): -3595423 or 6366153. OLE color: 6366153.
HSL color Cylindrical-coordinate representation of color #C92361: hue angle of 337.59º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C92361 is Cyan = 0, Magento = 0.83, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 35 | 97 | - |
| CMYK | 0 | 0.83 | 0.52 | 0.21 |
| HSL | 337.59º | 0.7% | 0.46% | - |
| HSV(B) | 337.59º | 0.83% | 0.79% | - |
| XYZ | 26.85 | 14.48 | 12.69 | - |
| YUV | 91.7 | 131 | 205.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 35 | 97 | 0 | 0.83 | 0.52 | 0.21 | 337.59 | 0.7 | 0.46 |
| Hex | C9 | 23 | 61 | 0 | 53 | 34 | 15 | 152 | 46 | 2E |
| Octal | 311 | 43 | 141 | 0 | 123 | 64 | 25 | 522 | 106 | 56 |
| Binary | 11001001 | 100011 | 1100001 | 0 | 1010011 | 110100 | 10101 | 101010010 | 1000110 | 101110 |
Color Harmonies of #C92361
Complementary color
Monochromatic Colors of #C92361
Black with #C92361
Text Example
Text Example
White with #C92361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92361; }
p { color: rgb(201,35,97); }
H1.HeaderClassName
{
color: #C92361;
}
.AnyTagClassName
{
color: #C92361;
}
</style>
background-color css
<style>
a { background-color: #C92361; }
a { background-color: rgb(201,35,97); }
div.DivClassName
{
background-color: #C92361;
}
.BgClassName
{
background-color: #C92361;
}
</style>
border-color css
<style>
span { border-color: #C92361; }
span { border-color: rgb(201,35,97); }
td.TdClassName
{
border-color: #C92361;
}
.TagClassName
{
border-color: #C92361;
}
</style>