Shades of Medium Violet Red #C70BA7
Tints of Medium Violet Red #C70BA7
RGB
CMYK
RGB Variations
Color information
#C70BA7 (or 0xC70BA7) is known color: Medium Violet Red. HEX triplet: C7, 0B and A7. RGB value is (199,11,167). Sum of RGB (Red+Green+Blue) = 199+11+167=377 (49% of max value = 765). Red value is 199 (78.12% from 255 or 52.79% from 377); Green value is 11 (4.69% from 255 or 2.92% from 377); Blue value is 167 (65.62% from 255 or 44.30% from 377); Max value from RGB is 199 - color contains mainly: red. Hex color #C70BA7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70BA7 is #38F458. Grayscale: #545454. Windows color (decimal): -3732569 or 10947527. OLE color: 10947527.
HSL color Cylindrical-coordinate representation of color #C70BA7: hue angle of 310.21º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C70BA7 is Cyan = 0, Magento = 0.94, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 11 | 167 | - |
| CMYK | 0 | 0.94 | 0.16 | 0.22 |
| HSL | 310.21º | 0.9% | 0.41% | - |
| HSV(B) | 310.21º | 0.94% | 0.78% | - |
| XYZ | 30.65 | 15.17 | 37.87 | - |
| YUV | 85 | 174.28 | 209.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 11 | 167 | 0 | 0.94 | 0.16 | 0.22 | 310.21 | 0.9 | 0.41 |
| Hex | C7 | B | A7 | 0 | 5E | 10 | 16 | 136 | 5A | 29 |
| Octal | 307 | 13 | 247 | 0 | 136 | 20 | 26 | 466 | 132 | 51 |
| Binary | 11000111 | 1011 | 10100111 | 0 | 1011110 | 10000 | 10110 | 100110110 | 1011010 | 101001 |
Color Harmonies of #C70BA7
Complementary color
Monochromatic Colors of #C70BA7
Black with #C70BA7
Text Example
Text Example
White with #C70BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70BA7; }
p { color: rgb(199,11,167); }
H1.HeaderClassName
{
color: #C70BA7;
}
.AnyTagClassName
{
color: #C70BA7;
}
</style>
background-color css
<style>
a { background-color: #C70BA7; }
a { background-color: rgb(199,11,167); }
div.DivClassName
{
background-color: #C70BA7;
}
.BgClassName
{
background-color: #C70BA7;
}
</style>
border-color css
<style>
span { border-color: #C70BA7; }
span { border-color: rgb(199,11,167); }
td.TdClassName
{
border-color: #C70BA7;
}
.TagClassName
{
border-color: #C70BA7;
}
</style>