Shades of Cerise #C92A6C
Tints of Cerise #C92A6C
RGB
CMYK
RGB Variations
Color information
#C92A6C (or 0xC92A6C) is known color: Cerise. HEX triplet: C9, 2A and 6C. RGB value is (201,42,108). Sum of RGB (Red+Green+Blue) = 201+42+108=351 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.26% from 351); Green value is 42 (16.80% from 255 or 11.97% from 351); Blue value is 108 (42.58% from 255 or 30.77% from 351); Max value from RGB is 201 - color contains mainly: red. Hex color #C92A6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92A6C is #36D593. Grayscale: #606060. Windows color (decimal): -3593620 or 7088841. OLE color: 7088841.
HSL color Cylindrical-coordinate representation of color #C92A6C: hue angle of 335.09º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C92A6C is Cyan = 0, Magento = 0.79, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 42 | 108 | - |
| CMYK | 0 | 0.79 | 0.46 | 0.21 |
| HSL | 335.09º | 0.65% | 0.48% | - |
| HSV(B) | 335.09º | 0.79% | 0.79% | - |
| XYZ | 27.62 | 15.16 | 15.66 | - |
| YUV | 97.07 | 134.18 | 202.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 42 | 108 | 0 | 0.79 | 0.46 | 0.21 | 335.09 | 0.65 | 0.48 |
| Hex | C9 | 2A | 6C | 0 | 4F | 2E | 15 | 14F | 41 | 30 |
| Octal | 311 | 52 | 154 | 0 | 117 | 56 | 25 | 517 | 101 | 60 |
| Binary | 11001001 | 101010 | 1101100 | 0 | 1001111 | 101110 | 10101 | 101001111 | 1000001 | 110000 |
Color Harmonies of #C92A6C
Complementary color
Monochromatic Colors of #C92A6C
Black with #C92A6C
Text Example
Text Example
White with #C92A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92A6C; }
p { color: rgb(201,42,108); }
H1.HeaderClassName
{
color: #C92A6C;
}
.AnyTagClassName
{
color: #C92A6C;
}
</style>
background-color css
<style>
a { background-color: #C92A6C; }
a { background-color: rgb(201,42,108); }
div.DivClassName
{
background-color: #C92A6C;
}
.BgClassName
{
background-color: #C92A6C;
}
</style>
border-color css
<style>
span { border-color: #C92A6C; }
span { border-color: rgb(201,42,108); }
td.TdClassName
{
border-color: #C92A6C;
}
.TagClassName
{
border-color: #C92A6C;
}
</style>