Shades of Cerise #C9296E
Tints of Cerise #C9296E
RGB
CMYK
RGB Variations
Color information
#C9296E (or 0xC9296E) is known color: Cerise. HEX triplet: C9, 29 and 6E. RGB value is (201,41,110). Sum of RGB (Red+Green+Blue) = 201+41+110=352 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.10% from 352); Green value is 41 (16.41% from 255 or 11.65% from 352); Blue value is 110 (43.36% from 255 or 31.25% from 352); Max value from RGB is 201 - color contains mainly: red. Hex color #C9296E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9296E is #36D691. Grayscale: #606060. Windows color (decimal): -3593874 or 7219657. OLE color: 7219657.
HSL color Cylindrical-coordinate representation of color #C9296E: hue angle of 334.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 #C9296E is Cyan = 0, Magento = 0.80, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 41 | 110 | - |
| CMYK | 0 | 0.80 | 0.45 | 0.21 |
| HSL | 334.13º | 0.66% | 0.47% | - |
| HSV(B) | 334.13º | 0.8% | 0.79% | - |
| XYZ | 27.69 | 15.13 | 16.21 | - |
| YUV | 96.71 | 135.51 | 202.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 41 | 110 | 0 | 0.80 | 0.45 | 0.21 | 334.13 | 0.66 | 0.47 |
| Hex | C9 | 29 | 6E | 0 | 50 | 2D | 15 | 14E | 42 | 2F |
| Octal | 311 | 51 | 156 | 0 | 120 | 55 | 25 | 516 | 102 | 57 |
| Binary | 11001001 | 101001 | 1101110 | 0 | 1010000 | 101101 | 10101 | 101001110 | 1000010 | 101111 |
Color Harmonies of #C9296E
Complementary color
Monochromatic Colors of #C9296E
Black with #C9296E
Text Example
Text Example
White with #C9296E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9296E; }
p { color: rgb(201,41,110); }
H1.HeaderClassName
{
color: #C9296E;
}
.AnyTagClassName
{
color: #C9296E;
}
</style>
background-color css
<style>
a { background-color: #C9296E; }
a { background-color: rgb(201,41,110); }
div.DivClassName
{
background-color: #C9296E;
}
.BgClassName
{
background-color: #C9296E;
}
</style>
border-color css
<style>
span { border-color: #C9296E; }
span { border-color: rgb(201,41,110); }
td.TdClassName
{
border-color: #C9296E;
}
.TagClassName
{
border-color: #C9296E;
}
</style>