Shades of Medium Violet Red #C70382
Tints of Medium Violet Red #C70382
RGB
CMYK
RGB Variations
Color information
#C70382 (or 0xC70382) is known color: Medium Violet Red. HEX triplet: C7, 03 and 82. RGB value is (199,3,130). Sum of RGB (Red+Green+Blue) = 199+3+130=332 (43% of max value = 765). Red value is 199 (78.12% from 255 or 59.94% from 332); Green value is 3 (1.56% from 255 or 0.90% from 332); Blue value is 130 (51.17% from 255 or 39.16% from 332); Max value from RGB is 199 - color contains mainly: red. Hex color #C70382 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70382 is #38FC7D. Grayscale: #4B4B4B. Windows color (decimal): -3734654 or 8520647. OLE color: 8520647.
HSL color Cylindrical-coordinate representation of color #C70382: hue angle of 321.12º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C70382 is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 3 | 130 | - |
| CMYK | 0 | 0.98 | 0.35 | 0.22 |
| HSL | 321.12º | 0.97% | 0.4% | - |
| HSV(B) | 321.12º | 0.98% | 0.78% | - |
| XYZ | 27.62 | 13.82 | 22.33 | - |
| YUV | 76.08 | 158.43 | 215.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 3 | 130 | 0 | 0.98 | 0.35 | 0.22 | 321.12 | 0.97 | 0.4 |
| Hex | C7 | 3 | 82 | 0 | 62 | 23 | 16 | 141 | 61 | 28 |
| Octal | 307 | 3 | 202 | 0 | 142 | 43 | 26 | 501 | 141 | 50 |
| Binary | 11000111 | 11 | 10000010 | 0 | 1100010 | 100011 | 10110 | 101000001 | 1100001 | 101000 |
Color Harmonies of #C70382
Complementary color
Monochromatic Colors of #C70382
Black with #C70382
Text Example
Text Example
White with #C70382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70382; }
p { color: rgb(199,3,130); }
H1.HeaderClassName
{
color: #C70382;
}
.AnyTagClassName
{
color: #C70382;
}
</style>
background-color css
<style>
a { background-color: #C70382; }
a { background-color: rgb(199,3,130); }
div.DivClassName
{
background-color: #C70382;
}
.BgClassName
{
background-color: #C70382;
}
</style>
border-color css
<style>
span { border-color: #C70382; }
span { border-color: rgb(199,3,130); }
td.TdClassName
{
border-color: #C70382;
}
.TagClassName
{
border-color: #C70382;
}
</style>