Shades of Medium Violet Red #C700A1
Tints of Medium Violet Red #C700A1
RGB
CMYK
RGB Variations
Color information
#C700A1 (or 0xC700A1) is known color: Medium Violet Red. HEX triplet: C7, 00 and A1. RGB value is (199,0,161). Sum of RGB (Red+Green+Blue) = 199+0+161=360 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.28% from 360); Green value is 0 (0.39% from 255 or 0% from 360); Blue value is 161 (63.28% from 255 or 44.72% from 360); Max value from RGB is 199 - color contains mainly: red. Hex color #C700A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C700A1 is #38FF5E. Grayscale: #4D4D4D. Windows color (decimal): -3735391 or 10551495. OLE color: 10551495.
HSL color Cylindrical-coordinate representation of color #C700A1: hue angle of 311.46º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C700A1 is Cyan = 0, Magento = 1, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 0 | 161 | - |
| CMYK | 0 | 1 | 0.19 | 0.22 |
| HSL | 311.46º | 1% | 0.39% | - |
| HSV(B) | 311.46º | 1% | 0.78% | - |
| XYZ | 29.99 | 14.72 | 34.98 | - |
| YUV | 77.86 | 174.93 | 214.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 0 | 161 | 0 | 1 | 0.19 | 0.22 | 311.46 | 1 | 0.39 |
| Hex | C7 | 0 | A1 | 0 | 64 | 13 | 16 | 137 | 64 | 27 |
| Octal | 307 | 0 | 241 | 0 | 144 | 23 | 26 | 467 | 144 | 47 |
| Binary | 11000111 | 0 | 10100001 | 0 | 1100100 | 10011 | 10110 | 100110111 | 1100100 | 100111 |
Color Harmonies of #C700A1
Complementary color
Monochromatic Colors of #C700A1
Black with #C700A1
Text Example
Text Example
White with #C700A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C700A1; }
p { color: rgb(199,0,161); }
H1.HeaderClassName
{
color: #C700A1;
}
.AnyTagClassName
{
color: #C700A1;
}
</style>
background-color css
<style>
a { background-color: #C700A1; }
a { background-color: rgb(199,0,161); }
div.DivClassName
{
background-color: #C700A1;
}
.BgClassName
{
background-color: #C700A1;
}
</style>
border-color css
<style>
span { border-color: #C700A1; }
span { border-color: rgb(199,0,161); }
td.TdClassName
{
border-color: #C700A1;
}
.TagClassName
{
border-color: #C700A1;
}
</style>