Shades of Medium Violet Red #C81A80
Tints of Medium Violet Red #C81A80
RGB
CMYK
RGB Variations
Color information
#C81A80 (or 0xC81A80) is known color: Medium Violet Red. HEX triplet: C8, 1A and 80. RGB value is (200,26,128). Sum of RGB (Red+Green+Blue) = 200+26+128=354 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.50% from 354); Green value is 26 (10.55% from 255 or 7.34% from 354); Blue value is 128 (50.39% from 255 or 36.16% from 354); Max value from RGB is 200 - color contains mainly: red. Hex color #C81A80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C81A80 is #37E57F. Grayscale: #595959. Windows color (decimal): -3663232 or 8395464. OLE color: 8395464.
HSL color Cylindrical-coordinate representation of color #C81A80: hue angle of 324.83º 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 #C81A80 is Cyan = 0, Magento = 0.87, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 26 | 128 | - |
| CMYK | 0 | 0.87 | 0.36 | 0.22 |
| HSL | 324.83º | 0.77% | 0.44% | - |
| HSV(B) | 324.83º | 0.87% | 0.78% | - |
| XYZ | 28.09 | 14.58 | 21.76 | - |
| YUV | 89.65 | 149.65 | 206.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 26 | 128 | 0 | 0.87 | 0.36 | 0.22 | 324.83 | 0.77 | 0.44 |
| Hex | C8 | 1A | 80 | 0 | 57 | 24 | 16 | 145 | 4D | 2C |
| Octal | 310 | 32 | 200 | 0 | 127 | 44 | 26 | 505 | 115 | 54 |
| Binary | 11001000 | 11010 | 10000000 | 0 | 1010111 | 100100 | 10110 | 101000101 | 1001101 | 101100 |
Color Harmonies of #C81A80
Complementary color
Monochromatic Colors of #C81A80
Black with #C81A80
Text Example
Text Example
White with #C81A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81A80; }
p { color: rgb(200,26,128); }
H1.HeaderClassName
{
color: #C81A80;
}
.AnyTagClassName
{
color: #C81A80;
}
</style>
background-color css
<style>
a { background-color: #C81A80; }
a { background-color: rgb(200,26,128); }
div.DivClassName
{
background-color: #C81A80;
}
.BgClassName
{
background-color: #C81A80;
}
</style>
border-color css
<style>
span { border-color: #C81A80; }
span { border-color: rgb(200,26,128); }
td.TdClassName
{
border-color: #C81A80;
}
.TagClassName
{
border-color: #C81A80;
}
</style>