Shades of Cerise #C93863
Tints of Cerise #C93863
RGB
CMYK
RGB Variations
Color information
#C93863 (or 0xC93863) is known color: Cerise. HEX triplet: C9, 38 and 63. RGB value is (201,56,99). Sum of RGB (Red+Green+Blue) = 201+56+99=356 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.46% from 356); Green value is 56 (22.27% from 255 or 15.73% from 356); Blue value is 99 (39.06% from 255 or 27.81% from 356); Max value from RGB is 201 - color contains mainly: red. Hex color #C93863 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93863 is #36C79C. Grayscale: #686868. Windows color (decimal): -3590045 or 6502601. OLE color: 6502601.
HSL color Cylindrical-coordinate representation of color #C93863: hue angle of 342.21º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C93863 is Cyan = 0, Magento = 0.72, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 56 | 99 | - |
| CMYK | 0 | 0.72 | 0.51 | 0.21 |
| HSL | 342.21º | 0.57% | 0.5% | - |
| HSV(B) | 342.21º | 0.72% | 0.79% | - |
| XYZ | 27.75 | 16.15 | 13.46 | - |
| YUV | 104.26 | 125.04 | 197 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 56 | 99 | 0 | 0.72 | 0.51 | 0.21 | 342.21 | 0.57 | 0.5 |
| Hex | C9 | 38 | 63 | 0 | 48 | 33 | 15 | 156 | 39 | 32 |
| Octal | 311 | 70 | 143 | 0 | 110 | 63 | 25 | 526 | 71 | 62 |
| Binary | 11001001 | 111000 | 1100011 | 0 | 1001000 | 110011 | 10101 | 101010110 | 111001 | 110010 |
Color Harmonies of #C93863
Complementary color
Monochromatic Colors of #C93863
Black with #C93863
Text Example
Text Example
White with #C93863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93863; }
p { color: rgb(201,56,99); }
H1.HeaderClassName
{
color: #C93863;
}
.AnyTagClassName
{
color: #C93863;
}
</style>
background-color css
<style>
a { background-color: #C93863; }
a { background-color: rgb(201,56,99); }
div.DivClassName
{
background-color: #C93863;
}
.BgClassName
{
background-color: #C93863;
}
</style>
border-color css
<style>
span { border-color: #C93863; }
span { border-color: rgb(201,56,99); }
td.TdClassName
{
border-color: #C93863;
}
.TagClassName
{
border-color: #C93863;
}
</style>