Shades of Medium Violet Red #C81EAC
Tints of Medium Violet Red #C81EAC
RGB
CMYK
RGB Variations
Color information
#C81EAC (or 0xC81EAC) is known color: Medium Violet Red. HEX triplet: C8, 1E and AC. RGB value is (200,30,172). Sum of RGB (Red+Green+Blue) = 200+30+172=402 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.75% from 402); Green value is 30 (12.11% from 255 or 7.46% from 402); Blue value is 172 (67.58% from 255 or 42.79% from 402); Max value from RGB is 200 - color contains mainly: red. Hex color #C81EAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C81EAC is #37E153. Grayscale: #606060. Windows color (decimal): -3662164 or 11280072. OLE color: 11280072.
HSL color Cylindrical-coordinate representation of color #C81EAC: hue angle of 309.88º 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 #C81EAC is Cyan = 0, Magento = 0.85, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 30 | 172 | - |
| CMYK | 0 | 0.85 | 0.14 | 0.22 |
| HSL | 309.88º | 0.74% | 0.45% | - |
| HSV(B) | 309.88º | 0.85% | 0.78% | - |
| XYZ | 31.73 | 16.19 | 40.48 | - |
| YUV | 97.02 | 170.32 | 201.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 30 | 172 | 0 | 0.85 | 0.14 | 0.22 | 309.88 | 0.74 | 0.45 |
| Hex | C8 | 1E | AC | 0 | 55 | E | 16 | 136 | 4A | 2D |
| Octal | 310 | 36 | 254 | 0 | 125 | 16 | 26 | 466 | 112 | 55 |
| Binary | 11001000 | 11110 | 10101100 | 0 | 1010101 | 1110 | 10110 | 100110110 | 1001010 | 101101 |
Color Harmonies of #C81EAC
Complementary color
Monochromatic Colors of #C81EAC
Black with #C81EAC
Text Example
Text Example
White with #C81EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81EAC; }
p { color: rgb(200,30,172); }
H1.HeaderClassName
{
color: #C81EAC;
}
.AnyTagClassName
{
color: #C81EAC;
}
</style>
background-color css
<style>
a { background-color: #C81EAC; }
a { background-color: rgb(200,30,172); }
div.DivClassName
{
background-color: #C81EAC;
}
.BgClassName
{
background-color: #C81EAC;
}
</style>
border-color css
<style>
span { border-color: #C81EAC; }
span { border-color: rgb(200,30,172); }
td.TdClassName
{
border-color: #C81EAC;
}
.TagClassName
{
border-color: #C81EAC;
}
</style>