Shades of Medium Violet Red #C81A70
Tints of Medium Violet Red #C81A70
RGB
CMYK
RGB Variations
Color information
#C81A70 (or 0xC81A70) is known color: Medium Violet Red. HEX triplet: C8, 1A and 70. RGB value is (200,26,112). Sum of RGB (Red+Green+Blue) = 200+26+112=338 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.17% from 338); Green value is 26 (10.55% from 255 or 7.69% from 338); Blue value is 112 (44.14% from 255 or 33.14% from 338); Max value from RGB is 200 - color contains mainly: red. Hex color #C81A70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C81A70 is #37E58F. Grayscale: #575757. Windows color (decimal): -3663248 or 7346888. OLE color: 7346888.
HSL color Cylindrical-coordinate representation of color #C81A70: hue angle of 330.34º 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 #C81A70 is Cyan = 0, Magento = 0.87, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 26 | 112 | - |
| CMYK | 0 | 0.87 | 0.44 | 0.22 |
| HSL | 330.34º | 0.77% | 0.44% | - |
| HSV(B) | 330.34º | 0.87% | 0.78% | - |
| XYZ | 27.11 | 14.19 | 16.64 | - |
| YUV | 87.83 | 141.65 | 208.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 26 | 112 | 0 | 0.87 | 0.44 | 0.22 | 330.34 | 0.77 | 0.44 |
| Hex | C8 | 1A | 70 | 0 | 57 | 2C | 16 | 14A | 4D | 2C |
| Octal | 310 | 32 | 160 | 0 | 127 | 54 | 26 | 512 | 115 | 54 |
| Binary | 11001000 | 11010 | 1110000 | 0 | 1010111 | 101100 | 10110 | 101001010 | 1001101 | 101100 |
Color Harmonies of #C81A70
Complementary color
Monochromatic Colors of #C81A70
Black with #C81A70
Text Example
Text Example
White with #C81A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81A70; }
p { color: rgb(200,26,112); }
H1.HeaderClassName
{
color: #C81A70;
}
.AnyTagClassName
{
color: #C81A70;
}
</style>
background-color css
<style>
a { background-color: #C81A70; }
a { background-color: rgb(200,26,112); }
div.DivClassName
{
background-color: #C81A70;
}
.BgClassName
{
background-color: #C81A70;
}
</style>
border-color css
<style>
span { border-color: #C81A70; }
span { border-color: rgb(200,26,112); }
td.TdClassName
{
border-color: #C81A70;
}
.TagClassName
{
border-color: #C81A70;
}
</style>