Shades of Cerise #C9246B
Tints of Cerise #C9246B
RGB
CMYK
RGB Variations
Color information
#C9246B (or 0xC9246B) is known color: Cerise. HEX triplet: C9, 24 and 6B. RGB value is (201,36,107). Sum of RGB (Red+Green+Blue) = 201+36+107=344 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.43% from 344); Green value is 36 (14.45% from 255 or 10.47% from 344); Blue value is 107 (42.19% from 255 or 31.10% from 344); Max value from RGB is 201 - color contains mainly: red. Hex color #C9246B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9246B is #36DB94. Grayscale: #5D5D5D. Windows color (decimal): -3595157 or 7021769. OLE color: 7021769.
HSL color Cylindrical-coordinate representation of color #C9246B: hue angle of 334.18º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C9246B is Cyan = 0, Magento = 0.82, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 36 | 107 | - |
| CMYK | 0 | 0.82 | 0.47 | 0.21 |
| HSL | 334.18º | 0.7% | 0.46% | - |
| HSV(B) | 334.18º | 0.82% | 0.79% | - |
| XYZ | 27.37 | 14.74 | 15.31 | - |
| YUV | 93.43 | 135.66 | 204.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 36 | 107 | 0 | 0.82 | 0.47 | 0.21 | 334.18 | 0.7 | 0.46 |
| Hex | C9 | 24 | 6B | 0 | 52 | 2F | 15 | 14E | 46 | 2E |
| Octal | 311 | 44 | 153 | 0 | 122 | 57 | 25 | 516 | 106 | 56 |
| Binary | 11001001 | 100100 | 1101011 | 0 | 1010010 | 101111 | 10101 | 101001110 | 1000110 | 101110 |
Color Harmonies of #C9246B
Complementary color
Monochromatic Colors of #C9246B
Black with #C9246B
Text Example
Text Example
White with #C9246B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9246B; }
p { color: rgb(201,36,107); }
H1.HeaderClassName
{
color: #C9246B;
}
.AnyTagClassName
{
color: #C9246B;
}
</style>
background-color css
<style>
a { background-color: #C9246B; }
a { background-color: rgb(201,36,107); }
div.DivClassName
{
background-color: #C9246B;
}
.BgClassName
{
background-color: #C9246B;
}
</style>
border-color css
<style>
span { border-color: #C9246B; }
span { border-color: rgb(201,36,107); }
td.TdClassName
{
border-color: #C9246B;
}
.TagClassName
{
border-color: #C9246B;
}
</style>