Shades of Medium Violet Red #C70685
Tints of Medium Violet Red #C70685
RGB
CMYK
RGB Variations
Color information
#C70685 (or 0xC70685) is known color: Medium Violet Red. HEX triplet: C7, 06 and 85. RGB value is (199,6,133). Sum of RGB (Red+Green+Blue) = 199+6+133=338 (44% of max value = 765). Red value is 199 (78.12% from 255 or 58.88% from 338); Green value is 6 (2.73% from 255 or 1.78% from 338); Blue value is 133 (52.34% from 255 or 39.35% from 338); Max value from RGB is 199 - color contains mainly: red. Hex color #C70685 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70685 is #38F97A. Grayscale: #4D4D4D. Windows color (decimal): -3733883 or 8718023. OLE color: 8718023.
HSL color Cylindrical-coordinate representation of color #C70685: hue angle of 320.52º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C70685 is Cyan = 0, Magento = 0.97, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 6 | 133 | - |
| CMYK | 0 | 0.97 | 0.33 | 0.22 |
| HSL | 320.52º | 0.94% | 0.4% | - |
| HSV(B) | 320.52º | 0.97% | 0.78% | - |
| XYZ | 27.85 | 13.97 | 23.42 | - |
| YUV | 78.19 | 158.94 | 214.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 6 | 133 | 0 | 0.97 | 0.33 | 0.22 | 320.52 | 0.94 | 0.4 |
| Hex | C7 | 6 | 85 | 0 | 61 | 21 | 16 | 141 | 5E | 28 |
| Octal | 307 | 6 | 205 | 0 | 141 | 41 | 26 | 501 | 136 | 50 |
| Binary | 11000111 | 110 | 10000101 | 0 | 1100001 | 100001 | 10110 | 101000001 | 1011110 | 101000 |
Color Harmonies of #C70685
Complementary color
Monochromatic Colors of #C70685
Black with #C70685
Text Example
Text Example
White with #C70685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70685; }
p { color: rgb(199,6,133); }
H1.HeaderClassName
{
color: #C70685;
}
.AnyTagClassName
{
color: #C70685;
}
</style>
background-color css
<style>
a { background-color: #C70685; }
a { background-color: rgb(199,6,133); }
div.DivClassName
{
background-color: #C70685;
}
.BgClassName
{
background-color: #C70685;
}
</style>
border-color css
<style>
span { border-color: #C70685; }
span { border-color: rgb(199,6,133); }
td.TdClassName
{
border-color: #C70685;
}
.TagClassName
{
border-color: #C70685;
}
</style>