Shades of Cerise #C9325E
Tints of Cerise #C9325E
RGB
CMYK
RGB Variations
Color information
#C9325E (or 0xC9325E) is known color: Cerise. HEX triplet: C9, 32 and 5E. RGB value is (201,50,94). Sum of RGB (Red+Green+Blue) = 201+50+94=345 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.26% from 345); Green value is 50 (19.92% from 255 or 14.49% from 345); Blue value is 94 (37.11% from 255 or 27.25% from 345); Max value from RGB is 201 - color contains mainly: red. Hex color #C9325E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9325E is #36CDA1. Grayscale: #646464. Windows color (decimal): -3591586 or 6173385. OLE color: 6173385.
HSL color Cylindrical-coordinate representation of color #C9325E: hue angle of 342.52º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C9325E is Cyan = 0, Magento = 0.75, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 50 | 94 | - |
| CMYK | 0 | 0.75 | 0.53 | 0.21 |
| HSL | 342.52º | 0.6% | 0.49% | - |
| HSV(B) | 342.52º | 0.75% | 0.79% | - |
| XYZ | 27.25 | 15.51 | 12.15 | - |
| YUV | 100.17 | 124.53 | 199.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 50 | 94 | 0 | 0.75 | 0.53 | 0.21 | 342.52 | 0.6 | 0.49 |
| Hex | C9 | 32 | 5E | 0 | 4B | 35 | 15 | 157 | 3C | 31 |
| Octal | 311 | 62 | 136 | 0 | 113 | 65 | 25 | 527 | 74 | 61 |
| Binary | 11001001 | 110010 | 1011110 | 0 | 1001011 | 110101 | 10101 | 101010111 | 111100 | 110001 |
Color Harmonies of #C9325E
Complementary color
Monochromatic Colors of #C9325E
Black with #C9325E
Text Example
Text Example
White with #C9325E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9325E; }
p { color: rgb(201,50,94); }
H1.HeaderClassName
{
color: #C9325E;
}
.AnyTagClassName
{
color: #C9325E;
}
</style>
background-color css
<style>
a { background-color: #C9325E; }
a { background-color: rgb(201,50,94); }
div.DivClassName
{
background-color: #C9325E;
}
.BgClassName
{
background-color: #C9325E;
}
</style>
border-color css
<style>
span { border-color: #C9325E; }
span { border-color: rgb(201,50,94); }
td.TdClassName
{
border-color: #C9325E;
}
.TagClassName
{
border-color: #C9325E;
}
</style>