Shades of Medium Violet Red #C71278
Tints of Medium Violet Red #C71278
RGB
CMYK
RGB Variations
Color information
#C71278 (or 0xC71278) is known color: Medium Violet Red. HEX triplet: C7, 12 and 78. RGB value is (199,18,120). Sum of RGB (Red+Green+Blue) = 199+18+120=337 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.05% from 337); Green value is 18 (7.42% from 255 or 5.34% from 337); Blue value is 120 (47.27% from 255 or 35.61% from 337); Max value from RGB is 199 - color contains mainly: red. Hex color #C71278 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71278 is #38ED87. Grayscale: #535353. Windows color (decimal): -3730824 or 7869127. OLE color: 7869127.
HSL color Cylindrical-coordinate representation of color #C71278: hue angle of 326.19º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C71278 is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 18 | 120 | - |
| CMYK | 0 | 0.91 | 0.40 | 0.22 |
| HSL | 326.19º | 0.83% | 0.43% | - |
| HSV(B) | 326.19º | 0.91% | 0.78% | - |
| XYZ | 27.16 | 13.93 | 19.03 | - |
| YUV | 83.75 | 148.47 | 210.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 18 | 120 | 0 | 0.91 | 0.40 | 0.22 | 326.19 | 0.83 | 0.43 |
| Hex | C7 | 12 | 78 | 0 | 5B | 28 | 16 | 146 | 53 | 2B |
| Octal | 307 | 22 | 170 | 0 | 133 | 50 | 26 | 506 | 123 | 53 |
| Binary | 11000111 | 10010 | 1111000 | 0 | 1011011 | 101000 | 10110 | 101000110 | 1010011 | 101011 |
Color Harmonies of #C71278
Complementary color
Monochromatic Colors of #C71278
Black with #C71278
Text Example
Text Example
White with #C71278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71278; }
p { color: rgb(199,18,120); }
H1.HeaderClassName
{
color: #C71278;
}
.AnyTagClassName
{
color: #C71278;
}
</style>
background-color css
<style>
a { background-color: #C71278; }
a { background-color: rgb(199,18,120); }
div.DivClassName
{
background-color: #C71278;
}
.BgClassName
{
background-color: #C71278;
}
</style>
border-color css
<style>
span { border-color: #C71278; }
span { border-color: rgb(199,18,120); }
td.TdClassName
{
border-color: #C71278;
}
.TagClassName
{
border-color: #C71278;
}
</style>