Shades of Medium Violet Red #C81472
Tints of Medium Violet Red #C81472
RGB
CMYK
RGB Variations
Color information
#C81472 (or 0xC81472) is known color: Medium Violet Red. HEX triplet: C8, 14 and 72. RGB value is (200,20,114). Sum of RGB (Red+Green+Blue) = 200+20+114=334 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.88% from 334); Green value is 20 (8.20% from 255 or 5.99% from 334); Blue value is 114 (44.92% from 255 or 34.13% from 334); Max value from RGB is 200 - color contains mainly: red. Hex color #C81472 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81472 is #37EB8D. Grayscale: #545454. Windows color (decimal): -3664782 or 7476424. OLE color: 7476424.
HSL color Cylindrical-coordinate representation of color #C81472: hue angle of 328.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 #C81472 is Cyan = 0, Magento = 0.9, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 20 | 114 | - |
| CMYK | 0 | 0.9 | 0.43 | 0.22 |
| HSL | 328.67º | 0.82% | 0.43% | - |
| HSV(B) | 328.67º | 0.9% | 0.78% | - |
| XYZ | 27.11 | 13.99 | 17.19 | - |
| YUV | 84.54 | 144.63 | 210.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 20 | 114 | 0 | 0.9 | 0.43 | 0.22 | 328.67 | 0.82 | 0.43 |
| Hex | C8 | 14 | 72 | 0 | 5A | 2B | 16 | 149 | 52 | 2B |
| Octal | 310 | 24 | 162 | 0 | 132 | 53 | 26 | 511 | 122 | 53 |
| Binary | 11001000 | 10100 | 1110010 | 0 | 1011010 | 101011 | 10110 | 101001001 | 1010010 | 101011 |
Color Harmonies of #C81472
Complementary color
Monochromatic Colors of #C81472
Black with #C81472
Text Example
Text Example
White with #C81472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81472; }
p { color: rgb(200,20,114); }
H1.HeaderClassName
{
color: #C81472;
}
.AnyTagClassName
{
color: #C81472;
}
</style>
background-color css
<style>
a { background-color: #C81472; }
a { background-color: rgb(200,20,114); }
div.DivClassName
{
background-color: #C81472;
}
.BgClassName
{
background-color: #C81472;
}
</style>
border-color css
<style>
span { border-color: #C81472; }
span { border-color: rgb(200,20,114); }
td.TdClassName
{
border-color: #C81472;
}
.TagClassName
{
border-color: #C81472;
}
</style>