Shades of Medium Violet Red #C81E99
Tints of Medium Violet Red #C81E99
RGB
CMYK
RGB Variations
Color information
#C81E99 (or 0xC81E99) is known color: Medium Violet Red. HEX triplet: C8, 1E and 99. RGB value is (200,30,153). Sum of RGB (Red+Green+Blue) = 200+30+153=383 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.22% from 383); Green value is 30 (12.11% from 255 or 7.83% from 383); Blue value is 153 (60.16% from 255 or 39.95% from 383); Max value from RGB is 200 - color contains mainly: red. Hex color #C81E99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C81E99 is #37E166. Grayscale: #5E5E5E. Windows color (decimal): -3662183 or 10034888. OLE color: 10034888.
HSL color Cylindrical-coordinate representation of color #C81E99: hue angle of 316.59º degrees, saturation: 0.74, 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 #C81E99 is Cyan = 0, Magento = 0.85, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 30 | 153 | - |
| CMYK | 0 | 0.85 | 0.24 | 0.22 |
| HSL | 316.59º | 0.74% | 0.45% | - |
| HSV(B) | 316.59º | 0.85% | 0.78% | - |
| XYZ | 30.03 | 15.51 | 31.55 | - |
| YUV | 94.85 | 160.82 | 203 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 30 | 153 | 0 | 0.85 | 0.24 | 0.22 | 316.59 | 0.74 | 0.45 |
| Hex | C8 | 1E | 99 | 0 | 55 | 18 | 16 | 13D | 4A | 2D |
| Octal | 310 | 36 | 231 | 0 | 125 | 30 | 26 | 475 | 112 | 55 |
| Binary | 11001000 | 11110 | 10011001 | 0 | 1010101 | 11000 | 10110 | 100111101 | 1001010 | 101101 |
Color Harmonies of #C81E99
Complementary color
Monochromatic Colors of #C81E99
Black with #C81E99
Text Example
Text Example
White with #C81E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81E99; }
p { color: rgb(200,30,153); }
H1.HeaderClassName
{
color: #C81E99;
}
.AnyTagClassName
{
color: #C81E99;
}
</style>
background-color css
<style>
a { background-color: #C81E99; }
a { background-color: rgb(200,30,153); }
div.DivClassName
{
background-color: #C81E99;
}
.BgClassName
{
background-color: #C81E99;
}
</style>
border-color css
<style>
span { border-color: #C81E99; }
span { border-color: rgb(200,30,153); }
td.TdClassName
{
border-color: #C81E99;
}
.TagClassName
{
border-color: #C81E99;
}
</style>