Shades of Medium Violet Red #C71BA9
Tints of Medium Violet Red #C71BA9
RGB
CMYK
RGB Variations
Color information
#C71BA9 (or 0xC71BA9) is known color: Medium Violet Red. HEX triplet: C7, 1B and A9. RGB value is (199,27,169). Sum of RGB (Red+Green+Blue) = 199+27+169=395 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.38% from 395); Green value is 27 (10.94% from 255 or 6.84% from 395); Blue value is 169 (66.41% from 255 or 42.78% from 395); Max value from RGB is 199 - color contains mainly: red. Hex color #C71BA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C71BA9 is #38E456. Grayscale: #5E5E5E. Windows color (decimal): -3728471 or 11082695. OLE color: 11082695.
HSL color Cylindrical-coordinate representation of color #C71BA9: hue angle of 310.47º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C71BA9 is Cyan = 0, Magento = 0.86, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 27 | 169 | - |
| CMYK | 0 | 0.86 | 0.15 | 0.22 |
| HSL | 310.47º | 0.76% | 0.44% | - |
| HSV(B) | 310.47º | 0.86% | 0.78% | - |
| XYZ | 31.11 | 15.79 | 38.94 | - |
| YUV | 94.62 | 169.98 | 202.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 27 | 169 | 0 | 0.86 | 0.15 | 0.22 | 310.47 | 0.76 | 0.44 |
| Hex | C7 | 1B | A9 | 0 | 56 | F | 16 | 136 | 4C | 2C |
| Octal | 307 | 33 | 251 | 0 | 126 | 17 | 26 | 466 | 114 | 54 |
| Binary | 11000111 | 11011 | 10101001 | 0 | 1010110 | 1111 | 10110 | 100110110 | 1001100 | 101100 |
Color Harmonies of #C71BA9
Complementary color
Monochromatic Colors of #C71BA9
Black with #C71BA9
Text Example
Text Example
White with #C71BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71BA9; }
p { color: rgb(199,27,169); }
H1.HeaderClassName
{
color: #C71BA9;
}
.AnyTagClassName
{
color: #C71BA9;
}
</style>
background-color css
<style>
a { background-color: #C71BA9; }
a { background-color: rgb(199,27,169); }
div.DivClassName
{
background-color: #C71BA9;
}
.BgClassName
{
background-color: #C71BA9;
}
</style>
border-color css
<style>
span { border-color: #C71BA9; }
span { border-color: rgb(199,27,169); }
td.TdClassName
{
border-color: #C71BA9;
}
.TagClassName
{
border-color: #C71BA9;
}
</style>