Shades of Cerise #C93564
Tints of Cerise #C93564
RGB
CMYK
RGB Variations
Color information
#C93564 (or 0xC93564) is known color: Cerise. HEX triplet: C9, 35 and 64. RGB value is (201,53,100). Sum of RGB (Red+Green+Blue) = 201+53+100=354 (46% of max value = 765). Red value is 201 (78.91% from 255 or 56.78% from 354); Green value is 53 (21.09% from 255 or 14.97% from 354); Blue value is 100 (39.45% from 255 or 28.25% from 354); Max value from RGB is 201 - color contains mainly: red. Hex color #C93564 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93564 is #36CA9B. Grayscale: #666666. Windows color (decimal): -3590812 or 6567369. OLE color: 6567369.
HSL color Cylindrical-coordinate representation of color #C93564: hue angle of 340.95º 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 #C93564 is Cyan = 0, Magento = 0.74, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 53 | 100 | - |
| CMYK | 0 | 0.74 | 0.50 | 0.21 |
| HSL | 340.95º | 0.58% | 0.5% | - |
| HSV(B) | 340.95º | 0.74% | 0.79% | - |
| XYZ | 27.66 | 15.88 | 13.66 | - |
| YUV | 102.61 | 126.53 | 198.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 53 | 100 | 0 | 0.74 | 0.50 | 0.21 | 340.95 | 0.58 | 0.5 |
| Hex | C9 | 35 | 64 | 0 | 4A | 32 | 15 | 155 | 3A | 32 |
| Octal | 311 | 65 | 144 | 0 | 112 | 62 | 25 | 525 | 72 | 62 |
| Binary | 11001001 | 110101 | 1100100 | 0 | 1001010 | 110010 | 10101 | 101010101 | 111010 | 110010 |
Color Harmonies of #C93564
Complementary color
Monochromatic Colors of #C93564
Black with #C93564
Text Example
Text Example
White with #C93564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93564; }
p { color: rgb(201,53,100); }
H1.HeaderClassName
{
color: #C93564;
}
.AnyTagClassName
{
color: #C93564;
}
</style>
background-color css
<style>
a { background-color: #C93564; }
a { background-color: rgb(201,53,100); }
div.DivClassName
{
background-color: #C93564;
}
.BgClassName
{
background-color: #C93564;
}
</style>
border-color css
<style>
span { border-color: #C93564; }
span { border-color: rgb(201,53,100); }
td.TdClassName
{
border-color: #C93564;
}
.TagClassName
{
border-color: #C93564;
}
</style>