Shades of Medium Violet Red #C60A70
Tints of Medium Violet Red #C60A70
RGB
CMYK
RGB Variations
Color information
#C60A70 (or 0xC60A70) is known color: Medium Violet Red. HEX triplet: C6, 0A and 70. RGB value is (198,10,112). Sum of RGB (Red+Green+Blue) = 198+10+112=320 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.88% from 320); Green value is 10 (4.30% from 255 or 3.12% from 320); Blue value is 112 (44.14% from 255 or 35% from 320); Max value from RGB is 198 - color contains mainly: red. Hex color #C60A70 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60A70 is #39F58F. Grayscale: #4D4D4D. Windows color (decimal): -3798416 or 7342790. OLE color: 7342790.
HSL color Cylindrical-coordinate representation of color #C60A70: hue angle of 327.45º 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 #C60A70 is Cyan = 0, Magento = 0.95, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 10 | 112 | - |
| CMYK | 0 | 0.95 | 0.43 | 0.22 |
| HSL | 327.45º | 0.9% | 0.41% | - |
| HSV(B) | 327.45º | 0.95% | 0.78% | - |
| XYZ | 26.32 | 13.39 | 16.53 | - |
| YUV | 77.84 | 147.28 | 213.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 10 | 112 | 0 | 0.95 | 0.43 | 0.22 | 327.45 | 0.9 | 0.41 |
| Hex | C6 | A | 70 | 0 | 5F | 2B | 16 | 147 | 5A | 29 |
| Octal | 306 | 12 | 160 | 0 | 137 | 53 | 26 | 507 | 132 | 51 |
| Binary | 11000110 | 1010 | 1110000 | 0 | 1011111 | 101011 | 10110 | 101000111 | 1011010 | 101001 |
Color Harmonies of #C60A70
Complementary color
Monochromatic Colors of #C60A70
Black with #C60A70
Text Example
Text Example
White with #C60A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60A70; }
p { color: rgb(198,10,112); }
H1.HeaderClassName
{
color: #C60A70;
}
.AnyTagClassName
{
color: #C60A70;
}
</style>
background-color css
<style>
a { background-color: #C60A70; }
a { background-color: rgb(198,10,112); }
div.DivClassName
{
background-color: #C60A70;
}
.BgClassName
{
background-color: #C60A70;
}
</style>
border-color css
<style>
span { border-color: #C60A70; }
span { border-color: rgb(198,10,112); }
td.TdClassName
{
border-color: #C60A70;
}
.TagClassName
{
border-color: #C60A70;
}
</style>