Shades of Medium Violet Red #C70183
Tints of Medium Violet Red #C70183
RGB
CMYK
RGB Variations
Color information
#C70183 (or 0xC70183) is known color: Medium Violet Red. HEX triplet: C7, 01 and 83. RGB value is (199,1,131). Sum of RGB (Red+Green+Blue) = 199+1+131=331 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.12% from 331); Green value is 1 (0.78% from 255 or 0.30% from 331); Blue value is 131 (51.56% from 255 or 39.58% from 331); Max value from RGB is 199 - color contains mainly: red. Hex color #C70183 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70183 is #38FE7C. Grayscale: #4A4A4A. Windows color (decimal): -3735165 or 8585671. OLE color: 8585671.
HSL color Cylindrical-coordinate representation of color #C70183: hue angle of 320.61º degrees, saturation: 0.99, 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 #C70183 is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 1 | 131 | - |
| CMYK | 0 | 0.99 | 0.34 | 0.22 |
| HSL | 320.61º | 0.99% | 0.39% | - |
| HSV(B) | 320.61º | 0.99% | 0.78% | - |
| XYZ | 27.66 | 13.8 | 22.68 | - |
| YUV | 75.02 | 159.6 | 216.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 1 | 131 | 0 | 0.99 | 0.34 | 0.22 | 320.61 | 0.99 | 0.39 |
| Hex | C7 | 1 | 83 | 0 | 63 | 22 | 16 | 141 | 63 | 27 |
| Octal | 307 | 1 | 203 | 0 | 143 | 42 | 26 | 501 | 143 | 47 |
| Binary | 11000111 | 1 | 10000011 | 0 | 1100011 | 100010 | 10110 | 101000001 | 1100011 | 100111 |
Color Harmonies of #C70183
Complementary color
Monochromatic Colors of #C70183
Black with #C70183
Text Example
Text Example
White with #C70183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70183; }
p { color: rgb(199,1,131); }
H1.HeaderClassName
{
color: #C70183;
}
.AnyTagClassName
{
color: #C70183;
}
</style>
background-color css
<style>
a { background-color: #C70183; }
a { background-color: rgb(199,1,131); }
div.DivClassName
{
background-color: #C70183;
}
.BgClassName
{
background-color: #C70183;
}
</style>
border-color css
<style>
span { border-color: #C70183; }
span { border-color: rgb(199,1,131); }
td.TdClassName
{
border-color: #C70183;
}
.TagClassName
{
border-color: #C70183;
}
</style>