Shades of Medium Violet Red #C81574
Tints of Medium Violet Red #C81574
RGB
CMYK
RGB Variations
Color information
#C81574 (or 0xC81574) is known color: Medium Violet Red. HEX triplet: C8, 15 and 74. RGB value is (200,21,116). Sum of RGB (Red+Green+Blue) = 200+21+116=337 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.35% from 337); Green value is 21 (8.59% from 255 or 6.23% from 337); Blue value is 116 (45.70% from 255 or 34.42% from 337); Max value from RGB is 200 - color contains mainly: red. Hex color #C81574 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81574 is #37EA8B. Grayscale: #555555. Windows color (decimal): -3664524 or 7607752. OLE color: 7607752.
HSL color Cylindrical-coordinate representation of color #C81574: hue angle of 328.16º 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 #C81574 is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 21 | 116 | - |
| CMYK | 0 | 0.90 | 0.42 | 0.22 |
| HSL | 328.16º | 0.81% | 0.43% | - |
| HSV(B) | 328.16º | 0.9% | 0.78% | - |
| XYZ | 27.24 | 14.08 | 17.8 | - |
| YUV | 85.35 | 145.3 | 209.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 21 | 116 | 0 | 0.90 | 0.42 | 0.22 | 328.16 | 0.81 | 0.43 |
| Hex | C8 | 15 | 74 | 0 | 5A | 2A | 16 | 148 | 51 | 2B |
| Octal | 310 | 25 | 164 | 0 | 132 | 52 | 26 | 510 | 121 | 53 |
| Binary | 11001000 | 10101 | 1110100 | 0 | 1011010 | 101010 | 10110 | 101001000 | 1010001 | 101011 |
Color Harmonies of #C81574
Complementary color
Monochromatic Colors of #C81574
Black with #C81574
Text Example
Text Example
White with #C81574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81574; }
p { color: rgb(200,21,116); }
H1.HeaderClassName
{
color: #C81574;
}
.AnyTagClassName
{
color: #C81574;
}
</style>
background-color css
<style>
a { background-color: #C81574; }
a { background-color: rgb(200,21,116); }
div.DivClassName
{
background-color: #C81574;
}
.BgClassName
{
background-color: #C81574;
}
</style>
border-color css
<style>
span { border-color: #C81574; }
span { border-color: rgb(200,21,116); }
td.TdClassName
{
border-color: #C81574;
}
.TagClassName
{
border-color: #C81574;
}
</style>