Shades of Cerise #C93166
Tints of Cerise #C93166
RGB
CMYK
RGB Variations
Color information
#C93166 (or 0xC93166) is known color: Cerise. HEX triplet: C9, 31 and 66. RGB value is (201,49,102). Sum of RGB (Red+Green+Blue) = 201+49+102=352 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.10% from 352); Green value is 49 (19.53% from 255 or 13.92% from 352); Blue value is 102 (40.23% from 255 or 28.98% from 352); Max value from RGB is 201 - color contains mainly: red. Hex color #C93166 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93166 is #36CE99. Grayscale: #646464. Windows color (decimal): -3591834 or 6697417. OLE color: 6697417.
HSL color Cylindrical-coordinate representation of color #C93166: hue angle of 339.08º 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 #C93166 is Cyan = 0, Magento = 0.76, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 49 | 102 | - |
| CMYK | 0 | 0.76 | 0.49 | 0.21 |
| HSL | 339.08º | 0.61% | 0.49% | - |
| HSV(B) | 339.08º | 0.76% | 0.79% | - |
| XYZ | 27.58 | 15.57 | 14.12 | - |
| YUV | 100.49 | 128.86 | 199.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 49 | 102 | 0 | 0.76 | 0.49 | 0.21 | 339.08 | 0.61 | 0.49 |
| Hex | C9 | 31 | 66 | 0 | 4C | 31 | 15 | 153 | 3D | 31 |
| Octal | 311 | 61 | 146 | 0 | 114 | 61 | 25 | 523 | 75 | 61 |
| Binary | 11001001 | 110001 | 1100110 | 0 | 1001100 | 110001 | 10101 | 101010011 | 111101 | 110001 |
Color Harmonies of #C93166
Complementary color
Monochromatic Colors of #C93166
Black with #C93166
Text Example
Text Example
White with #C93166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93166; }
p { color: rgb(201,49,102); }
H1.HeaderClassName
{
color: #C93166;
}
.AnyTagClassName
{
color: #C93166;
}
</style>
background-color css
<style>
a { background-color: #C93166; }
a { background-color: rgb(201,49,102); }
div.DivClassName
{
background-color: #C93166;
}
.BgClassName
{
background-color: #C93166;
}
</style>
border-color css
<style>
span { border-color: #C93166; }
span { border-color: rgb(201,49,102); }
td.TdClassName
{
border-color: #C93166;
}
.TagClassName
{
border-color: #C93166;
}
</style>