Shades of Cerise #C93463
Tints of Cerise #C93463
RGB
CMYK
RGB Variations
Color information
#C93463 (or 0xC93463) is known color: Cerise. HEX triplet: C9, 34 and 63. RGB value is (201,52,99). Sum of RGB (Red+Green+Blue) = 201+52+99=352 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.10% from 352); Green value is 52 (20.70% from 255 or 14.77% from 352); Blue value is 99 (39.06% from 255 or 28.12% from 352); Max value from RGB is 201 - color contains mainly: red. Hex color #C93463 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93463 is #36CB9C. Grayscale: #656565. Windows color (decimal): -3591069 or 6501577. OLE color: 6501577.
HSL color Cylindrical-coordinate representation of color #C93463: hue angle of 341.07º degrees, saturation: 0.59, 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 #C93463 is Cyan = 0, Magento = 0.74, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 52 | 99 | - |
| CMYK | 0 | 0.74 | 0.51 | 0.21 |
| HSL | 341.07º | 0.59% | 0.5% | - |
| HSV(B) | 341.07º | 0.74% | 0.79% | - |
| XYZ | 27.57 | 15.77 | 13.4 | - |
| YUV | 101.91 | 126.36 | 198.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 52 | 99 | 0 | 0.74 | 0.51 | 0.21 | 341.07 | 0.59 | 0.5 |
| Hex | C9 | 34 | 63 | 0 | 4A | 33 | 15 | 155 | 3B | 32 |
| Octal | 311 | 64 | 143 | 0 | 112 | 63 | 25 | 525 | 73 | 62 |
| Binary | 11001001 | 110100 | 1100011 | 0 | 1001010 | 110011 | 10101 | 101010101 | 111011 | 110010 |
Color Harmonies of #C93463
Complementary color
Monochromatic Colors of #C93463
Black with #C93463
Text Example
Text Example
White with #C93463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93463; }
p { color: rgb(201,52,99); }
H1.HeaderClassName
{
color: #C93463;
}
.AnyTagClassName
{
color: #C93463;
}
</style>
background-color css
<style>
a { background-color: #C93463; }
a { background-color: rgb(201,52,99); }
div.DivClassName
{
background-color: #C93463;
}
.BgClassName
{
background-color: #C93463;
}
</style>
border-color css
<style>
span { border-color: #C93463; }
span { border-color: rgb(201,52,99); }
td.TdClassName
{
border-color: #C93463;
}
.TagClassName
{
border-color: #C93463;
}
</style>