Shades of Medium Violet Red #C81FA0
Tints of Medium Violet Red #C81FA0
RGB
CMYK
RGB Variations
Color information
#C81FA0 (or 0xC81FA0) is known color: Medium Violet Red. HEX triplet: C8, 1F and A0. RGB value is (200,31,160). Sum of RGB (Red+Green+Blue) = 200+31+160=391 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.15% from 391); Green value is 31 (12.5% from 255 or 7.93% from 391); Blue value is 160 (62.89% from 255 or 40.92% from 391); Max value from RGB is 200 - color contains mainly: red. Hex color #C81FA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C81FA0 is #37E05F. Grayscale: #5F5F5F. Windows color (decimal): -3661920 or 10493896. OLE color: 10493896.
HSL color Cylindrical-coordinate representation of color #C81FA0: hue angle of 314.2º degrees, saturation: 0.73, 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 #C81FA0 is Cyan = 0, Magento = 0.84, Yellow = 0.2 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 31 | 160 | - |
| CMYK | 0 | 0.84 | 0.2 | 0.22 |
| HSL | 314.2º | 0.73% | 0.45% | - |
| HSV(B) | 314.2º | 0.85% | 0.78% | - |
| XYZ | 30.65 | 15.8 | 34.69 | - |
| YUV | 96.24 | 163.99 | 202.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 31 | 160 | 0 | 0.84 | 0.2 | 0.22 | 314.2 | 0.73 | 0.45 |
| Hex | C8 | 1F | A0 | 0 | 54 | 14 | 16 | 13A | 49 | 2D |
| Octal | 310 | 37 | 240 | 0 | 124 | 24 | 26 | 472 | 111 | 55 |
| Binary | 11001000 | 11111 | 10100000 | 0 | 1010100 | 10100 | 10110 | 100111010 | 1001001 | 101101 |
Color Harmonies of #C81FA0
Complementary color
Monochromatic Colors of #C81FA0
Black with #C81FA0
Text Example
Text Example
White with #C81FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81FA0; }
p { color: rgb(200,31,160); }
H1.HeaderClassName
{
color: #C81FA0;
}
.AnyTagClassName
{
color: #C81FA0;
}
</style>
background-color css
<style>
a { background-color: #C81FA0; }
a { background-color: rgb(200,31,160); }
div.DivClassName
{
background-color: #C81FA0;
}
.BgClassName
{
background-color: #C81FA0;
}
</style>
border-color css
<style>
span { border-color: #C81FA0; }
span { border-color: rgb(200,31,160); }
td.TdClassName
{
border-color: #C81FA0;
}
.TagClassName
{
border-color: #C81FA0;
}
</style>