Shades of Medium Violet Red #C61A70
Tints of Medium Violet Red #C61A70
RGB
CMYK
RGB Variations
Color information
#C61A70 (or 0xC61A70) is known color: Medium Violet Red. HEX triplet: C6, 1A and 70. RGB value is (198,26,112). Sum of RGB (Red+Green+Blue) = 198+26+112=336 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.93% from 336); Green value is 26 (10.55% from 255 or 7.74% from 336); Blue value is 112 (44.14% from 255 or 33.33% from 336); Max value from RGB is 198 - color contains mainly: red. Hex color #C61A70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C61A70 is #39E58F. Grayscale: #575757. Windows color (decimal): -3794320 or 7346886. OLE color: 7346886.
HSL color Cylindrical-coordinate representation of color #C61A70: hue angle of 330º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C61A70 is Cyan = 0, Magento = 0.87, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 26 | 112 | - |
| CMYK | 0 | 0.87 | 0.43 | 0.22 |
| HSL | 330º | 0.77% | 0.44% | - |
| HSV(B) | 330º | 0.87% | 0.78% | - |
| XYZ | 26.58 | 13.91 | 16.61 | - |
| YUV | 87.23 | 141.98 | 207.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 26 | 112 | 0 | 0.87 | 0.43 | 0.22 | 330 | 0.77 | 0.44 |
| Hex | C6 | 1A | 70 | 0 | 57 | 2B | 16 | 14A | 4D | 2C |
| Octal | 306 | 32 | 160 | 0 | 127 | 53 | 26 | 512 | 115 | 54 |
| Binary | 11000110 | 11010 | 1110000 | 0 | 1010111 | 101011 | 10110 | 101001010 | 1001101 | 101100 |
Color Harmonies of #C61A70
Complementary color
Monochromatic Colors of #C61A70
Black with #C61A70
Text Example
Text Example
White with #C61A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61A70; }
p { color: rgb(198,26,112); }
H1.HeaderClassName
{
color: #C61A70;
}
.AnyTagClassName
{
color: #C61A70;
}
</style>
background-color css
<style>
a { background-color: #C61A70; }
a { background-color: rgb(198,26,112); }
div.DivClassName
{
background-color: #C61A70;
}
.BgClassName
{
background-color: #C61A70;
}
</style>
border-color css
<style>
span { border-color: #C61A70; }
span { border-color: rgb(198,26,112); }
td.TdClassName
{
border-color: #C61A70;
}
.TagClassName
{
border-color: #C61A70;
}
</style>