Shades of Medium Violet Red #C70286
Tints of Medium Violet Red #C70286
RGB
CMYK
RGB Variations
Color information
#C70286 (or 0xC70286) is known color: Medium Violet Red. HEX triplet: C7, 02 and 86. RGB value is (199,2,134). Sum of RGB (Red+Green+Blue) = 199+2+134=335 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.40% from 335); Green value is 2 (1.17% from 255 or 0.60% from 335); Blue value is 134 (52.73% from 255 or 40% from 335); Max value from RGB is 199 - color contains mainly: red. Hex color #C70286 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70286 is #38FD79. Grayscale: #4B4B4B. Windows color (decimal): -3734906 or 8782535. OLE color: 8782535.
HSL color Cylindrical-coordinate representation of color #C70286: hue angle of 319.8º 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 #C70286 is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 2 | 134 | - |
| CMYK | 0 | 0.99 | 0.33 | 0.22 |
| HSL | 319.8º | 0.98% | 0.39% | - |
| HSV(B) | 319.8º | 0.99% | 0.78% | - |
| XYZ | 27.88 | 13.91 | 23.77 | - |
| YUV | 75.95 | 160.77 | 215.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 2 | 134 | 0 | 0.99 | 0.33 | 0.22 | 319.8 | 0.98 | 0.39 |
| Hex | C7 | 2 | 86 | 0 | 63 | 21 | 16 | 140 | 62 | 27 |
| Octal | 307 | 2 | 206 | 0 | 143 | 41 | 26 | 500 | 142 | 47 |
| Binary | 11000111 | 10 | 10000110 | 0 | 1100011 | 100001 | 10110 | 101000000 | 1100010 | 100111 |
Color Harmonies of #C70286
Complementary color
Monochromatic Colors of #C70286
Black with #C70286
Text Example
Text Example
White with #C70286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70286; }
p { color: rgb(199,2,134); }
H1.HeaderClassName
{
color: #C70286;
}
.AnyTagClassName
{
color: #C70286;
}
</style>
background-color css
<style>
a { background-color: #C70286; }
a { background-color: rgb(199,2,134); }
div.DivClassName
{
background-color: #C70286;
}
.BgClassName
{
background-color: #C70286;
}
</style>
border-color css
<style>
span { border-color: #C70286; }
span { border-color: rgb(199,2,134); }
td.TdClassName
{
border-color: #C70286;
}
.TagClassName
{
border-color: #C70286;
}
</style>