Shades of Cerise #C7316E
Tints of Cerise #C7316E
RGB
CMYK
RGB Variations
Color information
#C7316E (or 0xC7316E) is known color: Cerise. HEX triplet: C7, 31 and 6E. RGB value is (199,49,110). Sum of RGB (Red+Green+Blue) = 199+49+110=358 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.59% from 358); Green value is 49 (19.53% from 255 or 13.69% from 358); Blue value is 110 (43.36% from 255 or 30.73% from 358); Max value from RGB is 199 - color contains mainly: red. Hex color #C7316E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7316E is #38CE91. Grayscale: #646464. Windows color (decimal): -3722898 or 7221703. OLE color: 7221703.
HSL color Cylindrical-coordinate representation of color #C7316E: hue angle of 335.6º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C7316E is Cyan = 0, Magento = 0.75, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 49 | 110 | - |
| CMYK | 0 | 0.75 | 0.45 | 0.22 |
| HSL | 335.6º | 0.6% | 0.49% | - |
| HSV(B) | 335.6º | 0.75% | 0.78% | - |
| XYZ | 27.47 | 15.46 | 16.29 | - |
| YUV | 100.8 | 133.2 | 198.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 49 | 110 | 0 | 0.75 | 0.45 | 0.22 | 335.6 | 0.6 | 0.49 |
| Hex | C7 | 31 | 6E | 0 | 4B | 2D | 16 | 150 | 3C | 31 |
| Octal | 307 | 61 | 156 | 0 | 113 | 55 | 26 | 520 | 74 | 61 |
| Binary | 11000111 | 110001 | 1101110 | 0 | 1001011 | 101101 | 10110 | 101010000 | 111100 | 110001 |
Color Harmonies of #C7316E
Complementary color
Monochromatic Colors of #C7316E
Black with #C7316E
Text Example
Text Example
White with #C7316E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7316E; }
p { color: rgb(199,49,110); }
H1.HeaderClassName
{
color: #C7316E;
}
.AnyTagClassName
{
color: #C7316E;
}
</style>
background-color css
<style>
a { background-color: #C7316E; }
a { background-color: rgb(199,49,110); }
div.DivClassName
{
background-color: #C7316E;
}
.BgClassName
{
background-color: #C7316E;
}
</style>
border-color css
<style>
span { border-color: #C7316E; }
span { border-color: rgb(199,49,110); }
td.TdClassName
{
border-color: #C7316E;
}
.TagClassName
{
border-color: #C7316E;
}
</style>