Shades of Medium Violet Red #C70281
Tints of Medium Violet Red #C70281
RGB
CMYK
RGB Variations
Color information
#C70281 (or 0xC70281) is known color: Medium Violet Red. HEX triplet: C7, 02 and 81. RGB value is (199,2,129). Sum of RGB (Red+Green+Blue) = 199+2+129=330 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.30% from 330); Green value is 2 (1.17% from 255 or 0.61% from 330); Blue value is 129 (50.78% from 255 or 39.09% from 330); Max value from RGB is 199 - color contains mainly: red. Hex color #C70281 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70281 is #38FD7E. Grayscale: #4B4B4B. Windows color (decimal): -3734911 or 8454855. OLE color: 8454855.
HSL color Cylindrical-coordinate representation of color #C70281: hue angle of 321.32º 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 #C70281 is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 2 | 129 | - |
| CMYK | 0 | 0.99 | 0.35 | 0.22 |
| HSL | 321.32º | 0.98% | 0.39% | - |
| HSV(B) | 321.32º | 0.99% | 0.78% | - |
| XYZ | 27.54 | 13.77 | 21.98 | - |
| YUV | 75.38 | 158.27 | 216.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 2 | 129 | 0 | 0.99 | 0.35 | 0.22 | 321.32 | 0.98 | 0.39 |
| Hex | C7 | 2 | 81 | 0 | 63 | 23 | 16 | 141 | 62 | 27 |
| Octal | 307 | 2 | 201 | 0 | 143 | 43 | 26 | 501 | 142 | 47 |
| Binary | 11000111 | 10 | 10000001 | 0 | 1100011 | 100011 | 10110 | 101000001 | 1100010 | 100111 |
Color Harmonies of #C70281
Complementary color
Monochromatic Colors of #C70281
Black with #C70281
Text Example
Text Example
White with #C70281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70281; }
p { color: rgb(199,2,129); }
H1.HeaderClassName
{
color: #C70281;
}
.AnyTagClassName
{
color: #C70281;
}
</style>
background-color css
<style>
a { background-color: #C70281; }
a { background-color: rgb(199,2,129); }
div.DivClassName
{
background-color: #C70281;
}
.BgClassName
{
background-color: #C70281;
}
</style>
border-color css
<style>
span { border-color: #C70281; }
span { border-color: rgb(199,2,129); }
td.TdClassName
{
border-color: #C70281;
}
.TagClassName
{
border-color: #C70281;
}
</style>