Shades of Cerise #C9276B
Tints of Cerise #C9276B
RGB
CMYK
RGB Variations
Color information
#C9276B (or 0xC9276B) is known color: Cerise. HEX triplet: C9, 27 and 6B. RGB value is (201,39,107). Sum of RGB (Red+Green+Blue) = 201+39+107=347 (45% of max value = 765). Red value is 201 (78.91% from 255 or 57.93% from 347); Green value is 39 (15.62% from 255 or 11.24% from 347); Blue value is 107 (42.19% from 255 or 30.84% from 347); Max value from RGB is 201 - color contains mainly: red. Hex color #C9276B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9276B is #36D894. Grayscale: #5F5F5F. Windows color (decimal): -3594389 or 7022537. OLE color: 7022537.
HSL color Cylindrical-coordinate representation of color #C9276B: hue angle of 334.81º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C9276B is Cyan = 0, Magento = 0.81, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 39 | 107 | - |
| CMYK | 0 | 0.81 | 0.47 | 0.21 |
| HSL | 334.81º | 0.68% | 0.47% | - |
| HSV(B) | 334.81º | 0.81% | 0.79% | - |
| XYZ | 27.47 | 14.93 | 15.34 | - |
| YUV | 95.19 | 134.67 | 203.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 39 | 107 | 0 | 0.81 | 0.47 | 0.21 | 334.81 | 0.68 | 0.47 |
| Hex | C9 | 27 | 6B | 0 | 51 | 2F | 15 | 14F | 44 | 2F |
| Octal | 311 | 47 | 153 | 0 | 121 | 57 | 25 | 517 | 104 | 57 |
| Binary | 11001001 | 100111 | 1101011 | 0 | 1010001 | 101111 | 10101 | 101001111 | 1000100 | 101111 |
Color Harmonies of #C9276B
Complementary color
Monochromatic Colors of #C9276B
Black with #C9276B
Text Example
Text Example
White with #C9276B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9276B; }
p { color: rgb(201,39,107); }
H1.HeaderClassName
{
color: #C9276B;
}
.AnyTagClassName
{
color: #C9276B;
}
</style>
background-color css
<style>
a { background-color: #C9276B; }
a { background-color: rgb(201,39,107); }
div.DivClassName
{
background-color: #C9276B;
}
.BgClassName
{
background-color: #C9276B;
}
</style>
border-color css
<style>
span { border-color: #C9276B; }
span { border-color: rgb(201,39,107); }
td.TdClassName
{
border-color: #C9276B;
}
.TagClassName
{
border-color: #C9276B;
}
</style>