Shades of Medium Violet Red #C7007E
Tints of Medium Violet Red #C7007E
RGB
CMYK
RGB Variations
Color information
#C7007E (or 0xC7007E) is known color: Medium Violet Red. HEX triplet: C7, 00 and 7E. RGB value is (199,0,126). Sum of RGB (Red+Green+Blue) = 199+0+126=325 (43% of max value = 765). Red value is 199 (78.12% from 255 or 61.23% from 325); Green value is 0 (0.39% from 255 or 0% from 325); Blue value is 126 (49.61% from 255 or 38.77% from 325); Max value from RGB is 199 - color contains mainly: red. Hex color #C7007E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7007E is #38FF81. Grayscale: #494949. Windows color (decimal): -3735426 or 8257735. OLE color: 8257735.
HSL color Cylindrical-coordinate representation of color #C7007E: hue angle of 322.01º 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 #C7007E is Cyan = 0, Magento = 1, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 0 | 126 | - |
| CMYK | 0 | 1 | 0.37 | 0.22 |
| HSL | 322.01º | 1% | 0.39% | - |
| HSV(B) | 322.01º | 1% | 0.78% | - |
| XYZ | 27.32 | 13.65 | 20.93 | - |
| YUV | 73.87 | 157.43 | 217.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 0 | 126 | 0 | 1 | 0.37 | 0.22 | 322.01 | 1 | 0.39 |
| Hex | C7 | 0 | 7E | 0 | 64 | 25 | 16 | 142 | 64 | 27 |
| Octal | 307 | 0 | 176 | 0 | 144 | 45 | 26 | 502 | 144 | 47 |
| Binary | 11000111 | 0 | 1111110 | 0 | 1100100 | 100101 | 10110 | 101000010 | 1100100 | 100111 |
Color Harmonies of #C7007E
Complementary color
Monochromatic Colors of #C7007E
Black with #C7007E
Text Example
Text Example
White with #C7007E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7007E; }
p { color: rgb(199,0,126); }
H1.HeaderClassName
{
color: #C7007E;
}
.AnyTagClassName
{
color: #C7007E;
}
</style>
background-color css
<style>
a { background-color: #C7007E; }
a { background-color: rgb(199,0,126); }
div.DivClassName
{
background-color: #C7007E;
}
.BgClassName
{
background-color: #C7007E;
}
</style>
border-color css
<style>
span { border-color: #C7007E; }
span { border-color: rgb(199,0,126); }
td.TdClassName
{
border-color: #C7007E;
}
.TagClassName
{
border-color: #C7007E;
}
</style>