Shades of Medium Violet Red #C71497
Tints of Medium Violet Red #C71497
RGB
CMYK
RGB Variations
Color information
#C71497 (or 0xC71497) is known color: Medium Violet Red. HEX triplet: C7, 14 and 97. RGB value is (199,20,151). Sum of RGB (Red+Green+Blue) = 199+20+151=370 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.78% from 370); Green value is 20 (8.20% from 255 or 5.41% from 370); Blue value is 151 (59.38% from 255 or 40.81% from 370); Max value from RGB is 199 - color contains mainly: red. Hex color #C71497 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C71497 is #38EB68. Grayscale: #585858. Windows color (decimal): -3730281 or 9901255. OLE color: 9901255.
HSL color Cylindrical-coordinate representation of color #C71497: hue angle of 316.09º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C71497 is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 20 | 151 | - |
| CMYK | 0 | 0.90 | 0.24 | 0.22 |
| HSL | 316.09º | 0.82% | 0.43% | - |
| HSV(B) | 316.09º | 0.9% | 0.78% | - |
| XYZ | 29.39 | 14.88 | 30.6 | - |
| YUV | 88.46 | 163.3 | 206.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 20 | 151 | 0 | 0.90 | 0.24 | 0.22 | 316.09 | 0.82 | 0.43 |
| Hex | C7 | 14 | 97 | 0 | 5A | 18 | 16 | 13C | 52 | 2B |
| Octal | 307 | 24 | 227 | 0 | 132 | 30 | 26 | 474 | 122 | 53 |
| Binary | 11000111 | 10100 | 10010111 | 0 | 1011010 | 11000 | 10110 | 100111100 | 1010010 | 101011 |
Color Harmonies of #C71497
Complementary color
Monochromatic Colors of #C71497
Black with #C71497
Text Example
Text Example
White with #C71497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71497; }
p { color: rgb(199,20,151); }
H1.HeaderClassName
{
color: #C71497;
}
.AnyTagClassName
{
color: #C71497;
}
</style>
background-color css
<style>
a { background-color: #C71497; }
a { background-color: rgb(199,20,151); }
div.DivClassName
{
background-color: #C71497;
}
.BgClassName
{
background-color: #C71497;
}
</style>
border-color css
<style>
span { border-color: #C71497; }
span { border-color: rgb(199,20,151); }
td.TdClassName
{
border-color: #C71497;
}
.TagClassName
{
border-color: #C71497;
}
</style>