Shades of Medium Violet Red #C81AAA
Tints of Medium Violet Red #C81AAA
RGB
CMYK
RGB Variations
Color information
#C81AAA (or 0xC81AAA) is known color: Medium Violet Red. HEX triplet: C8, 1A and AA. RGB value is (200,26,170). Sum of RGB (Red+Green+Blue) = 200+26+170=396 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.51% from 396); Green value is 26 (10.55% from 255 or 6.57% from 396); Blue value is 170 (66.80% from 255 or 42.93% from 396); Max value from RGB is 200 - color contains mainly: red. Hex color #C81AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C81AAA is #37E555. Grayscale: #5E5E5E. Windows color (decimal): -3663190 or 11147976. OLE color: 11147976.
HSL color Cylindrical-coordinate representation of color #C81AAA: hue angle of 310.34º 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 #C81AAA is Cyan = 0, Magento = 0.87, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 26 | 170 | - |
| CMYK | 0 | 0.87 | 0.15 | 0.22 |
| HSL | 310.34º | 0.77% | 0.44% | - |
| HSV(B) | 310.34º | 0.87% | 0.78% | - |
| XYZ | 31.44 | 15.92 | 39.45 | - |
| YUV | 94.44 | 170.65 | 203.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 26 | 170 | 0 | 0.87 | 0.15 | 0.22 | 310.34 | 0.77 | 0.44 |
| Hex | C8 | 1A | AA | 0 | 57 | F | 16 | 136 | 4D | 2C |
| Octal | 310 | 32 | 252 | 0 | 127 | 17 | 26 | 466 | 115 | 54 |
| Binary | 11001000 | 11010 | 10101010 | 0 | 1010111 | 1111 | 10110 | 100110110 | 1001101 | 101100 |
Color Harmonies of #C81AAA
Complementary color
Monochromatic Colors of #C81AAA
Black with #C81AAA
Text Example
Text Example
White with #C81AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81AAA; }
p { color: rgb(200,26,170); }
H1.HeaderClassName
{
color: #C81AAA;
}
.AnyTagClassName
{
color: #C81AAA;
}
</style>
background-color css
<style>
a { background-color: #C81AAA; }
a { background-color: rgb(200,26,170); }
div.DivClassName
{
background-color: #C81AAA;
}
.BgClassName
{
background-color: #C81AAA;
}
</style>
border-color css
<style>
span { border-color: #C81AAA; }
span { border-color: rgb(200,26,170); }
td.TdClassName
{
border-color: #C81AAA;
}
.TagClassName
{
border-color: #C81AAA;
}
</style>