Shades of Cerise #C92261
Tints of Cerise #C92261
RGB
CMYK
RGB Variations
Color information
#C92261 (or 0xC92261) is known color: Cerise. HEX triplet: C9, 22 and 61. RGB value is (201,34,97). Sum of RGB (Red+Green+Blue) = 201+34+97=332 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.54% from 332); Green value is 34 (13.67% from 255 or 10.24% from 332); Blue value is 97 (38.28% from 255 or 29.22% from 332); Max value from RGB is 201 - color contains mainly: red. Hex color #C92261 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92261 is #36DD9E. Grayscale: #5B5B5B. Windows color (decimal): -3595679 or 6365897. OLE color: 6365897.
HSL color Cylindrical-coordinate representation of color #C92261: hue angle of 337.37º degrees, saturation: 0.71, 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 #C92261 is Cyan = 0, Magento = 0.83, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 34 | 97 | - |
| CMYK | 0 | 0.83 | 0.52 | 0.21 |
| HSL | 337.37º | 0.71% | 0.46% | - |
| HSV(B) | 337.37º | 0.83% | 0.79% | - |
| XYZ | 26.82 | 14.42 | 12.68 | - |
| YUV | 91.12 | 131.33 | 206.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 34 | 97 | 0 | 0.83 | 0.52 | 0.21 | 337.37 | 0.71 | 0.46 |
| Hex | C9 | 22 | 61 | 0 | 53 | 34 | 15 | 151 | 47 | 2E |
| Octal | 311 | 42 | 141 | 0 | 123 | 64 | 25 | 521 | 107 | 56 |
| Binary | 11001001 | 100010 | 1100001 | 0 | 1010011 | 110100 | 10101 | 101010001 | 1000111 | 101110 |
Color Harmonies of #C92261
Complementary color
Monochromatic Colors of #C92261
Black with #C92261
Text Example
Text Example
White with #C92261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92261; }
p { color: rgb(201,34,97); }
H1.HeaderClassName
{
color: #C92261;
}
.AnyTagClassName
{
color: #C92261;
}
</style>
background-color css
<style>
a { background-color: #C92261; }
a { background-color: rgb(201,34,97); }
div.DivClassName
{
background-color: #C92261;
}
.BgClassName
{
background-color: #C92261;
}
</style>
border-color css
<style>
span { border-color: #C92261; }
span { border-color: rgb(201,34,97); }
td.TdClassName
{
border-color: #C92261;
}
.TagClassName
{
border-color: #C92261;
}
</style>