Shades of Cerise #C9295F
Tints of Cerise #C9295F
RGB
CMYK
RGB Variations
Color information
#C9295F (or 0xC9295F) is known color: Cerise. HEX triplet: C9, 29 and 5F. RGB value is (201,41,95). Sum of RGB (Red+Green+Blue) = 201+41+95=337 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.64% from 337); Green value is 41 (16.41% from 255 or 12.17% from 337); Blue value is 95 (37.5% from 255 or 28.19% from 337); Max value from RGB is 201 - color contains mainly: red. Hex color #C9295F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9295F is #36D6A0. Grayscale: #5E5E5E. Windows color (decimal): -3593889 or 6236617. OLE color: 6236617.
HSL color Cylindrical-coordinate representation of color #C9295F: hue angle of 339.75º 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 #C9295F is Cyan = 0, Magento = 0.80, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 41 | 95 | - |
| CMYK | 0 | 0.80 | 0.53 | 0.21 |
| HSL | 339.75º | 0.66% | 0.47% | - |
| HSV(B) | 339.75º | 0.8% | 0.79% | - |
| XYZ | 26.95 | 14.83 | 12.27 | - |
| YUV | 95 | 128.01 | 203.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 41 | 95 | 0 | 0.80 | 0.53 | 0.21 | 339.75 | 0.66 | 0.47 |
| Hex | C9 | 29 | 5F | 0 | 50 | 35 | 15 | 154 | 42 | 2F |
| Octal | 311 | 51 | 137 | 0 | 120 | 65 | 25 | 524 | 102 | 57 |
| Binary | 11001001 | 101001 | 1011111 | 0 | 1010000 | 110101 | 10101 | 101010100 | 1000010 | 101111 |
Color Harmonies of #C9295F
Complementary color
Monochromatic Colors of #C9295F
Black with #C9295F
Text Example
Text Example
White with #C9295F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9295F; }
p { color: rgb(201,41,95); }
H1.HeaderClassName
{
color: #C9295F;
}
.AnyTagClassName
{
color: #C9295F;
}
</style>
background-color css
<style>
a { background-color: #C9295F; }
a { background-color: rgb(201,41,95); }
div.DivClassName
{
background-color: #C9295F;
}
.BgClassName
{
background-color: #C9295F;
}
</style>
border-color css
<style>
span { border-color: #C9295F; }
span { border-color: rgb(201,41,95); }
td.TdClassName
{
border-color: #C9295F;
}
.TagClassName
{
border-color: #C9295F;
}
</style>