Shades of Medium Violet Red #C81590
Tints of Medium Violet Red #C81590
RGB
CMYK
RGB Variations
Color information
#C81590 (or 0xC81590) is known color: Medium Violet Red. HEX triplet: C8, 15 and 90. RGB value is (200,21,144). Sum of RGB (Red+Green+Blue) = 200+21+144=365 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.79% from 365); Green value is 21 (8.59% from 255 or 5.75% from 365); Blue value is 144 (56.64% from 255 or 39.45% from 365); Max value from RGB is 200 - color contains mainly: red. Hex color #C81590 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C81590 is #37EA6F. Grayscale: #585858. Windows color (decimal): -3664496 or 9442760. OLE color: 9442760.
HSL color Cylindrical-coordinate representation of color #C81590: hue angle of 318.77º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C81590 is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 21 | 144 | - |
| CMYK | 0 | 0.90 | 0.28 | 0.22 |
| HSL | 318.77º | 0.81% | 0.43% | - |
| HSV(B) | 318.77º | 0.9% | 0.78% | - |
| XYZ | 29.12 | 14.83 | 27.71 | - |
| YUV | 88.54 | 159.3 | 207.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 21 | 144 | 0 | 0.90 | 0.28 | 0.22 | 318.77 | 0.81 | 0.43 |
| Hex | C8 | 15 | 90 | 0 | 5A | 1C | 16 | 13F | 51 | 2B |
| Octal | 310 | 25 | 220 | 0 | 132 | 34 | 26 | 477 | 121 | 53 |
| Binary | 11001000 | 10101 | 10010000 | 0 | 1011010 | 11100 | 10110 | 100111111 | 1010001 | 101011 |
Color Harmonies of #C81590
Complementary color
Monochromatic Colors of #C81590
Black with #C81590
Text Example
Text Example
White with #C81590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81590; }
p { color: rgb(200,21,144); }
H1.HeaderClassName
{
color: #C81590;
}
.AnyTagClassName
{
color: #C81590;
}
</style>
background-color css
<style>
a { background-color: #C81590; }
a { background-color: rgb(200,21,144); }
div.DivClassName
{
background-color: #C81590;
}
.BgClassName
{
background-color: #C81590;
}
</style>
border-color css
<style>
span { border-color: #C81590; }
span { border-color: rgb(200,21,144); }
td.TdClassName
{
border-color: #C81590;
}
.TagClassName
{
border-color: #C81590;
}
</style>