Shades of Medium Violet Red #C7008A
Tints of Medium Violet Red #C7008A
RGB
CMYK
RGB Variations
Color information
#C7008A (or 0xC7008A) is known color: Medium Violet Red. HEX triplet: C7, 00 and 8A. RGB value is (199,0,138). Sum of RGB (Red+Green+Blue) = 199+0+138=337 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.05% from 337); Green value is 0 (0.39% from 255 or 0% from 337); Blue value is 138 (54.30% from 255 or 40.95% from 337); Max value from RGB is 199 - color contains mainly: red. Hex color #C7008A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7008A is #38FF75. Grayscale: #4A4A4A. Windows color (decimal): -3735414 or 9044167. OLE color: 9044167.
HSL color Cylindrical-coordinate representation of color #C7008A: hue angle of 318.39º 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 #C7008A is Cyan = 0, Magento = 1, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 0 | 138 | - |
| CMYK | 0 | 1 | 0.31 | 0.22 |
| HSL | 318.39º | 1% | 0.39% | - |
| HSV(B) | 318.39º | 1% | 0.78% | - |
| XYZ | 28.14 | 13.98 | 25.26 | - |
| YUV | 75.23 | 163.43 | 216.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 0 | 138 | 0 | 1 | 0.31 | 0.22 | 318.39 | 1 | 0.39 |
| Hex | C7 | 0 | 8A | 0 | 64 | 1F | 16 | 13E | 64 | 27 |
| Octal | 307 | 0 | 212 | 0 | 144 | 37 | 26 | 476 | 144 | 47 |
| Binary | 11000111 | 0 | 10001010 | 0 | 1100100 | 11111 | 10110 | 100111110 | 1100100 | 100111 |
Color Harmonies of #C7008A
Complementary color
Monochromatic Colors of #C7008A
Black with #C7008A
Text Example
Text Example
White with #C7008A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7008A; }
p { color: rgb(199,0,138); }
H1.HeaderClassName
{
color: #C7008A;
}
.AnyTagClassName
{
color: #C7008A;
}
</style>
background-color css
<style>
a { background-color: #C7008A; }
a { background-color: rgb(199,0,138); }
div.DivClassName
{
background-color: #C7008A;
}
.BgClassName
{
background-color: #C7008A;
}
</style>
border-color css
<style>
span { border-color: #C7008A; }
span { border-color: rgb(199,0,138); }
td.TdClassName
{
border-color: #C7008A;
}
.TagClassName
{
border-color: #C7008A;
}
</style>