Shades of Cerise #C9225F
Tints of Cerise #C9225F
RGB
CMYK
RGB Variations
Color information
#C9225F (or 0xC9225F) is known color: Cerise. HEX triplet: C9, 22 and 5F. RGB value is (201,34,95). Sum of RGB (Red+Green+Blue) = 201+34+95=330 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.91% from 330); Green value is 34 (13.67% from 255 or 10.30% from 330); Blue value is 95 (37.5% from 255 or 28.79% from 330); Max value from RGB is 201 - color contains mainly: red. Hex color #C9225F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9225F is #36DDA0. Grayscale: #5A5A5A. Windows color (decimal): -3595681 or 6234825. OLE color: 6234825.
HSL color Cylindrical-coordinate representation of color #C9225F: hue angle of 338.08º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C9225F is Cyan = 0, Magento = 0.83, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 34 | 95 | - |
| CMYK | 0 | 0.83 | 0.53 | 0.21 |
| HSL | 338.08º | 0.71% | 0.46% | - |
| HSV(B) | 338.08º | 0.83% | 0.79% | - |
| XYZ | 26.72 | 14.39 | 12.2 | - |
| YUV | 90.89 | 130.33 | 206.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 34 | 95 | 0 | 0.83 | 0.53 | 0.21 | 338.08 | 0.71 | 0.46 |
| Hex | C9 | 22 | 5F | 0 | 53 | 35 | 15 | 152 | 47 | 2E |
| Octal | 311 | 42 | 137 | 0 | 123 | 65 | 25 | 522 | 107 | 56 |
| Binary | 11001001 | 100010 | 1011111 | 0 | 1010011 | 110101 | 10101 | 101010010 | 1000111 | 101110 |
Color Harmonies of #C9225F
Complementary color
Monochromatic Colors of #C9225F
Black with #C9225F
Text Example
Text Example
White with #C9225F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9225F; }
p { color: rgb(201,34,95); }
H1.HeaderClassName
{
color: #C9225F;
}
.AnyTagClassName
{
color: #C9225F;
}
</style>
background-color css
<style>
a { background-color: #C9225F; }
a { background-color: rgb(201,34,95); }
div.DivClassName
{
background-color: #C9225F;
}
.BgClassName
{
background-color: #C9225F;
}
</style>
border-color css
<style>
span { border-color: #C9225F; }
span { border-color: rgb(201,34,95); }
td.TdClassName
{
border-color: #C9225F;
}
.TagClassName
{
border-color: #C9225F;
}
</style>