Shades of Cerise #C93465
Tints of Cerise #C93465
RGB
CMYK
RGB Variations
Color information
#C93465 (or 0xC93465) is known color: Cerise. HEX triplet: C9, 34 and 65. RGB value is (201,52,101). Sum of RGB (Red+Green+Blue) = 201+52+101=354 (46% of max value = 765). Red value is 201 (78.91% from 255 or 56.78% from 354); Green value is 52 (20.70% from 255 or 14.69% from 354); Blue value is 101 (39.84% from 255 or 28.53% from 354); Max value from RGB is 201 - color contains mainly: red. Hex color #C93465 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93465 is #36CB9A. Grayscale: #666666. Windows color (decimal): -3591067 or 6632649. OLE color: 6632649.
HSL color Cylindrical-coordinate representation of color #C93465: hue angle of 340.27º 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 #C93465 is Cyan = 0, Magento = 0.74, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 52 | 101 | - |
| CMYK | 0 | 0.74 | 0.50 | 0.21 |
| HSL | 340.27º | 0.59% | 0.5% | - |
| HSV(B) | 340.27º | 0.74% | 0.79% | - |
| XYZ | 27.66 | 15.81 | 13.91 | - |
| YUV | 102.14 | 127.36 | 198.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 52 | 101 | 0 | 0.74 | 0.50 | 0.21 | 340.27 | 0.59 | 0.5 |
| Hex | C9 | 34 | 65 | 0 | 4A | 32 | 15 | 154 | 3B | 32 |
| Octal | 311 | 64 | 145 | 0 | 112 | 62 | 25 | 524 | 73 | 62 |
| Binary | 11001001 | 110100 | 1100101 | 0 | 1001010 | 110010 | 10101 | 101010100 | 111011 | 110010 |
Color Harmonies of #C93465
Complementary color
Monochromatic Colors of #C93465
Black with #C93465
Text Example
Text Example
White with #C93465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93465; }
p { color: rgb(201,52,101); }
H1.HeaderClassName
{
color: #C93465;
}
.AnyTagClassName
{
color: #C93465;
}
</style>
background-color css
<style>
a { background-color: #C93465; }
a { background-color: rgb(201,52,101); }
div.DivClassName
{
background-color: #C93465;
}
.BgClassName
{
background-color: #C93465;
}
</style>
border-color css
<style>
span { border-color: #C93465; }
span { border-color: rgb(201,52,101); }
td.TdClassName
{
border-color: #C93465;
}
.TagClassName
{
border-color: #C93465;
}
</style>