Shades of Medium Violet Red #C70282
Tints of Medium Violet Red #C70282
RGB
CMYK
RGB Variations
Color information
#C70282 (or 0xC70282) is known color: Medium Violet Red. HEX triplet: C7, 02 and 82. RGB value is (199,2,130). Sum of RGB (Red+Green+Blue) = 199+2+130=331 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.12% from 331); Green value is 2 (1.17% from 255 or 0.60% from 331); Blue value is 130 (51.17% from 255 or 39.27% from 331); Max value from RGB is 199 - color contains mainly: red. Hex color #C70282 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70282 is #38FD7D. Grayscale: #4B4B4B. Windows color (decimal): -3734910 or 8520391. OLE color: 8520391.
HSL color Cylindrical-coordinate representation of color #C70282: hue angle of 321.02º 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 #C70282 is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 2 | 130 | - |
| CMYK | 0 | 0.99 | 0.35 | 0.22 |
| HSL | 321.02º | 0.98% | 0.39% | - |
| HSV(B) | 321.02º | 0.99% | 0.78% | - |
| XYZ | 27.6 | 13.8 | 22.33 | - |
| YUV | 75.5 | 158.77 | 216.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 2 | 130 | 0 | 0.99 | 0.35 | 0.22 | 321.02 | 0.98 | 0.39 |
| Hex | C7 | 2 | 82 | 0 | 63 | 23 | 16 | 141 | 62 | 27 |
| Octal | 307 | 2 | 202 | 0 | 143 | 43 | 26 | 501 | 142 | 47 |
| Binary | 11000111 | 10 | 10000010 | 0 | 1100011 | 100011 | 10110 | 101000001 | 1100010 | 100111 |
Color Harmonies of #C70282
Complementary color
Monochromatic Colors of #C70282
Black with #C70282
Text Example
Text Example
White with #C70282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70282; }
p { color: rgb(199,2,130); }
H1.HeaderClassName
{
color: #C70282;
}
.AnyTagClassName
{
color: #C70282;
}
</style>
background-color css
<style>
a { background-color: #C70282; }
a { background-color: rgb(199,2,130); }
div.DivClassName
{
background-color: #C70282;
}
.BgClassName
{
background-color: #C70282;
}
</style>
border-color css
<style>
span { border-color: #C70282; }
span { border-color: rgb(199,2,130); }
td.TdClassName
{
border-color: #C70282;
}
.TagClassName
{
border-color: #C70282;
}
</style>