Shades of Medium Violet Red #C7029F
Tints of Medium Violet Red #C7029F
RGB
CMYK
RGB Variations
Color information
#C7029F (or 0xC7029F) is known color: Medium Violet Red. HEX triplet: C7, 02 and 9F. RGB value is (199,2,159). Sum of RGB (Red+Green+Blue) = 199+2+159=360 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.28% from 360); Green value is 2 (1.17% from 255 or 0.56% from 360); Blue value is 159 (62.5% from 255 or 44.17% from 360); Max value from RGB is 199 - color contains mainly: red. Hex color #C7029F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7029F is #38FD60. Grayscale: #4E4E4E. Windows color (decimal): -3734881 or 10420935. OLE color: 10420935.
HSL color Cylindrical-coordinate representation of color #C7029F: hue angle of 312.18º 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 #C7029F is Cyan = 0, Magento = 0.99, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 2 | 159 | - |
| CMYK | 0 | 0.99 | 0.20 | 0.22 |
| HSL | 312.18º | 0.98% | 0.39% | - |
| HSV(B) | 312.18º | 0.99% | 0.78% | - |
| XYZ | 29.83 | 14.69 | 34.06 | - |
| YUV | 78.8 | 173.27 | 213.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 2 | 159 | 0 | 0.99 | 0.20 | 0.22 | 312.18 | 0.98 | 0.39 |
| Hex | C7 | 2 | 9F | 0 | 63 | 14 | 16 | 138 | 62 | 27 |
| Octal | 307 | 2 | 237 | 0 | 143 | 24 | 26 | 470 | 142 | 47 |
| Binary | 11000111 | 10 | 10011111 | 0 | 1100011 | 10100 | 10110 | 100111000 | 1100010 | 100111 |
Color Harmonies of #C7029F
Complementary color
Monochromatic Colors of #C7029F
Black with #C7029F
Text Example
Text Example
White with #C7029F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7029F; }
p { color: rgb(199,2,159); }
H1.HeaderClassName
{
color: #C7029F;
}
.AnyTagClassName
{
color: #C7029F;
}
</style>
background-color css
<style>
a { background-color: #C7029F; }
a { background-color: rgb(199,2,159); }
div.DivClassName
{
background-color: #C7029F;
}
.BgClassName
{
background-color: #C7029F;
}
</style>
border-color css
<style>
span { border-color: #C7029F; }
span { border-color: rgb(199,2,159); }
td.TdClassName
{
border-color: #C7029F;
}
.TagClassName
{
border-color: #C7029F;
}
</style>