Shades of Cerise #C93562
Tints of Cerise #C93562
RGB
CMYK
RGB Variations
Color information
#C93562 (or 0xC93562) is known color: Cerise. HEX triplet: C9, 35 and 62. RGB value is (201,53,98). Sum of RGB (Red+Green+Blue) = 201+53+98=352 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.10% from 352); Green value is 53 (21.09% from 255 or 15.06% from 352); Blue value is 98 (38.67% from 255 or 27.84% from 352); Max value from RGB is 201 - color contains mainly: red. Hex color #C93562 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93562 is #36CA9D. Grayscale: #666666. Windows color (decimal): -3590814 or 6436297. OLE color: 6436297.
HSL color Cylindrical-coordinate representation of color #C93562: hue angle of 341.76º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C93562 is Cyan = 0, Magento = 0.74, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 53 | 98 | - |
| CMYK | 0 | 0.74 | 0.51 | 0.21 |
| HSL | 341.76º | 0.58% | 0.5% | - |
| HSV(B) | 341.76º | 0.74% | 0.79% | - |
| XYZ | 27.57 | 15.85 | 13.16 | - |
| YUV | 102.38 | 125.53 | 198.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 53 | 98 | 0 | 0.74 | 0.51 | 0.21 | 341.76 | 0.58 | 0.5 |
| Hex | C9 | 35 | 62 | 0 | 4A | 33 | 15 | 156 | 3A | 32 |
| Octal | 311 | 65 | 142 | 0 | 112 | 63 | 25 | 526 | 72 | 62 |
| Binary | 11001001 | 110101 | 1100010 | 0 | 1001010 | 110011 | 10101 | 101010110 | 111010 | 110010 |
Color Harmonies of #C93562
Complementary color
Monochromatic Colors of #C93562
Black with #C93562
Text Example
Text Example
White with #C93562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93562; }
p { color: rgb(201,53,98); }
H1.HeaderClassName
{
color: #C93562;
}
.AnyTagClassName
{
color: #C93562;
}
</style>
background-color css
<style>
a { background-color: #C93562; }
a { background-color: rgb(201,53,98); }
div.DivClassName
{
background-color: #C93562;
}
.BgClassName
{
background-color: #C93562;
}
</style>
border-color css
<style>
span { border-color: #C93562; }
span { border-color: rgb(201,53,98); }
td.TdClassName
{
border-color: #C93562;
}
.TagClassName
{
border-color: #C93562;
}
</style>