Shades of Medium Violet Red #C81DA8
Tints of Medium Violet Red #C81DA8
RGB
CMYK
RGB Variations
Color information
#C81DA8 (or 0xC81DA8) is known color: Medium Violet Red. HEX triplet: C8, 1D and A8. RGB value is (200,29,168). Sum of RGB (Red+Green+Blue) = 200+29+168=397 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.38% from 397); Green value is 29 (11.72% from 255 or 7.30% from 397); Blue value is 168 (66.02% from 255 or 42.32% from 397); Max value from RGB is 200 - color contains mainly: red. Hex color #C81DA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C81DA8 is #37E257. Grayscale: #5F5F5F. Windows color (decimal): -3662424 or 11017672. OLE color: 11017672.
HSL color Cylindrical-coordinate representation of color #C81DA8: hue angle of 311.23º 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 #C81DA8 is Cyan = 0, Magento = 0.86, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 29 | 168 | - |
| CMYK | 0 | 0.86 | 0.16 | 0.22 |
| HSL | 311.23º | 0.75% | 0.45% | - |
| HSV(B) | 311.23º | 0.86% | 0.78% | - |
| XYZ | 31.33 | 15.99 | 38.48 | - |
| YUV | 95.98 | 168.65 | 202.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 29 | 168 | 0 | 0.86 | 0.16 | 0.22 | 311.23 | 0.75 | 0.45 |
| Hex | C8 | 1D | A8 | 0 | 56 | 10 | 16 | 137 | 4B | 2D |
| Octal | 310 | 35 | 250 | 0 | 126 | 20 | 26 | 467 | 113 | 55 |
| Binary | 11001000 | 11101 | 10101000 | 0 | 1010110 | 10000 | 10110 | 100110111 | 1001011 | 101101 |
Color Harmonies of #C81DA8
Complementary color
Monochromatic Colors of #C81DA8
Black with #C81DA8
Text Example
Text Example
White with #C81DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81DA8; }
p { color: rgb(200,29,168); }
H1.HeaderClassName
{
color: #C81DA8;
}
.AnyTagClassName
{
color: #C81DA8;
}
</style>
background-color css
<style>
a { background-color: #C81DA8; }
a { background-color: rgb(200,29,168); }
div.DivClassName
{
background-color: #C81DA8;
}
.BgClassName
{
background-color: #C81DA8;
}
</style>
border-color css
<style>
span { border-color: #C81DA8; }
span { border-color: rgb(200,29,168); }
td.TdClassName
{
border-color: #C81DA8;
}
.TagClassName
{
border-color: #C81DA8;
}
</style>