Shades of Cerise #C93167
Tints of Cerise #C93167
RGB
CMYK
RGB Variations
Color information
#C93167 (or 0xC93167) is known color: Cerise. HEX triplet: C9, 31 and 67. RGB value is (201,49,103). Sum of RGB (Red+Green+Blue) = 201+49+103=353 (46% of max value = 765). Red value is 201 (78.91% from 255 or 56.94% from 353); Green value is 49 (19.53% from 255 or 13.88% from 353); Blue value is 103 (40.62% from 255 or 29.18% from 353); Max value from RGB is 201 - color contains mainly: red. Hex color #C93167 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93167 is #36CE98. Grayscale: #646464. Windows color (decimal): -3591833 or 6762953. OLE color: 6762953.
HSL color Cylindrical-coordinate representation of color #C93167: hue angle of 338.68º 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 #C93167 is Cyan = 0, Magento = 0.76, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 49 | 103 | - |
| CMYK | 0 | 0.76 | 0.49 | 0.21 |
| HSL | 338.68º | 0.61% | 0.49% | - |
| HSV(B) | 338.68º | 0.76% | 0.79% | - |
| XYZ | 27.63 | 15.59 | 14.39 | - |
| YUV | 100.6 | 129.36 | 199.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 49 | 103 | 0 | 0.76 | 0.49 | 0.21 | 338.68 | 0.61 | 0.49 |
| Hex | C9 | 31 | 67 | 0 | 4C | 31 | 15 | 153 | 3D | 31 |
| Octal | 311 | 61 | 147 | 0 | 114 | 61 | 25 | 523 | 75 | 61 |
| Binary | 11001001 | 110001 | 1100111 | 0 | 1001100 | 110001 | 10101 | 101010011 | 111101 | 110001 |
Color Harmonies of #C93167
Complementary color
Monochromatic Colors of #C93167
Black with #C93167
Text Example
Text Example
White with #C93167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93167; }
p { color: rgb(201,49,103); }
H1.HeaderClassName
{
color: #C93167;
}
.AnyTagClassName
{
color: #C93167;
}
</style>
background-color css
<style>
a { background-color: #C93167; }
a { background-color: rgb(201,49,103); }
div.DivClassName
{
background-color: #C93167;
}
.BgClassName
{
background-color: #C93167;
}
</style>
border-color css
<style>
span { border-color: #C93167; }
span { border-color: rgb(201,49,103); }
td.TdClassName
{
border-color: #C93167;
}
.TagClassName
{
border-color: #C93167;
}
</style>