Shades of Medium Violet Red #C7029A
Tints of Medium Violet Red #C7029A
RGB
CMYK
RGB Variations
Color information
#C7029A (or 0xC7029A) is known color: Medium Violet Red. HEX triplet: C7, 02 and 9A. RGB value is (199,2,154). Sum of RGB (Red+Green+Blue) = 199+2+154=355 (47% of max value = 765). Red value is 199 (78.12% from 255 or 56.06% from 355); Green value is 2 (1.17% from 255 or 0.56% from 355); Blue value is 154 (60.55% from 255 or 43.38% from 355); Max value from RGB is 199 - color contains mainly: red. Hex color #C7029A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7029A is #38FD65. Grayscale: #4D4D4D. Windows color (decimal): -3734886 or 10093255. OLE color: 10093255.
HSL color Cylindrical-coordinate representation of color #C7029A: hue angle of 313.71º 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 #C7029A is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 2 | 154 | - |
| CMYK | 0 | 0.99 | 0.23 | 0.22 |
| HSL | 313.71º | 0.98% | 0.39% | - |
| HSV(B) | 313.71º | 0.99% | 0.78% | - |
| XYZ | 29.41 | 14.52 | 31.82 | - |
| YUV | 78.23 | 170.77 | 214.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 2 | 154 | 0 | 0.99 | 0.23 | 0.22 | 313.71 | 0.98 | 0.39 |
| Hex | C7 | 2 | 9A | 0 | 63 | 17 | 16 | 13A | 62 | 27 |
| Octal | 307 | 2 | 232 | 0 | 143 | 27 | 26 | 472 | 142 | 47 |
| Binary | 11000111 | 10 | 10011010 | 0 | 1100011 | 10111 | 10110 | 100111010 | 1100010 | 100111 |
Color Harmonies of #C7029A
Complementary color
Monochromatic Colors of #C7029A
Black with #C7029A
Text Example
Text Example
White with #C7029A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7029A; }
p { color: rgb(199,2,154); }
H1.HeaderClassName
{
color: #C7029A;
}
.AnyTagClassName
{
color: #C7029A;
}
</style>
background-color css
<style>
a { background-color: #C7029A; }
a { background-color: rgb(199,2,154); }
div.DivClassName
{
background-color: #C7029A;
}
.BgClassName
{
background-color: #C7029A;
}
</style>
border-color css
<style>
span { border-color: #C7029A; }
span { border-color: rgb(199,2,154); }
td.TdClassName
{
border-color: #C7029A;
}
.TagClassName
{
border-color: #C7029A;
}
</style>