Shades of Medium Violet Red #C70A6C
Tints of Medium Violet Red #C70A6C
RGB
CMYK
RGB Variations
Color information
#C70A6C (or 0xC70A6C) is known color: Medium Violet Red. HEX triplet: C7, 0A and 6C. RGB value is (199,10,108). Sum of RGB (Red+Green+Blue) = 199+10+108=317 (41% of max value = 765). Red value is 199 (78.12% from 255 or 62.78% from 317); Green value is 10 (4.30% from 255 or 3.15% from 317); Blue value is 108 (42.58% from 255 or 34.07% from 317); Max value from RGB is 199 - color contains mainly: red. Hex color #C70A6C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70A6C is #38F593. Grayscale: #4D4D4D. Windows color (decimal): -3732884 or 7080647. OLE color: 7080647.
HSL color Cylindrical-coordinate representation of color #C70A6C: hue angle of 328.89º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C70A6C is Cyan = 0, Magento = 0.95, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 10 | 108 | - |
| CMYK | 0 | 0.95 | 0.46 | 0.22 |
| HSL | 328.89º | 0.9% | 0.41% | - |
| HSV(B) | 328.89º | 0.95% | 0.78% | - |
| XYZ | 26.37 | 13.44 | 15.39 | - |
| YUV | 77.68 | 145.12 | 214.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 10 | 108 | 0 | 0.95 | 0.46 | 0.22 | 328.89 | 0.9 | 0.41 |
| Hex | C7 | A | 6C | 0 | 5F | 2E | 16 | 149 | 5A | 29 |
| Octal | 307 | 12 | 154 | 0 | 137 | 56 | 26 | 511 | 132 | 51 |
| Binary | 11000111 | 1010 | 1101100 | 0 | 1011111 | 101110 | 10110 | 101001001 | 1011010 | 101001 |
Color Harmonies of #C70A6C
Complementary color
Monochromatic Colors of #C70A6C
Black with #C70A6C
Text Example
Text Example
White with #C70A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70A6C; }
p { color: rgb(199,10,108); }
H1.HeaderClassName
{
color: #C70A6C;
}
.AnyTagClassName
{
color: #C70A6C;
}
</style>
background-color css
<style>
a { background-color: #C70A6C; }
a { background-color: rgb(199,10,108); }
div.DivClassName
{
background-color: #C70A6C;
}
.BgClassName
{
background-color: #C70A6C;
}
</style>
border-color css
<style>
span { border-color: #C70A6C; }
span { border-color: rgb(199,10,108); }
td.TdClassName
{
border-color: #C70A6C;
}
.TagClassName
{
border-color: #C70A6C;
}
</style>