Shades of Medium Violet Red #C701A0
Tints of Medium Violet Red #C701A0
RGB
CMYK
RGB Variations
Color information
#C701A0 (or 0xC701A0) is known color: Medium Violet Red. HEX triplet: C7, 01 and A0. RGB value is (199,1,160). Sum of RGB (Red+Green+Blue) = 199+1+160=360 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.28% from 360); Green value is 1 (0.78% from 255 or 0.28% from 360); Blue value is 160 (62.89% from 255 or 44.44% from 360); Max value from RGB is 199 - color contains mainly: red. Hex color #C701A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C701A0 is #38FE5F. Grayscale: #4D4D4D. Windows color (decimal): -3735136 or 10486215. OLE color: 10486215.
HSL color Cylindrical-coordinate representation of color #C701A0: hue angle of 311.82º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C701A0 is Cyan = 0, Magento = 0.99, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 1 | 160 | - |
| CMYK | 0 | 0.99 | 0.20 | 0.22 |
| HSL | 311.82º | 0.99% | 0.39% | - |
| HSV(B) | 311.82º | 0.99% | 0.78% | - |
| XYZ | 29.91 | 14.7 | 34.52 | - |
| YUV | 78.33 | 174.1 | 214.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 1 | 160 | 0 | 0.99 | 0.20 | 0.22 | 311.82 | 0.99 | 0.39 |
| Hex | C7 | 1 | A0 | 0 | 63 | 14 | 16 | 138 | 63 | 27 |
| Octal | 307 | 1 | 240 | 0 | 143 | 24 | 26 | 470 | 143 | 47 |
| Binary | 11000111 | 1 | 10100000 | 0 | 1100011 | 10100 | 10110 | 100111000 | 1100011 | 100111 |
Color Harmonies of #C701A0
Complementary color
Monochromatic Colors of #C701A0
Black with #C701A0
Text Example
Text Example
White with #C701A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C701A0; }
p { color: rgb(199,1,160); }
H1.HeaderClassName
{
color: #C701A0;
}
.AnyTagClassName
{
color: #C701A0;
}
</style>
background-color css
<style>
a { background-color: #C701A0; }
a { background-color: rgb(199,1,160); }
div.DivClassName
{
background-color: #C701A0;
}
.BgClassName
{
background-color: #C701A0;
}
</style>
border-color css
<style>
span { border-color: #C701A0; }
span { border-color: rgb(199,1,160); }
td.TdClassName
{
border-color: #C701A0;
}
.TagClassName
{
border-color: #C701A0;
}
</style>