Shades of Cerise #C92169
Tints of Cerise #C92169
RGB
CMYK
RGB Variations
Color information
#C92169 (or 0xC92169) is known color: Cerise. HEX triplet: C9, 21 and 69. RGB value is (201,33,105). Sum of RGB (Red+Green+Blue) = 201+33+105=339 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.29% from 339); Green value is 33 (13.28% from 255 or 9.73% from 339); Blue value is 105 (41.41% from 255 or 30.97% from 339); Max value from RGB is 201 - color contains mainly: red. Hex color #C92169 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92169 is #36DE96. Grayscale: #5B5B5B. Windows color (decimal): -3595927 or 6889929. OLE color: 6889929.
HSL color Cylindrical-coordinate representation of color #C92169: hue angle of 334.29º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C92169 is Cyan = 0, Magento = 0.84, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 33 | 105 | - |
| CMYK | 0 | 0.84 | 0.48 | 0.21 |
| HSL | 334.29º | 0.72% | 0.46% | - |
| HSV(B) | 334.29º | 0.84% | 0.79% | - |
| XYZ | 27.18 | 14.53 | 14.74 | - |
| YUV | 91.44 | 135.66 | 206.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 33 | 105 | 0 | 0.84 | 0.48 | 0.21 | 334.29 | 0.72 | 0.46 |
| Hex | C9 | 21 | 69 | 0 | 54 | 30 | 15 | 14E | 48 | 2E |
| Octal | 311 | 41 | 151 | 0 | 124 | 60 | 25 | 516 | 110 | 56 |
| Binary | 11001001 | 100001 | 1101001 | 0 | 1010100 | 110000 | 10101 | 101001110 | 1001000 | 101110 |
Color Harmonies of #C92169
Complementary color
Monochromatic Colors of #C92169
Black with #C92169
Text Example
Text Example
White with #C92169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92169; }
p { color: rgb(201,33,105); }
H1.HeaderClassName
{
color: #C92169;
}
.AnyTagClassName
{
color: #C92169;
}
</style>
background-color css
<style>
a { background-color: #C92169; }
a { background-color: rgb(201,33,105); }
div.DivClassName
{
background-color: #C92169;
}
.BgClassName
{
background-color: #C92169;
}
</style>
border-color css
<style>
span { border-color: #C92169; }
span { border-color: rgb(201,33,105); }
td.TdClassName
{
border-color: #C92169;
}
.TagClassName
{
border-color: #C92169;
}
</style>