Shades of Medium Violet Red #C81AA2
Tints of Medium Violet Red #C81AA2
RGB
CMYK
RGB Variations
Color information
#C81AA2 (or 0xC81AA2) is known color: Medium Violet Red. HEX triplet: C8, 1A and A2. RGB value is (200,26,162). Sum of RGB (Red+Green+Blue) = 200+26+162=388 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.55% from 388); Green value is 26 (10.55% from 255 or 6.70% from 388); Blue value is 162 (63.67% from 255 or 41.75% from 388); Max value from RGB is 200 - color contains mainly: red. Hex color #C81AA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C81AA2 is #37E55D. Grayscale: #5D5D5D. Windows color (decimal): -3663198 or 10623688. OLE color: 10623688.
HSL color Cylindrical-coordinate representation of color #C81AA2: hue angle of 313.1º 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 #C81AA2 is Cyan = 0, Magento = 0.87, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 26 | 162 | - |
| CMYK | 0 | 0.87 | 0.19 | 0.22 |
| HSL | 313.1º | 0.77% | 0.44% | - |
| HSV(B) | 313.1º | 0.87% | 0.78% | - |
| XYZ | 30.71 | 15.63 | 35.58 | - |
| YUV | 93.53 | 166.65 | 203.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 26 | 162 | 0 | 0.87 | 0.19 | 0.22 | 313.1 | 0.77 | 0.44 |
| Hex | C8 | 1A | A2 | 0 | 57 | 13 | 16 | 139 | 4D | 2C |
| Octal | 310 | 32 | 242 | 0 | 127 | 23 | 26 | 471 | 115 | 54 |
| Binary | 11001000 | 11010 | 10100010 | 0 | 1010111 | 10011 | 10110 | 100111001 | 1001101 | 101100 |
Color Harmonies of #C81AA2
Complementary color
Monochromatic Colors of #C81AA2
Black with #C81AA2
Text Example
Text Example
White with #C81AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81AA2; }
p { color: rgb(200,26,162); }
H1.HeaderClassName
{
color: #C81AA2;
}
.AnyTagClassName
{
color: #C81AA2;
}
</style>
background-color css
<style>
a { background-color: #C81AA2; }
a { background-color: rgb(200,26,162); }
div.DivClassName
{
background-color: #C81AA2;
}
.BgClassName
{
background-color: #C81AA2;
}
</style>
border-color css
<style>
span { border-color: #C81AA2; }
span { border-color: rgb(200,26,162); }
td.TdClassName
{
border-color: #C81AA2;
}
.TagClassName
{
border-color: #C81AA2;
}
</style>