Shades of Medium Violet Red #C7007D
Tints of Medium Violet Red #C7007D
RGB
CMYK
RGB Variations
Color information
#C7007D (or 0xC7007D) is known color: Medium Violet Red. HEX triplet: C7, 00 and 7D. RGB value is (199,0,125). Sum of RGB (Red+Green+Blue) = 199+0+125=324 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.42% from 324); Green value is 0 (0.39% from 255 or 0% from 324); Blue value is 125 (49.22% from 255 or 38.58% from 324); Max value from RGB is 199 - color contains mainly: red. Hex color #C7007D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7007D is #38FF82. Grayscale: #494949. Windows color (decimal): -3735427 or 8192199. OLE color: 8192199.
HSL color Cylindrical-coordinate representation of color #C7007D: hue angle of 322.31º 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 #C7007D is Cyan = 0, Magento = 1, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 0 | 125 | - |
| CMYK | 0 | 1 | 0.37 | 0.22 |
| HSL | 322.31º | 1% | 0.39% | - |
| HSV(B) | 322.31º | 1% | 0.78% | - |
| XYZ | 27.25 | 13.62 | 20.6 | - |
| YUV | 73.75 | 156.93 | 217.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 0 | 125 | 0 | 1 | 0.37 | 0.22 | 322.31 | 1 | 0.39 |
| Hex | C7 | 0 | 7D | 0 | 64 | 25 | 16 | 142 | 64 | 27 |
| Octal | 307 | 0 | 175 | 0 | 144 | 45 | 26 | 502 | 144 | 47 |
| Binary | 11000111 | 0 | 1111101 | 0 | 1100100 | 100101 | 10110 | 101000010 | 1100100 | 100111 |
Color Harmonies of #C7007D
Complementary color
Monochromatic Colors of #C7007D
Black with #C7007D
Text Example
Text Example
White with #C7007D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7007D; }
p { color: rgb(199,0,125); }
H1.HeaderClassName
{
color: #C7007D;
}
.AnyTagClassName
{
color: #C7007D;
}
</style>
background-color css
<style>
a { background-color: #C7007D; }
a { background-color: rgb(199,0,125); }
div.DivClassName
{
background-color: #C7007D;
}
.BgClassName
{
background-color: #C7007D;
}
</style>
border-color css
<style>
span { border-color: #C7007D; }
span { border-color: rgb(199,0,125); }
td.TdClassName
{
border-color: #C7007D;
}
.TagClassName
{
border-color: #C7007D;
}
</style>