Shades of Medium Violet Red #C00070
Tints of Medium Violet Red #C00070
RGB
CMYK
RGB Variations
Color information
#C00070 (or 0xC00070) is known color: Medium Violet Red. HEX triplet: C0, 00 and 70. RGB value is (192,0,112). Sum of RGB (Red+Green+Blue) = 192+0+112=304 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.16% from 304); Green value is 0 (0.39% from 255 or 0% from 304); Blue value is 112 (44.14% from 255 or 36.84% from 304); Max value from RGB is 192 - color contains mainly: red. Hex color #C00070 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00070 is #3FFF8F. Grayscale: #454545. Windows color (decimal): -4194192 or 7340224. OLE color: 7340224.
HSL color Cylindrical-coordinate representation of color #C00070: hue angle of 325º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C00070 is Cyan = 0, Magento = 1, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 0 | 112 | - |
| CMYK | 0 | 1 | 0.42 | 0.25 |
| HSL | 325º | 1% | 0.38% | - |
| HSV(B) | 325º | 1% | 0.75% | - |
| XYZ | 24.66 | 12.38 | 16.42 | - |
| YUV | 70.18 | 151.61 | 214.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 0 | 112 | 0 | 1 | 0.42 | 0.25 | 325 | 1 | 0.38 |
| Hex | C0 | 0 | 70 | 0 | 64 | 2A | 19 | 145 | 64 | 26 |
| Octal | 300 | 0 | 160 | 0 | 144 | 52 | 31 | 505 | 144 | 46 |
| Binary | 11000000 | 0 | 1110000 | 0 | 1100100 | 101010 | 11001 | 101000101 | 1100100 | 100110 |
Color Harmonies of #C00070
Complementary color
Monochromatic Colors of #C00070
Black with #C00070
Text Example
Text Example
White with #C00070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00070; }
p { color: rgb(192,0,112); }
H1.HeaderClassName
{
color: #C00070;
}
.AnyTagClassName
{
color: #C00070;
}
</style>
background-color css
<style>
a { background-color: #C00070; }
a { background-color: rgb(192,0,112); }
div.DivClassName
{
background-color: #C00070;
}
.BgClassName
{
background-color: #C00070;
}
</style>
border-color css
<style>
span { border-color: #C00070; }
span { border-color: rgb(192,0,112); }
td.TdClassName
{
border-color: #C00070;
}
.TagClassName
{
border-color: #C00070;
}
</style>