Shades of Cerise #C92263
Tints of Cerise #C92263
RGB
CMYK
RGB Variations
Color information
#C92263 (or 0xC92263) is known color: Cerise. HEX triplet: C9, 22 and 63. RGB value is (201,34,99). Sum of RGB (Red+Green+Blue) = 201+34+99=334 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60.18% from 334); Green value is 34 (13.67% from 255 or 10.18% from 334); Blue value is 99 (39.06% from 255 or 29.64% from 334); Max value from RGB is 201 - color contains mainly: red. Hex color #C92263 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92263 is #36DD9C. Grayscale: #5B5B5B. Windows color (decimal): -3595677 or 6496969. OLE color: 6496969.
HSL color Cylindrical-coordinate representation of color #C92263: hue angle of 336.65º 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 #C92263 is Cyan = 0, Magento = 0.83, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 34 | 99 | - |
| CMYK | 0 | 0.83 | 0.51 | 0.21 |
| HSL | 336.65º | 0.71% | 0.46% | - |
| HSV(B) | 336.65º | 0.83% | 0.79% | - |
| XYZ | 26.91 | 14.46 | 13.18 | - |
| YUV | 91.34 | 132.33 | 206.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 34 | 99 | 0 | 0.83 | 0.51 | 0.21 | 336.65 | 0.71 | 0.46 |
| Hex | C9 | 22 | 63 | 0 | 53 | 33 | 15 | 151 | 47 | 2E |
| Octal | 311 | 42 | 143 | 0 | 123 | 63 | 25 | 521 | 107 | 56 |
| Binary | 11001001 | 100010 | 1100011 | 0 | 1010011 | 110011 | 10101 | 101010001 | 1000111 | 101110 |
Color Harmonies of #C92263
Complementary color
Monochromatic Colors of #C92263
Black with #C92263
Text Example
Text Example
White with #C92263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92263; }
p { color: rgb(201,34,99); }
H1.HeaderClassName
{
color: #C92263;
}
.AnyTagClassName
{
color: #C92263;
}
</style>
background-color css
<style>
a { background-color: #C92263; }
a { background-color: rgb(201,34,99); }
div.DivClassName
{
background-color: #C92263;
}
.BgClassName
{
background-color: #C92263;
}
</style>
border-color css
<style>
span { border-color: #C92263; }
span { border-color: rgb(201,34,99); }
td.TdClassName
{
border-color: #C92263;
}
.TagClassName
{
border-color: #C92263;
}
</style>