Shades of Medium Violet Red #C70A7B
Tints of Medium Violet Red #C70A7B
RGB
CMYK
RGB Variations
Color information
#C70A7B (or 0xC70A7B) is known color: Medium Violet Red. HEX triplet: C7, 0A and 7B. RGB value is (199,10,123). Sum of RGB (Red+Green+Blue) = 199+10+123=332 (43% of max value = 765). Red value is 199 (78.12% from 255 or 59.94% from 332); Green value is 10 (4.30% from 255 or 3.01% from 332); Blue value is 123 (48.44% from 255 or 37.05% from 332); Max value from RGB is 199 - color contains mainly: red. Hex color #C70A7B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70A7B is #38F584. Grayscale: #4F4F4F. Windows color (decimal): -3732869 or 8063687. OLE color: 8063687.
HSL color Cylindrical-coordinate representation of color #C70A7B: hue angle of 324.13º 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 #C70A7B is Cyan = 0, Magento = 0.95, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 10 | 123 | - |
| CMYK | 0 | 0.95 | 0.38 | 0.22 |
| HSL | 324.13º | 0.9% | 0.41% | - |
| HSV(B) | 324.13º | 0.95% | 0.78% | - |
| XYZ | 27.24 | 13.79 | 19.96 | - |
| YUV | 79.39 | 152.62 | 213.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 10 | 123 | 0 | 0.95 | 0.38 | 0.22 | 324.13 | 0.9 | 0.41 |
| Hex | C7 | A | 7B | 0 | 5F | 26 | 16 | 144 | 5A | 29 |
| Octal | 307 | 12 | 173 | 0 | 137 | 46 | 26 | 504 | 132 | 51 |
| Binary | 11000111 | 1010 | 1111011 | 0 | 1011111 | 100110 | 10110 | 101000100 | 1011010 | 101001 |
Color Harmonies of #C70A7B
Complementary color
Monochromatic Colors of #C70A7B
Black with #C70A7B
Text Example
Text Example
White with #C70A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70A7B; }
p { color: rgb(199,10,123); }
H1.HeaderClassName
{
color: #C70A7B;
}
.AnyTagClassName
{
color: #C70A7B;
}
</style>
background-color css
<style>
a { background-color: #C70A7B; }
a { background-color: rgb(199,10,123); }
div.DivClassName
{
background-color: #C70A7B;
}
.BgClassName
{
background-color: #C70A7B;
}
</style>
border-color css
<style>
span { border-color: #C70A7B; }
span { border-color: rgb(199,10,123); }
td.TdClassName
{
border-color: #C70A7B;
}
.TagClassName
{
border-color: #C70A7B;
}
</style>