Shades of Medium Violet Red #C7028B
Tints of Medium Violet Red #C7028B
RGB
CMYK
RGB Variations
Color information
#C7028B (or 0xC7028B) is known color: Medium Violet Red. HEX triplet: C7, 02 and 8B. RGB value is (199,2,139). Sum of RGB (Red+Green+Blue) = 199+2+139=340 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.53% from 340); Green value is 2 (1.17% from 255 or 0.59% from 340); Blue value is 139 (54.69% from 255 or 40.88% from 340); Max value from RGB is 199 - color contains mainly: red. Hex color #C7028B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7028B is #38FD74. Grayscale: #4C4C4C. Windows color (decimal): -3734901 or 9110215. OLE color: 9110215.
HSL color Cylindrical-coordinate representation of color #C7028B: hue angle of 318.27º 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 #C7028B is Cyan = 0, Magento = 0.99, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 2 | 139 | - |
| CMYK | 0 | 0.99 | 0.30 | 0.22 |
| HSL | 318.27º | 0.98% | 0.39% | - |
| HSV(B) | 318.27º | 0.99% | 0.78% | - |
| XYZ | 28.24 | 14.05 | 25.65 | - |
| YUV | 76.52 | 163.27 | 215.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 2 | 139 | 0 | 0.99 | 0.30 | 0.22 | 318.27 | 0.98 | 0.39 |
| Hex | C7 | 2 | 8B | 0 | 63 | 1E | 16 | 13E | 62 | 27 |
| Octal | 307 | 2 | 213 | 0 | 143 | 36 | 26 | 476 | 142 | 47 |
| Binary | 11000111 | 10 | 10001011 | 0 | 1100011 | 11110 | 10110 | 100111110 | 1100010 | 100111 |
Color Harmonies of #C7028B
Complementary color
Monochromatic Colors of #C7028B
Black with #C7028B
Text Example
Text Example
White with #C7028B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7028B; }
p { color: rgb(199,2,139); }
H1.HeaderClassName
{
color: #C7028B;
}
.AnyTagClassName
{
color: #C7028B;
}
</style>
background-color css
<style>
a { background-color: #C7028B; }
a { background-color: rgb(199,2,139); }
div.DivClassName
{
background-color: #C7028B;
}
.BgClassName
{
background-color: #C7028B;
}
</style>
border-color css
<style>
span { border-color: #C7028B; }
span { border-color: rgb(199,2,139); }
td.TdClassName
{
border-color: #C7028B;
}
.TagClassName
{
border-color: #C7028B;
}
</style>