Shades of Medium Violet Red #C7027C
Tints of Medium Violet Red #C7027C
RGB
CMYK
RGB Variations
Color information
#C7027C (or 0xC7027C) is known color: Medium Violet Red. HEX triplet: C7, 02 and 7C. RGB value is (199,2,124). Sum of RGB (Red+Green+Blue) = 199+2+124=325 (43% of max value = 765). Red value is 199 (78.12% from 255 or 61.23% from 325); Green value is 2 (1.17% from 255 or 0.62% from 325); Blue value is 124 (48.83% from 255 or 38.15% from 325); Max value from RGB is 199 - color contains mainly: red. Hex color #C7027C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7027C is #38FD83. Grayscale: #4A4A4A. Windows color (decimal): -3734916 or 8127175. OLE color: 8127175.
HSL color Cylindrical-coordinate representation of color #C7027C: hue angle of 322.84º 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 #C7027C is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 2 | 124 | - |
| CMYK | 0 | 0.99 | 0.38 | 0.22 |
| HSL | 322.84º | 0.98% | 0.39% | - |
| HSV(B) | 322.84º | 0.99% | 0.78% | - |
| XYZ | 27.21 | 13.64 | 20.27 | - |
| YUV | 74.81 | 155.77 | 216.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 2 | 124 | 0 | 0.99 | 0.38 | 0.22 | 322.84 | 0.98 | 0.39 |
| Hex | C7 | 2 | 7C | 0 | 63 | 26 | 16 | 143 | 62 | 27 |
| Octal | 307 | 2 | 174 | 0 | 143 | 46 | 26 | 503 | 142 | 47 |
| Binary | 11000111 | 10 | 1111100 | 0 | 1100011 | 100110 | 10110 | 101000011 | 1100010 | 100111 |
Color Harmonies of #C7027C
Complementary color
Monochromatic Colors of #C7027C
Black with #C7027C
Text Example
Text Example
White with #C7027C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7027C; }
p { color: rgb(199,2,124); }
H1.HeaderClassName
{
color: #C7027C;
}
.AnyTagClassName
{
color: #C7027C;
}
</style>
background-color css
<style>
a { background-color: #C7027C; }
a { background-color: rgb(199,2,124); }
div.DivClassName
{
background-color: #C7027C;
}
.BgClassName
{
background-color: #C7027C;
}
</style>
border-color css
<style>
span { border-color: #C7027C; }
span { border-color: rgb(199,2,124); }
td.TdClassName
{
border-color: #C7027C;
}
.TagClassName
{
border-color: #C7027C;
}
</style>