Shades of Medium Violet Red #C71A8A
Tints of Medium Violet Red #C71A8A
RGB
CMYK
RGB Variations
Color information
#C71A8A (or 0xC71A8A) is known color: Medium Violet Red. HEX triplet: C7, 1A and 8A. RGB value is (199,26,138). Sum of RGB (Red+Green+Blue) = 199+26+138=363 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.82% from 363); Green value is 26 (10.55% from 255 or 7.16% from 363); Blue value is 138 (54.30% from 255 or 38.02% from 363); Max value from RGB is 199 - color contains mainly: red. Hex color #C71A8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C71A8A is #38E575. Grayscale: #5A5A5A. Windows color (decimal): -3728758 or 9050823. OLE color: 9050823.
HSL color Cylindrical-coordinate representation of color #C71A8A: hue angle of 321.16º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C71A8A is Cyan = 0, Magento = 0.87, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 26 | 138 | - |
| CMYK | 0 | 0.87 | 0.31 | 0.22 |
| HSL | 321.16º | 0.77% | 0.44% | - |
| HSV(B) | 321.16º | 0.87% | 0.78% | - |
| XYZ | 28.51 | 14.72 | 25.38 | - |
| YUV | 90.5 | 154.81 | 205.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 26 | 138 | 0 | 0.87 | 0.31 | 0.22 | 321.16 | 0.77 | 0.44 |
| Hex | C7 | 1A | 8A | 0 | 57 | 1F | 16 | 141 | 4D | 2C |
| Octal | 307 | 32 | 212 | 0 | 127 | 37 | 26 | 501 | 115 | 54 |
| Binary | 11000111 | 11010 | 10001010 | 0 | 1010111 | 11111 | 10110 | 101000001 | 1001101 | 101100 |
Color Harmonies of #C71A8A
Complementary color
Monochromatic Colors of #C71A8A
Black with #C71A8A
Text Example
Text Example
White with #C71A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71A8A; }
p { color: rgb(199,26,138); }
H1.HeaderClassName
{
color: #C71A8A;
}
.AnyTagClassName
{
color: #C71A8A;
}
</style>
background-color css
<style>
a { background-color: #C71A8A; }
a { background-color: rgb(199,26,138); }
div.DivClassName
{
background-color: #C71A8A;
}
.BgClassName
{
background-color: #C71A8A;
}
</style>
border-color css
<style>
span { border-color: #C71A8A; }
span { border-color: rgb(199,26,138); }
td.TdClassName
{
border-color: #C71A8A;
}
.TagClassName
{
border-color: #C71A8A;
}
</style>