Shades of Cerise #C93171
Tints of Cerise #C93171
RGB
CMYK
RGB Variations
Color information
#C93171 (or 0xC93171) is known color: Cerise. HEX triplet: C9, 31 and 71. RGB value is (201,49,113). Sum of RGB (Red+Green+Blue) = 201+49+113=363 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.37% from 363); Green value is 49 (19.53% from 255 or 13.50% from 363); Blue value is 113 (44.53% from 255 or 31.13% from 363); Max value from RGB is 201 - color contains mainly: red. Hex color #C93171 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93171 is #36CE8E. Grayscale: #656565. Windows color (decimal): -3591823 or 7418313. OLE color: 7418313.
HSL color Cylindrical-coordinate representation of color #C93171: hue angle of 334.74º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C93171 is Cyan = 0, Magento = 0.76, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 49 | 113 | - |
| CMYK | 0 | 0.76 | 0.44 | 0.21 |
| HSL | 334.74º | 0.61% | 0.49% | - |
| HSV(B) | 334.74º | 0.76% | 0.79% | - |
| XYZ | 28.17 | 15.81 | 17.19 | - |
| YUV | 101.74 | 134.36 | 198.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 49 | 113 | 0 | 0.76 | 0.44 | 0.21 | 334.74 | 0.61 | 0.49 |
| Hex | C9 | 31 | 71 | 0 | 4C | 2C | 15 | 14F | 3D | 31 |
| Octal | 311 | 61 | 161 | 0 | 114 | 54 | 25 | 517 | 75 | 61 |
| Binary | 11001001 | 110001 | 1110001 | 0 | 1001100 | 101100 | 10101 | 101001111 | 111101 | 110001 |
Color Harmonies of #C93171
Complementary color
Monochromatic Colors of #C93171
Black with #C93171
Text Example
Text Example
White with #C93171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93171; }
p { color: rgb(201,49,113); }
H1.HeaderClassName
{
color: #C93171;
}
.AnyTagClassName
{
color: #C93171;
}
</style>
background-color css
<style>
a { background-color: #C93171; }
a { background-color: rgb(201,49,113); }
div.DivClassName
{
background-color: #C93171;
}
.BgClassName
{
background-color: #C93171;
}
</style>
border-color css
<style>
span { border-color: #C93171; }
span { border-color: rgb(201,49,113); }
td.TdClassName
{
border-color: #C93171;
}
.TagClassName
{
border-color: #C93171;
}
</style>