Shades of Medium Violet Red #C81490
Tints of Medium Violet Red #C81490
RGB
CMYK
RGB Variations
Color information
#C81490 (or 0xC81490) is known color: Medium Violet Red. HEX triplet: C8, 14 and 90. RGB value is (200,20,144). Sum of RGB (Red+Green+Blue) = 200+20+144=364 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.95% from 364); Green value is 20 (8.20% from 255 or 5.49% from 364); Blue value is 144 (56.64% from 255 or 39.56% from 364); Max value from RGB is 200 - color contains mainly: red. Hex color #C81490 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C81490 is #37EB6F. Grayscale: #575757. Windows color (decimal): -3664752 or 9442504. OLE color: 9442504.
HSL color Cylindrical-coordinate representation of color #C81490: hue angle of 318.67º 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 #C81490 is Cyan = 0, Magento = 0.9, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 20 | 144 | - |
| CMYK | 0 | 0.9 | 0.28 | 0.22 |
| HSL | 318.67º | 0.82% | 0.43% | - |
| HSV(B) | 318.67º | 0.9% | 0.78% | - |
| XYZ | 29.1 | 14.79 | 27.71 | - |
| YUV | 87.96 | 159.63 | 207.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 20 | 144 | 0 | 0.9 | 0.28 | 0.22 | 318.67 | 0.82 | 0.43 |
| Hex | C8 | 14 | 90 | 0 | 5A | 1C | 16 | 13F | 52 | 2B |
| Octal | 310 | 24 | 220 | 0 | 132 | 34 | 26 | 477 | 122 | 53 |
| Binary | 11001000 | 10100 | 10010000 | 0 | 1011010 | 11100 | 10110 | 100111111 | 1010010 | 101011 |
Color Harmonies of #C81490
Complementary color
Monochromatic Colors of #C81490
Black with #C81490
Text Example
Text Example
White with #C81490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81490; }
p { color: rgb(200,20,144); }
H1.HeaderClassName
{
color: #C81490;
}
.AnyTagClassName
{
color: #C81490;
}
</style>
background-color css
<style>
a { background-color: #C81490; }
a { background-color: rgb(200,20,144); }
div.DivClassName
{
background-color: #C81490;
}
.BgClassName
{
background-color: #C81490;
}
</style>
border-color css
<style>
span { border-color: #C81490; }
span { border-color: rgb(200,20,144); }
td.TdClassName
{
border-color: #C81490;
}
.TagClassName
{
border-color: #C81490;
}
</style>