Shades of Medium Violet Red #C81A89
Tints of Medium Violet Red #C81A89
RGB
CMYK
RGB Variations
Color information
#C81A89 (or 0xC81A89) is known color: Medium Violet Red. HEX triplet: C8, 1A and 89. RGB value is (200,26,137). Sum of RGB (Red+Green+Blue) = 200+26+137=363 (48% of max value = 765). Red value is 200 (78.52% from 255 or 55.10% from 363); Green value is 26 (10.55% from 255 or 7.16% from 363); Blue value is 137 (53.91% from 255 or 37.74% from 363); Max value from RGB is 200 - color contains mainly: red. Hex color #C81A89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C81A89 is #37E576. Grayscale: #5A5A5A. Windows color (decimal): -3663223 or 8985288. OLE color: 8985288.
HSL color Cylindrical-coordinate representation of color #C81A89: hue angle of 321.72º 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 #C81A89 is Cyan = 0, Magento = 0.87, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 26 | 137 | - |
| CMYK | 0 | 0.87 | 0.32 | 0.22 |
| HSL | 321.72º | 0.77% | 0.44% | - |
| HSV(B) | 321.72º | 0.87% | 0.78% | - |
| XYZ | 28.7 | 14.82 | 25.02 | - |
| YUV | 90.68 | 154.15 | 205.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 26 | 137 | 0 | 0.87 | 0.32 | 0.22 | 321.72 | 0.77 | 0.44 |
| Hex | C8 | 1A | 89 | 0 | 57 | 20 | 16 | 142 | 4D | 2C |
| Octal | 310 | 32 | 211 | 0 | 127 | 40 | 26 | 502 | 115 | 54 |
| Binary | 11001000 | 11010 | 10001001 | 0 | 1010111 | 100000 | 10110 | 101000010 | 1001101 | 101100 |
Color Harmonies of #C81A89
Complementary color
Monochromatic Colors of #C81A89
Black with #C81A89
Text Example
Text Example
White with #C81A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81A89; }
p { color: rgb(200,26,137); }
H1.HeaderClassName
{
color: #C81A89;
}
.AnyTagClassName
{
color: #C81A89;
}
</style>
background-color css
<style>
a { background-color: #C81A89; }
a { background-color: rgb(200,26,137); }
div.DivClassName
{
background-color: #C81A89;
}
.BgClassName
{
background-color: #C81A89;
}
</style>
border-color css
<style>
span { border-color: #C81A89; }
span { border-color: rgb(200,26,137); }
td.TdClassName
{
border-color: #C81A89;
}
.TagClassName
{
border-color: #C81A89;
}
</style>