Shades of Medium Violet Red #C7027E
Tints of Medium Violet Red #C7027E
RGB
CMYK
RGB Variations
Color information
#C7027E (or 0xC7027E) is known color: Medium Violet Red. HEX triplet: C7, 02 and 7E. RGB value is (199,2,126). Sum of RGB (Red+Green+Blue) = 199+2+126=327 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.86% from 327); Green value is 2 (1.17% from 255 or 0.61% from 327); Blue value is 126 (49.61% from 255 or 38.53% from 327); Max value from RGB is 199 - color contains mainly: red. Hex color #C7027E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7027E is #38FD81. Grayscale: #4A4A4A. Windows color (decimal): -3734914 or 8258247. OLE color: 8258247.
HSL color Cylindrical-coordinate representation of color #C7027E: hue angle of 322.23º 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 #C7027E is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 2 | 126 | - |
| CMYK | 0 | 0.99 | 0.37 | 0.22 |
| HSL | 322.23º | 0.98% | 0.39% | - |
| HSV(B) | 322.23º | 0.99% | 0.78% | - |
| XYZ | 27.34 | 13.69 | 20.94 | - |
| YUV | 75.04 | 156.77 | 216.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 2 | 126 | 0 | 0.99 | 0.37 | 0.22 | 322.23 | 0.98 | 0.39 |
| Hex | C7 | 2 | 7E | 0 | 63 | 25 | 16 | 142 | 62 | 27 |
| Octal | 307 | 2 | 176 | 0 | 143 | 45 | 26 | 502 | 142 | 47 |
| Binary | 11000111 | 10 | 1111110 | 0 | 1100011 | 100101 | 10110 | 101000010 | 1100010 | 100111 |
Color Harmonies of #C7027E
Complementary color
Monochromatic Colors of #C7027E
Black with #C7027E
Text Example
Text Example
White with #C7027E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7027E; }
p { color: rgb(199,2,126); }
H1.HeaderClassName
{
color: #C7027E;
}
.AnyTagClassName
{
color: #C7027E;
}
</style>
background-color css
<style>
a { background-color: #C7027E; }
a { background-color: rgb(199,2,126); }
div.DivClassName
{
background-color: #C7027E;
}
.BgClassName
{
background-color: #C7027E;
}
</style>
border-color css
<style>
span { border-color: #C7027E; }
span { border-color: rgb(199,2,126); }
td.TdClassName
{
border-color: #C7027E;
}
.TagClassName
{
border-color: #C7027E;
}
</style>