Shades of Cerise #C9375E
Tints of Cerise #C9375E
RGB
CMYK
RGB Variations
Color information
#C9375E (or 0xC9375E) is known color: Cerise. HEX triplet: C9, 37 and 5E. RGB value is (201,55,94). Sum of RGB (Red+Green+Blue) = 201+55+94=350 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.43% from 350); Green value is 55 (21.88% from 255 or 15.71% from 350); Blue value is 94 (37.11% from 255 or 26.86% from 350); Max value from RGB is 201 - color contains mainly: red. Hex color #C9375E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9375E is #36C8A1. Grayscale: #676767. Windows color (decimal): -3590306 or 6174665. OLE color: 6174665.
HSL color Cylindrical-coordinate representation of color #C9375E: hue angle of 343.97º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C9375E is Cyan = 0, Magento = 0.73, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 55 | 94 | - |
| CMYK | 0 | 0.73 | 0.53 | 0.21 |
| HSL | 343.97º | 0.57% | 0.5% | - |
| HSV(B) | 343.97º | 0.73% | 0.79% | - |
| XYZ | 27.47 | 15.96 | 12.22 | - |
| YUV | 103.1 | 122.87 | 197.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 55 | 94 | 0 | 0.73 | 0.53 | 0.21 | 343.97 | 0.57 | 0.5 |
| Hex | C9 | 37 | 5E | 0 | 49 | 35 | 15 | 158 | 39 | 32 |
| Octal | 311 | 67 | 136 | 0 | 111 | 65 | 25 | 530 | 71 | 62 |
| Binary | 11001001 | 110111 | 1011110 | 0 | 1001001 | 110101 | 10101 | 101011000 | 111001 | 110010 |
Color Harmonies of #C9375E
Complementary color
Monochromatic Colors of #C9375E
Black with #C9375E
Text Example
Text Example
White with #C9375E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9375E; }
p { color: rgb(201,55,94); }
H1.HeaderClassName
{
color: #C9375E;
}
.AnyTagClassName
{
color: #C9375E;
}
</style>
background-color css
<style>
a { background-color: #C9375E; }
a { background-color: rgb(201,55,94); }
div.DivClassName
{
background-color: #C9375E;
}
.BgClassName
{
background-color: #C9375E;
}
</style>
border-color css
<style>
span { border-color: #C9375E; }
span { border-color: rgb(201,55,94); }
td.TdClassName
{
border-color: #C9375E;
}
.TagClassName
{
border-color: #C9375E;
}
</style>