Shades of Medium Violet Red #C71BA2
Tints of Medium Violet Red #C71BA2
RGB
CMYK
RGB Variations
Color information
#C71BA2 (or 0xC71BA2) is known color: Medium Violet Red. HEX triplet: C7, 1B and A2. RGB value is (199,27,162). Sum of RGB (Red+Green+Blue) = 199+27+162=388 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.29% from 388); Green value is 27 (10.94% from 255 or 6.96% from 388); Blue value is 162 (63.67% from 255 or 41.75% from 388); Max value from RGB is 199 - color contains mainly: red. Hex color #C71BA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C71BA2 is #38E45D. Grayscale: #5D5D5D. Windows color (decimal): -3728478 or 10623943. OLE color: 10623943.
HSL color Cylindrical-coordinate representation of color #C71BA2: hue angle of 312.91º 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 #C71BA2 is Cyan = 0, Magento = 0.86, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 27 | 162 | - |
| CMYK | 0 | 0.86 | 0.19 | 0.22 |
| HSL | 312.91º | 0.76% | 0.44% | - |
| HSV(B) | 312.91º | 0.86% | 0.78% | - |
| XYZ | 30.47 | 15.53 | 35.58 | - |
| YUV | 93.82 | 166.48 | 203.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 27 | 162 | 0 | 0.86 | 0.19 | 0.22 | 312.91 | 0.76 | 0.44 |
| Hex | C7 | 1B | A2 | 0 | 56 | 13 | 16 | 139 | 4C | 2C |
| Octal | 307 | 33 | 242 | 0 | 126 | 23 | 26 | 471 | 114 | 54 |
| Binary | 11000111 | 11011 | 10100010 | 0 | 1010110 | 10011 | 10110 | 100111001 | 1001100 | 101100 |
Color Harmonies of #C71BA2
Complementary color
Monochromatic Colors of #C71BA2
Black with #C71BA2
Text Example
Text Example
White with #C71BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71BA2; }
p { color: rgb(199,27,162); }
H1.HeaderClassName
{
color: #C71BA2;
}
.AnyTagClassName
{
color: #C71BA2;
}
</style>
background-color css
<style>
a { background-color: #C71BA2; }
a { background-color: rgb(199,27,162); }
div.DivClassName
{
background-color: #C71BA2;
}
.BgClassName
{
background-color: #C71BA2;
}
</style>
border-color css
<style>
span { border-color: #C71BA2; }
span { border-color: rgb(199,27,162); }
td.TdClassName
{
border-color: #C71BA2;
}
.TagClassName
{
border-color: #C71BA2;
}
</style>