Shades of Medium Violet Red #C7028A
Tints of Medium Violet Red #C7028A
RGB
CMYK
RGB Variations
Color information
#C7028A (or 0xC7028A) is known color: Medium Violet Red. HEX triplet: C7, 02 and 8A. RGB value is (199,2,138). Sum of RGB (Red+Green+Blue) = 199+2+138=339 (44% of max value = 765). Red value is 199 (78.12% from 255 or 58.70% from 339); Green value is 2 (1.17% from 255 or 0.59% from 339); Blue value is 138 (54.30% from 255 or 40.71% from 339); Max value from RGB is 199 - color contains mainly: red. Hex color #C7028A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7028A is #38FD75. Grayscale: #4C4C4C. Windows color (decimal): -3734902 or 9044679. OLE color: 9044679.
HSL color Cylindrical-coordinate representation of color #C7028A: hue angle of 318.58º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C7028A is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 2 | 138 | - |
| CMYK | 0 | 0.99 | 0.31 | 0.22 |
| HSL | 318.58º | 0.98% | 0.39% | - |
| HSV(B) | 318.58º | 0.99% | 0.78% | - |
| XYZ | 28.16 | 14.02 | 25.27 | - |
| YUV | 76.41 | 162.77 | 215.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 2 | 138 | 0 | 0.99 | 0.31 | 0.22 | 318.58 | 0.98 | 0.39 |
| Hex | C7 | 2 | 8A | 0 | 63 | 1F | 16 | 13F | 62 | 27 |
| Octal | 307 | 2 | 212 | 0 | 143 | 37 | 26 | 477 | 142 | 47 |
| Binary | 11000111 | 10 | 10001010 | 0 | 1100011 | 11111 | 10110 | 100111111 | 1100010 | 100111 |
Color Harmonies of #C7028A
Complementary color
Monochromatic Colors of #C7028A
Black with #C7028A
Text Example
Text Example
White with #C7028A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7028A; }
p { color: rgb(199,2,138); }
H1.HeaderClassName
{
color: #C7028A;
}
.AnyTagClassName
{
color: #C7028A;
}
</style>
background-color css
<style>
a { background-color: #C7028A; }
a { background-color: rgb(199,2,138); }
div.DivClassName
{
background-color: #C7028A;
}
.BgClassName
{
background-color: #C7028A;
}
</style>
border-color css
<style>
span { border-color: #C7028A; }
span { border-color: rgb(199,2,138); }
td.TdClassName
{
border-color: #C7028A;
}
.TagClassName
{
border-color: #C7028A;
}
</style>