Shades of Cerise #C9296D
Tints of Cerise #C9296D
RGB
CMYK
RGB Variations
Color information
#C9296D (or 0xC9296D) is known color: Cerise. HEX triplet: C9, 29 and 6D. RGB value is (201,41,109). Sum of RGB (Red+Green+Blue) = 201+41+109=351 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.26% from 351); Green value is 41 (16.41% from 255 or 11.68% from 351); Blue value is 109 (42.97% from 255 or 31.05% from 351); Max value from RGB is 201 - color contains mainly: red. Hex color #C9296D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9296D is #36D692. Grayscale: #606060. Windows color (decimal): -3593875 or 7154121. OLE color: 7154121.
HSL color Cylindrical-coordinate representation of color #C9296D: hue angle of 334.5º 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 #C9296D is Cyan = 0, Magento = 0.80, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 41 | 109 | - |
| CMYK | 0 | 0.80 | 0.46 | 0.21 |
| HSL | 334.5º | 0.66% | 0.47% | - |
| HSV(B) | 334.5º | 0.8% | 0.79% | - |
| XYZ | 27.64 | 15.11 | 15.93 | - |
| YUV | 96.59 | 135.01 | 202.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 41 | 109 | 0 | 0.80 | 0.46 | 0.21 | 334.5 | 0.66 | 0.47 |
| Hex | C9 | 29 | 6D | 0 | 50 | 2E | 15 | 14E | 42 | 2F |
| Octal | 311 | 51 | 155 | 0 | 120 | 56 | 25 | 516 | 102 | 57 |
| Binary | 11001001 | 101001 | 1101101 | 0 | 1010000 | 101110 | 10101 | 101001110 | 1000010 | 101111 |
Color Harmonies of #C9296D
Complementary color
Monochromatic Colors of #C9296D
Black with #C9296D
Text Example
Text Example
White with #C9296D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9296D; }
p { color: rgb(201,41,109); }
H1.HeaderClassName
{
color: #C9296D;
}
.AnyTagClassName
{
color: #C9296D;
}
</style>
background-color css
<style>
a { background-color: #C9296D; }
a { background-color: rgb(201,41,109); }
div.DivClassName
{
background-color: #C9296D;
}
.BgClassName
{
background-color: #C9296D;
}
</style>
border-color css
<style>
span { border-color: #C9296D; }
span { border-color: rgb(201,41,109); }
td.TdClassName
{
border-color: #C9296D;
}
.TagClassName
{
border-color: #C9296D;
}
</style>