Shades of Medium Violet Red #C81EA5
Tints of Medium Violet Red #C81EA5
RGB
CMYK
RGB Variations
Color information
#C81EA5 (or 0xC81EA5) is known color: Medium Violet Red. HEX triplet: C8, 1E and A5. RGB value is (200,30,165). Sum of RGB (Red+Green+Blue) = 200+30+165=395 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.63% from 395); Green value is 30 (12.11% from 255 or 7.59% from 395); Blue value is 165 (64.84% from 255 or 41.77% from 395); Max value from RGB is 200 - color contains mainly: red. Hex color #C81EA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C81EA5 is #37E15A. Grayscale: #5F5F5F. Windows color (decimal): -3662171 or 10821320. OLE color: 10821320.
HSL color Cylindrical-coordinate representation of color #C81EA5: hue angle of 312.35º 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 #C81EA5 is Cyan = 0, Magento = 0.85, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 30 | 165 | - |
| CMYK | 0 | 0.85 | 0.18 | 0.22 |
| HSL | 312.35º | 0.74% | 0.45% | - |
| HSV(B) | 312.35º | 0.85% | 0.78% | - |
| XYZ | 31.08 | 15.92 | 37.03 | - |
| YUV | 96.22 | 166.82 | 202.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 30 | 165 | 0 | 0.85 | 0.18 | 0.22 | 312.35 | 0.74 | 0.45 |
| Hex | C8 | 1E | A5 | 0 | 55 | 12 | 16 | 138 | 4A | 2D |
| Octal | 310 | 36 | 245 | 0 | 125 | 22 | 26 | 470 | 112 | 55 |
| Binary | 11001000 | 11110 | 10100101 | 0 | 1010101 | 10010 | 10110 | 100111000 | 1001010 | 101101 |
Color Harmonies of #C81EA5
Complementary color
Monochromatic Colors of #C81EA5
Black with #C81EA5
Text Example
Text Example
White with #C81EA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81EA5; }
p { color: rgb(200,30,165); }
H1.HeaderClassName
{
color: #C81EA5;
}
.AnyTagClassName
{
color: #C81EA5;
}
</style>
background-color css
<style>
a { background-color: #C81EA5; }
a { background-color: rgb(200,30,165); }
div.DivClassName
{
background-color: #C81EA5;
}
.BgClassName
{
background-color: #C81EA5;
}
</style>
border-color css
<style>
span { border-color: #C81EA5; }
span { border-color: rgb(200,30,165); }
td.TdClassName
{
border-color: #C81EA5;
}
.TagClassName
{
border-color: #C81EA5;
}
</style>