Shades of Cerise #C9296C
Tints of Cerise #C9296C
RGB
CMYK
RGB Variations
Color information
#C9296C (or 0xC9296C) is known color: Cerise. HEX triplet: C9, 29 and 6C. RGB value is (201,41,108). Sum of RGB (Red+Green+Blue) = 201+41+108=350 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.43% from 350); Green value is 41 (16.41% from 255 or 11.71% from 350); Blue value is 108 (42.58% from 255 or 30.86% from 350); Max value from RGB is 201 - color contains mainly: red. Hex color #C9296C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9296C is #36D693. Grayscale: #606060. Windows color (decimal): -3593876 or 7088585. OLE color: 7088585.
HSL color Cylindrical-coordinate representation of color #C9296C: hue angle of 334.88º 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 #C9296C is Cyan = 0, Magento = 0.80, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 41 | 108 | - |
| CMYK | 0 | 0.80 | 0.46 | 0.21 |
| HSL | 334.88º | 0.66% | 0.47% | - |
| HSV(B) | 334.88º | 0.8% | 0.79% | - |
| XYZ | 27.59 | 15.09 | 15.65 | - |
| YUV | 96.48 | 134.51 | 202.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 41 | 108 | 0 | 0.80 | 0.46 | 0.21 | 334.88 | 0.66 | 0.47 |
| Hex | C9 | 29 | 6C | 0 | 50 | 2E | 15 | 14F | 42 | 2F |
| Octal | 311 | 51 | 154 | 0 | 120 | 56 | 25 | 517 | 102 | 57 |
| Binary | 11001001 | 101001 | 1101100 | 0 | 1010000 | 101110 | 10101 | 101001111 | 1000010 | 101111 |
Color Harmonies of #C9296C
Complementary color
Monochromatic Colors of #C9296C
Black with #C9296C
Text Example
Text Example
White with #C9296C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9296C; }
p { color: rgb(201,41,108); }
H1.HeaderClassName
{
color: #C9296C;
}
.AnyTagClassName
{
color: #C9296C;
}
</style>
background-color css
<style>
a { background-color: #C9296C; }
a { background-color: rgb(201,41,108); }
div.DivClassName
{
background-color: #C9296C;
}
.BgClassName
{
background-color: #C9296C;
}
</style>
border-color css
<style>
span { border-color: #C9296C; }
span { border-color: rgb(201,41,108); }
td.TdClassName
{
border-color: #C9296C;
}
.TagClassName
{
border-color: #C9296C;
}
</style>