Shades of Medium Violet Red #C81474
Tints of Medium Violet Red #C81474
RGB
CMYK
RGB Variations
Color information
#C81474 (or 0xC81474) is known color: Medium Violet Red. HEX triplet: C8, 14 and 74. RGB value is (200,20,116). Sum of RGB (Red+Green+Blue) = 200+20+116=336 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.52% from 336); Green value is 20 (8.20% from 255 or 5.95% from 336); Blue value is 116 (45.70% from 255 or 34.52% from 336); Max value from RGB is 200 - color contains mainly: red. Hex color #C81474 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81474 is #37EB8B. Grayscale: #545454. Windows color (decimal): -3664780 or 7607496. OLE color: 7607496.
HSL color Cylindrical-coordinate representation of color #C81474: hue angle of 328º 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 #C81474 is Cyan = 0, Magento = 0.9, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 20 | 116 | - |
| CMYK | 0 | 0.9 | 0.42 | 0.22 |
| HSL | 328º | 0.82% | 0.43% | - |
| HSV(B) | 328º | 0.9% | 0.78% | - |
| XYZ | 27.22 | 14.04 | 17.8 | - |
| YUV | 84.76 | 145.63 | 210.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 20 | 116 | 0 | 0.9 | 0.42 | 0.22 | 328 | 0.82 | 0.43 |
| Hex | C8 | 14 | 74 | 0 | 5A | 2A | 16 | 148 | 52 | 2B |
| Octal | 310 | 24 | 164 | 0 | 132 | 52 | 26 | 510 | 122 | 53 |
| Binary | 11001000 | 10100 | 1110100 | 0 | 1011010 | 101010 | 10110 | 101001000 | 1010010 | 101011 |
Color Harmonies of #C81474
Complementary color
Monochromatic Colors of #C81474
Black with #C81474
Text Example
Text Example
White with #C81474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81474; }
p { color: rgb(200,20,116); }
H1.HeaderClassName
{
color: #C81474;
}
.AnyTagClassName
{
color: #C81474;
}
</style>
background-color css
<style>
a { background-color: #C81474; }
a { background-color: rgb(200,20,116); }
div.DivClassName
{
background-color: #C81474;
}
.BgClassName
{
background-color: #C81474;
}
</style>
border-color css
<style>
span { border-color: #C81474; }
span { border-color: rgb(200,20,116); }
td.TdClassName
{
border-color: #C81474;
}
.TagClassName
{
border-color: #C81474;
}
</style>