Shades of Medium Violet Red #C81478
Tints of Medium Violet Red #C81478
RGB
CMYK
RGB Variations
Color information
#C81478 (or 0xC81478) is known color: Medium Violet Red. HEX triplet: C8, 14 and 78. RGB value is (200,20,120). Sum of RGB (Red+Green+Blue) = 200+20+120=340 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.82% from 340); Green value is 20 (8.20% from 255 or 5.88% from 340); Blue value is 120 (47.27% from 255 or 35.29% from 340); Max value from RGB is 200 - color contains mainly: red. Hex color #C81478 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81478 is #37EB87. Grayscale: #555555. Windows color (decimal): -3664776 or 7869640. OLE color: 7869640.
HSL color Cylindrical-coordinate representation of color #C81478: hue angle of 326.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 #C81478 is Cyan = 0, Magento = 0.9, Yellow = 0.4 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 20 | 120 | - |
| CMYK | 0 | 0.9 | 0.4 | 0.22 |
| HSL | 326.67º | 0.82% | 0.43% | - |
| HSV(B) | 326.67º | 0.9% | 0.78% | - |
| XYZ | 27.46 | 14.14 | 19.05 | - |
| YUV | 85.22 | 147.63 | 209.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 20 | 120 | 0 | 0.9 | 0.4 | 0.22 | 326.67 | 0.82 | 0.43 |
| Hex | C8 | 14 | 78 | 0 | 5A | 28 | 16 | 147 | 52 | 2B |
| Octal | 310 | 24 | 170 | 0 | 132 | 50 | 26 | 507 | 122 | 53 |
| Binary | 11001000 | 10100 | 1111000 | 0 | 1011010 | 101000 | 10110 | 101000111 | 1010010 | 101011 |
Color Harmonies of #C81478
Complementary color
Monochromatic Colors of #C81478
Black with #C81478
Text Example
Text Example
White with #C81478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81478; }
p { color: rgb(200,20,120); }
H1.HeaderClassName
{
color: #C81478;
}
.AnyTagClassName
{
color: #C81478;
}
</style>
background-color css
<style>
a { background-color: #C81478; }
a { background-color: rgb(200,20,120); }
div.DivClassName
{
background-color: #C81478;
}
.BgClassName
{
background-color: #C81478;
}
</style>
border-color css
<style>
span { border-color: #C81478; }
span { border-color: rgb(200,20,120); }
td.TdClassName
{
border-color: #C81478;
}
.TagClassName
{
border-color: #C81478;
}
</style>