Shades of Medium Violet Red #C70385
Tints of Medium Violet Red #C70385
RGB
CMYK
RGB Variations
Color information
#C70385 (or 0xC70385) is known color: Medium Violet Red. HEX triplet: C7, 03 and 85. RGB value is (199,3,133). Sum of RGB (Red+Green+Blue) = 199+3+133=335 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.40% from 335); Green value is 3 (1.56% from 255 or 0.90% from 335); Blue value is 133 (52.34% from 255 or 39.70% from 335); Max value from RGB is 199 - color contains mainly: red. Hex color #C70385 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70385 is #38FC7A. Grayscale: #4C4C4C. Windows color (decimal): -3734651 or 8717255. OLE color: 8717255.
HSL color Cylindrical-coordinate representation of color #C70385: hue angle of 320.2º 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 #C70385 is Cyan = 0, Magento = 0.98, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 3 | 133 | - |
| CMYK | 0 | 0.98 | 0.33 | 0.22 |
| HSL | 320.2º | 0.97% | 0.4% | - |
| HSV(B) | 320.2º | 0.98% | 0.78% | - |
| XYZ | 27.82 | 13.9 | 23.41 | - |
| YUV | 76.42 | 159.93 | 215.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 3 | 133 | 0 | 0.98 | 0.33 | 0.22 | 320.2 | 0.97 | 0.4 |
| Hex | C7 | 3 | 85 | 0 | 62 | 21 | 16 | 140 | 61 | 28 |
| Octal | 307 | 3 | 205 | 0 | 142 | 41 | 26 | 500 | 141 | 50 |
| Binary | 11000111 | 11 | 10000101 | 0 | 1100010 | 100001 | 10110 | 101000000 | 1100001 | 101000 |
Color Harmonies of #C70385
Complementary color
Monochromatic Colors of #C70385
Black with #C70385
Text Example
Text Example
White with #C70385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70385; }
p { color: rgb(199,3,133); }
H1.HeaderClassName
{
color: #C70385;
}
.AnyTagClassName
{
color: #C70385;
}
</style>
background-color css
<style>
a { background-color: #C70385; }
a { background-color: rgb(199,3,133); }
div.DivClassName
{
background-color: #C70385;
}
.BgClassName
{
background-color: #C70385;
}
</style>
border-color css
<style>
span { border-color: #C70385; }
span { border-color: rgb(199,3,133); }
td.TdClassName
{
border-color: #C70385;
}
.TagClassName
{
border-color: #C70385;
}
</style>