Shades of Medium Violet Red #C81EA1
Tints of Medium Violet Red #C81EA1
RGB
CMYK
RGB Variations
Color information
#C81EA1 (or 0xC81EA1) is known color: Medium Violet Red. HEX triplet: C8, 1E and A1. RGB value is (200,30,161). Sum of RGB (Red+Green+Blue) = 200+30+161=391 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.15% from 391); Green value is 30 (12.11% from 255 or 7.67% from 391); Blue value is 161 (63.28% from 255 or 41.18% from 391); Max value from RGB is 200 - color contains mainly: red. Hex color #C81EA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C81EA1 is #37E15E. Grayscale: #5F5F5F. Windows color (decimal): -3662175 or 10559176. OLE color: 10559176.
HSL color Cylindrical-coordinate representation of color #C81EA1: hue angle of 313.76º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C81EA1 is Cyan = 0, Magento = 0.85, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 30 | 161 | - |
| CMYK | 0 | 0.85 | 0.19 | 0.22 |
| HSL | 313.76º | 0.74% | 0.45% | - |
| HSV(B) | 313.76º | 0.85% | 0.78% | - |
| XYZ | 30.72 | 15.78 | 35.15 | - |
| YUV | 95.76 | 164.82 | 202.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 30 | 161 | 0 | 0.85 | 0.19 | 0.22 | 313.76 | 0.74 | 0.45 |
| Hex | C8 | 1E | A1 | 0 | 55 | 13 | 16 | 13A | 4A | 2D |
| Octal | 310 | 36 | 241 | 0 | 125 | 23 | 26 | 472 | 112 | 55 |
| Binary | 11001000 | 11110 | 10100001 | 0 | 1010101 | 10011 | 10110 | 100111010 | 1001010 | 101101 |
Color Harmonies of #C81EA1
Complementary color
Monochromatic Colors of #C81EA1
Black with #C81EA1
Text Example
Text Example
White with #C81EA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81EA1; }
p { color: rgb(200,30,161); }
H1.HeaderClassName
{
color: #C81EA1;
}
.AnyTagClassName
{
color: #C81EA1;
}
</style>
background-color css
<style>
a { background-color: #C81EA1; }
a { background-color: rgb(200,30,161); }
div.DivClassName
{
background-color: #C81EA1;
}
.BgClassName
{
background-color: #C81EA1;
}
</style>
border-color css
<style>
span { border-color: #C81EA1; }
span { border-color: rgb(200,30,161); }
td.TdClassName
{
border-color: #C81EA1;
}
.TagClassName
{
border-color: #C81EA1;
}
</style>