Shades of Medium Violet Red #C81489
Tints of Medium Violet Red #C81489
RGB
CMYK
RGB Variations
Color information
#C81489 (or 0xC81489) is known color: Medium Violet Red. HEX triplet: C8, 14 and 89. RGB value is (200,20,137). Sum of RGB (Red+Green+Blue) = 200+20+137=357 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.02% from 357); Green value is 20 (8.20% from 255 or 5.60% from 357); Blue value is 137 (53.91% from 255 or 38.38% from 357); Max value from RGB is 200 - color contains mainly: red. Hex color #C81489 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C81489 is #37EB76. Grayscale: #565656. Windows color (decimal): -3664759 or 8983752. OLE color: 8983752.
HSL color Cylindrical-coordinate representation of color #C81489: hue angle of 321º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C81489 is Cyan = 0, Magento = 0.9, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 20 | 137 | - |
| CMYK | 0 | 0.9 | 0.32 | 0.22 |
| HSL | 321º | 0.82% | 0.43% | - |
| HSV(B) | 321º | 0.9% | 0.78% | - |
| XYZ | 28.58 | 14.59 | 24.98 | - |
| YUV | 87.16 | 156.13 | 208.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 20 | 137 | 0 | 0.9 | 0.32 | 0.22 | 321 | 0.82 | 0.43 |
| Hex | C8 | 14 | 89 | 0 | 5A | 20 | 16 | 141 | 52 | 2B |
| Octal | 310 | 24 | 211 | 0 | 132 | 40 | 26 | 501 | 122 | 53 |
| Binary | 11001000 | 10100 | 10001001 | 0 | 1011010 | 100000 | 10110 | 101000001 | 1010010 | 101011 |
Color Harmonies of #C81489
Complementary color
Monochromatic Colors of #C81489
Black with #C81489
Text Example
Text Example
White with #C81489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81489; }
p { color: rgb(200,20,137); }
H1.HeaderClassName
{
color: #C81489;
}
.AnyTagClassName
{
color: #C81489;
}
</style>
background-color css
<style>
a { background-color: #C81489; }
a { background-color: rgb(200,20,137); }
div.DivClassName
{
background-color: #C81489;
}
.BgClassName
{
background-color: #C81489;
}
</style>
border-color css
<style>
span { border-color: #C81489; }
span { border-color: rgb(200,20,137); }
td.TdClassName
{
border-color: #C81489;
}
.TagClassName
{
border-color: #C81489;
}
</style>