Shades of Medium Violet Red #C7007F
Tints of Medium Violet Red #C7007F
RGB
CMYK
RGB Variations
Color information
#C7007F (or 0xC7007F) is known color: Medium Violet Red. HEX triplet: C7, 00 and 7F. RGB value is (199,0,127). Sum of RGB (Red+Green+Blue) = 199+0+127=326 (43% of max value = 765). Red value is 199 (78.12% from 255 or 61.04% from 326); Green value is 0 (0.39% from 255 or 0% from 326); Blue value is 127 (50% from 255 or 38.96% from 326); Max value from RGB is 199 - color contains mainly: red. Hex color #C7007F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7007F is #38FF80. Grayscale: #494949. Windows color (decimal): -3735425 or 8323271. OLE color: 8323271.
HSL color Cylindrical-coordinate representation of color #C7007F: hue angle of 321.71º 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 #C7007F is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 0 | 127 | - |
| CMYK | 0 | 1 | 0.36 | 0.22 |
| HSL | 321.71º | 1% | 0.39% | - |
| HSV(B) | 321.71º | 1% | 0.78% | - |
| XYZ | 27.38 | 13.67 | 21.27 | - |
| YUV | 73.98 | 157.93 | 217.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 0 | 127 | 0 | 1 | 0.36 | 0.22 | 321.71 | 1 | 0.39 |
| Hex | C7 | 0 | 7F | 0 | 64 | 24 | 16 | 142 | 64 | 27 |
| Octal | 307 | 0 | 177 | 0 | 144 | 44 | 26 | 502 | 144 | 47 |
| Binary | 11000111 | 0 | 1111111 | 0 | 1100100 | 100100 | 10110 | 101000010 | 1100100 | 100111 |
Color Harmonies of #C7007F
Complementary color
Monochromatic Colors of #C7007F
Black with #C7007F
Text Example
Text Example
White with #C7007F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7007F; }
p { color: rgb(199,0,127); }
H1.HeaderClassName
{
color: #C7007F;
}
.AnyTagClassName
{
color: #C7007F;
}
</style>
background-color css
<style>
a { background-color: #C7007F; }
a { background-color: rgb(199,0,127); }
div.DivClassName
{
background-color: #C7007F;
}
.BgClassName
{
background-color: #C7007F;
}
</style>
border-color css
<style>
span { border-color: #C7007F; }
span { border-color: rgb(199,0,127); }
td.TdClassName
{
border-color: #C7007F;
}
.TagClassName
{
border-color: #C7007F;
}
</style>