Shades of Medium Violet Red #C7027A
Tints of Medium Violet Red #C7027A
RGB
CMYK
RGB Variations
Color information
#C7027A (or 0xC7027A) is known color: Medium Violet Red. HEX triplet: C7, 02 and 7A. RGB value is (199,2,122). Sum of RGB (Red+Green+Blue) = 199+2+122=323 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.61% from 323); Green value is 2 (1.17% from 255 or 0.62% from 323); Blue value is 122 (48.05% from 255 or 37.77% from 323); Max value from RGB is 199 - color contains mainly: red. Hex color #C7027A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7027A is #38FD85. Grayscale: #4A4A4A. Windows color (decimal): -3734918 or 7996103. OLE color: 7996103.
HSL color Cylindrical-coordinate representation of color #C7027A: hue angle of 323.45º 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 #C7027A is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 2 | 122 | - |
| CMYK | 0 | 0.99 | 0.39 | 0.22 |
| HSL | 323.45º | 0.98% | 0.39% | - |
| HSV(B) | 323.45º | 0.99% | 0.78% | - |
| XYZ | 27.09 | 13.59 | 19.61 | - |
| YUV | 74.58 | 154.77 | 216.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 2 | 122 | 0 | 0.99 | 0.39 | 0.22 | 323.45 | 0.98 | 0.39 |
| Hex | C7 | 2 | 7A | 0 | 63 | 27 | 16 | 143 | 62 | 27 |
| Octal | 307 | 2 | 172 | 0 | 143 | 47 | 26 | 503 | 142 | 47 |
| Binary | 11000111 | 10 | 1111010 | 0 | 1100011 | 100111 | 10110 | 101000011 | 1100010 | 100111 |
Color Harmonies of #C7027A
Complementary color
Monochromatic Colors of #C7027A
Black with #C7027A
Text Example
Text Example
White with #C7027A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7027A; }
p { color: rgb(199,2,122); }
H1.HeaderClassName
{
color: #C7027A;
}
.AnyTagClassName
{
color: #C7027A;
}
</style>
background-color css
<style>
a { background-color: #C7027A; }
a { background-color: rgb(199,2,122); }
div.DivClassName
{
background-color: #C7027A;
}
.BgClassName
{
background-color: #C7027A;
}
</style>
border-color css
<style>
span { border-color: #C7027A; }
span { border-color: rgb(199,2,122); }
td.TdClassName
{
border-color: #C7027A;
}
.TagClassName
{
border-color: #C7027A;
}
</style>