Shades of Medium Violet Red #C81486
Tints of Medium Violet Red #C81486
RGB
CMYK
RGB Variations
Color information
#C81486 (or 0xC81486) is known color: Medium Violet Red. HEX triplet: C8, 14 and 86. RGB value is (200,20,134). Sum of RGB (Red+Green+Blue) = 200+20+134=354 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.50% from 354); Green value is 20 (8.20% from 255 or 5.65% from 354); Blue value is 134 (52.73% from 255 or 37.85% from 354); Max value from RGB is 200 - color contains mainly: red. Hex color #C81486 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C81486 is #37EB79. Grayscale: #565656. Windows color (decimal): -3664762 or 8787144. OLE color: 8787144.
HSL color Cylindrical-coordinate representation of color #C81486: hue angle of 322º 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 #C81486 is Cyan = 0, Magento = 0.9, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 20 | 134 | - |
| CMYK | 0 | 0.9 | 0.33 | 0.22 |
| HSL | 322º | 0.82% | 0.43% | - |
| HSV(B) | 322º | 0.9% | 0.78% | - |
| XYZ | 28.37 | 14.5 | 23.86 | - |
| YUV | 86.82 | 154.63 | 208.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 20 | 134 | 0 | 0.9 | 0.33 | 0.22 | 322 | 0.82 | 0.43 |
| Hex | C8 | 14 | 86 | 0 | 5A | 21 | 16 | 142 | 52 | 2B |
| Octal | 310 | 24 | 206 | 0 | 132 | 41 | 26 | 502 | 122 | 53 |
| Binary | 11001000 | 10100 | 10000110 | 0 | 1011010 | 100001 | 10110 | 101000010 | 1010010 | 101011 |
Color Harmonies of #C81486
Complementary color
Monochromatic Colors of #C81486
Black with #C81486
Text Example
Text Example
White with #C81486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81486; }
p { color: rgb(200,20,134); }
H1.HeaderClassName
{
color: #C81486;
}
.AnyTagClassName
{
color: #C81486;
}
</style>
background-color css
<style>
a { background-color: #C81486; }
a { background-color: rgb(200,20,134); }
div.DivClassName
{
background-color: #C81486;
}
.BgClassName
{
background-color: #C81486;
}
</style>
border-color css
<style>
span { border-color: #C81486; }
span { border-color: rgb(200,20,134); }
td.TdClassName
{
border-color: #C81486;
}
.TagClassName
{
border-color: #C81486;
}
</style>