Shades of Medium Violet Red #C81DAA
Tints of Medium Violet Red #C81DAA
RGB
CMYK
RGB Variations
Color information
#C81DAA (or 0xC81DAA) is known color: Medium Violet Red. HEX triplet: C8, 1D and AA. RGB value is (200,29,170). Sum of RGB (Red+Green+Blue) = 200+29+170=399 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.13% from 399); Green value is 29 (11.72% from 255 or 7.27% from 399); Blue value is 170 (66.80% from 255 or 42.61% from 399); Max value from RGB is 200 - color contains mainly: red. Hex color #C81DAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C81DAA is #37E255. Grayscale: #5F5F5F. Windows color (decimal): -3662422 or 11148744. OLE color: 11148744.
HSL color Cylindrical-coordinate representation of color #C81DAA: hue angle of 310.53º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C81DAA is Cyan = 0, Magento = 0.86, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 29 | 170 | - |
| CMYK | 0 | 0.86 | 0.15 | 0.22 |
| HSL | 310.53º | 0.75% | 0.45% | - |
| HSV(B) | 310.53º | 0.86% | 0.78% | - |
| XYZ | 31.51 | 16.06 | 39.47 | - |
| YUV | 96.2 | 169.65 | 202.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 29 | 170 | 0 | 0.86 | 0.15 | 0.22 | 310.53 | 0.75 | 0.45 |
| Hex | C8 | 1D | AA | 0 | 56 | F | 16 | 137 | 4B | 2D |
| Octal | 310 | 35 | 252 | 0 | 126 | 17 | 26 | 467 | 113 | 55 |
| Binary | 11001000 | 11101 | 10101010 | 0 | 1010110 | 1111 | 10110 | 100110111 | 1001011 | 101101 |
Color Harmonies of #C81DAA
Complementary color
Monochromatic Colors of #C81DAA
Black with #C81DAA
Text Example
Text Example
White with #C81DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81DAA; }
p { color: rgb(200,29,170); }
H1.HeaderClassName
{
color: #C81DAA;
}
.AnyTagClassName
{
color: #C81DAA;
}
</style>
background-color css
<style>
a { background-color: #C81DAA; }
a { background-color: rgb(200,29,170); }
div.DivClassName
{
background-color: #C81DAA;
}
.BgClassName
{
background-color: #C81DAA;
}
</style>
border-color css
<style>
span { border-color: #C81DAA; }
span { border-color: rgb(200,29,170); }
td.TdClassName
{
border-color: #C81DAA;
}
.TagClassName
{
border-color: #C81DAA;
}
</style>