Shades of Medium Violet Red #C71BAA
Tints of Medium Violet Red #C71BAA
RGB
CMYK
RGB Variations
Color information
#C71BAA (or 0xC71BAA) is known color: Medium Violet Red. HEX triplet: C7, 1B and AA. RGB value is (199,27,170). Sum of RGB (Red+Green+Blue) = 199+27+170=396 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.25% from 396); Green value is 27 (10.94% from 255 or 6.82% from 396); Blue value is 170 (66.80% from 255 or 42.93% from 396); Max value from RGB is 199 - color contains mainly: red. Hex color #C71BAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C71BAA is #38E455. Grayscale: #5E5E5E. Windows color (decimal): -3728470 or 11148231. OLE color: 11148231.
HSL color Cylindrical-coordinate representation of color #C71BAA: hue angle of 310.12º 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 #C71BAA is Cyan = 0, Magento = 0.86, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 27 | 170 | - |
| CMYK | 0 | 0.86 | 0.15 | 0.22 |
| HSL | 310.12º | 0.76% | 0.44% | - |
| HSV(B) | 310.12º | 0.86% | 0.78% | - |
| XYZ | 31.2 | 15.83 | 39.44 | - |
| YUV | 94.73 | 170.48 | 202.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 27 | 170 | 0 | 0.86 | 0.15 | 0.22 | 310.12 | 0.76 | 0.44 |
| Hex | C7 | 1B | AA | 0 | 56 | F | 16 | 136 | 4C | 2C |
| Octal | 307 | 33 | 252 | 0 | 126 | 17 | 26 | 466 | 114 | 54 |
| Binary | 11000111 | 11011 | 10101010 | 0 | 1010110 | 1111 | 10110 | 100110110 | 1001100 | 101100 |
Color Harmonies of #C71BAA
Complementary color
Monochromatic Colors of #C71BAA
Black with #C71BAA
Text Example
Text Example
White with #C71BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71BAA; }
p { color: rgb(199,27,170); }
H1.HeaderClassName
{
color: #C71BAA;
}
.AnyTagClassName
{
color: #C71BAA;
}
</style>
background-color css
<style>
a { background-color: #C71BAA; }
a { background-color: rgb(199,27,170); }
div.DivClassName
{
background-color: #C71BAA;
}
.BgClassName
{
background-color: #C71BAA;
}
</style>
border-color css
<style>
span { border-color: #C71BAA; }
span { border-color: rgb(199,27,170); }
td.TdClassName
{
border-color: #C71BAA;
}
.TagClassName
{
border-color: #C71BAA;
}
</style>