Shades of Cerise #C9355F
Tints of Cerise #C9355F
RGB
CMYK
RGB Variations
Color information
#C9355F (or 0xC9355F) is known color: Cerise. HEX triplet: C9, 35 and 5F. RGB value is (201,53,95). Sum of RGB (Red+Green+Blue) = 201+53+95=349 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.59% from 349); Green value is 53 (21.09% from 255 or 15.19% from 349); Blue value is 95 (37.5% from 255 or 27.22% from 349); Max value from RGB is 201 - color contains mainly: red. Hex color #C9355F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9355F is #36CAA0. Grayscale: #666666. Windows color (decimal): -3590817 or 6239689. OLE color: 6239689.
HSL color Cylindrical-coordinate representation of color #C9355F: hue angle of 342.97º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C9355F is Cyan = 0, Magento = 0.74, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 53 | 95 | - |
| CMYK | 0 | 0.74 | 0.53 | 0.21 |
| HSL | 342.97º | 0.58% | 0.5% | - |
| HSV(B) | 342.97º | 0.74% | 0.79% | - |
| XYZ | 27.43 | 15.79 | 12.43 | - |
| YUV | 102.04 | 124.03 | 198.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 53 | 95 | 0 | 0.74 | 0.53 | 0.21 | 342.97 | 0.58 | 0.5 |
| Hex | C9 | 35 | 5F | 0 | 4A | 35 | 15 | 157 | 3A | 32 |
| Octal | 311 | 65 | 137 | 0 | 112 | 65 | 25 | 527 | 72 | 62 |
| Binary | 11001001 | 110101 | 1011111 | 0 | 1001010 | 110101 | 10101 | 101010111 | 111010 | 110010 |
Color Harmonies of #C9355F
Complementary color
Monochromatic Colors of #C9355F
Black with #C9355F
Text Example
Text Example
White with #C9355F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9355F; }
p { color: rgb(201,53,95); }
H1.HeaderClassName
{
color: #C9355F;
}
.AnyTagClassName
{
color: #C9355F;
}
</style>
background-color css
<style>
a { background-color: #C9355F; }
a { background-color: rgb(201,53,95); }
div.DivClassName
{
background-color: #C9355F;
}
.BgClassName
{
background-color: #C9355F;
}
</style>
border-color css
<style>
span { border-color: #C9355F; }
span { border-color: rgb(201,53,95); }
td.TdClassName
{
border-color: #C9355F;
}
.TagClassName
{
border-color: #C9355F;
}
</style>