Shades of Cerise #C9295E
Tints of Cerise #C9295E
RGB
CMYK
RGB Variations
Color information
#C9295E (or 0xC9295E) is known color: Cerise. HEX triplet: C9, 29 and 5E. RGB value is (201,41,94). Sum of RGB (Red+Green+Blue) = 201+41+94=336 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.82% from 336); Green value is 41 (16.41% from 255 or 12.20% from 336); Blue value is 94 (37.11% from 255 or 27.98% from 336); Max value from RGB is 201 - color contains mainly: red. Hex color #C9295E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9295E is #36D6A1. Grayscale: #5E5E5E. Windows color (decimal): -3593890 or 6171081. OLE color: 6171081.
HSL color Cylindrical-coordinate representation of color #C9295E: hue angle of 340.12º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C9295E is Cyan = 0, Magento = 0.80, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 41 | 94 | - |
| CMYK | 0 | 0.80 | 0.53 | 0.21 |
| HSL | 340.13º | 0.66% | 0.47% | - |
| HSV(B) | 340.13º | 0.8% | 0.79% | - |
| XYZ | 26.9 | 14.81 | 12.03 | - |
| YUV | 94.88 | 127.51 | 203.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 41 | 94 | 0 | 0.80 | 0.53 | 0.21 | 340.13 | 0.66 | 0.47 |
| Hex | C9 | 29 | 5E | 0 | 50 | 35 | 15 | 154 | 42 | 2F |
| Octal | 311 | 51 | 136 | 0 | 120 | 65 | 25 | 524 | 102 | 57 |
| Binary | 11001001 | 101001 | 1011110 | 0 | 1010000 | 110101 | 10101 | 101010100 | 1000010 | 101111 |
Color Harmonies of #C9295E
Complementary color
Monochromatic Colors of #C9295E
Black with #C9295E
Text Example
Text Example
White with #C9295E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9295E; }
p { color: rgb(201,41,94); }
H1.HeaderClassName
{
color: #C9295E;
}
.AnyTagClassName
{
color: #C9295E;
}
</style>
background-color css
<style>
a { background-color: #C9295E; }
a { background-color: rgb(201,41,94); }
div.DivClassName
{
background-color: #C9295E;
}
.BgClassName
{
background-color: #C9295E;
}
</style>
border-color css
<style>
span { border-color: #C9295E; }
span { border-color: rgb(201,41,94); }
td.TdClassName
{
border-color: #C9295E;
}
.TagClassName
{
border-color: #C9295E;
}
</style>