Shades of Cerise #C9256F
Tints of Cerise #C9256F
RGB
CMYK
RGB Variations
Color information
#C9256F (or 0xC9256F) is known color: Cerise. HEX triplet: C9, 25 and 6F. RGB value is (201,37,111). Sum of RGB (Red+Green+Blue) = 201+37+111=349 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.59% from 349); Green value is 37 (14.84% from 255 or 10.60% from 349); Blue value is 111 (43.75% from 255 or 31.81% from 349); Max value from RGB is 201 - color contains mainly: red. Hex color #C9256F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9256F is #36DA90. Grayscale: #5E5E5E. Windows color (decimal): -3594897 or 7284169. OLE color: 7284169.
HSL color Cylindrical-coordinate representation of color #C9256F: hue angle of 332.93º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C9256F is Cyan = 0, Magento = 0.82, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 37 | 111 | - |
| CMYK | 0 | 0.82 | 0.45 | 0.21 |
| HSL | 332.93º | 0.69% | 0.47% | - |
| HSV(B) | 332.93º | 0.82% | 0.79% | - |
| XYZ | 27.62 | 14.89 | 16.46 | - |
| YUV | 94.47 | 137.33 | 203.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 37 | 111 | 0 | 0.82 | 0.45 | 0.21 | 332.93 | 0.69 | 0.47 |
| Hex | C9 | 25 | 6F | 0 | 52 | 2D | 15 | 14D | 45 | 2F |
| Octal | 311 | 45 | 157 | 0 | 122 | 55 | 25 | 515 | 105 | 57 |
| Binary | 11001001 | 100101 | 1101111 | 0 | 1010010 | 101101 | 10101 | 101001101 | 1000101 | 101111 |
Color Harmonies of #C9256F
Complementary color
Monochromatic Colors of #C9256F
Black with #C9256F
Text Example
Text Example
White with #C9256F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9256F; }
p { color: rgb(201,37,111); }
H1.HeaderClassName
{
color: #C9256F;
}
.AnyTagClassName
{
color: #C9256F;
}
</style>
background-color css
<style>
a { background-color: #C9256F; }
a { background-color: rgb(201,37,111); }
div.DivClassName
{
background-color: #C9256F;
}
.BgClassName
{
background-color: #C9256F;
}
</style>
border-color css
<style>
span { border-color: #C9256F; }
span { border-color: rgb(201,37,111); }
td.TdClassName
{
border-color: #C9256F;
}
.TagClassName
{
border-color: #C9256F;
}
</style>