Shades of Medium Violet Red #C81872
Tints of Medium Violet Red #C81872
RGB
CMYK
RGB Variations
Color information
#C81872 (or 0xC81872) is known color: Medium Violet Red. HEX triplet: C8, 18 and 72. RGB value is (200,24,114). Sum of RGB (Red+Green+Blue) = 200+24+114=338 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.17% from 338); Green value is 24 (9.77% from 255 or 7.10% from 338); Blue value is 114 (44.92% from 255 or 33.73% from 338); Max value from RGB is 200 - color contains mainly: red. Hex color #C81872 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81872 is #37E78D. Grayscale: #565656. Windows color (decimal): -3663758 or 7477448. OLE color: 7477448.
HSL color Cylindrical-coordinate representation of color #C81872: hue angle of 329.32º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C81872 is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 24 | 114 | - |
| CMYK | 0 | 0.88 | 0.43 | 0.22 |
| HSL | 329.32º | 0.79% | 0.44% | - |
| HSV(B) | 329.32º | 0.88% | 0.78% | - |
| XYZ | 27.18 | 14.15 | 17.22 | - |
| YUV | 86.88 | 143.31 | 208.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 24 | 114 | 0 | 0.88 | 0.43 | 0.22 | 329.32 | 0.79 | 0.44 |
| Hex | C8 | 18 | 72 | 0 | 58 | 2B | 16 | 149 | 4F | 2C |
| Octal | 310 | 30 | 162 | 0 | 130 | 53 | 26 | 511 | 117 | 54 |
| Binary | 11001000 | 11000 | 1110010 | 0 | 1011000 | 101011 | 10110 | 101001001 | 1001111 | 101100 |
Color Harmonies of #C81872
Complementary color
Monochromatic Colors of #C81872
Black with #C81872
Text Example
Text Example
White with #C81872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81872; }
p { color: rgb(200,24,114); }
H1.HeaderClassName
{
color: #C81872;
}
.AnyTagClassName
{
color: #C81872;
}
</style>
background-color css
<style>
a { background-color: #C81872; }
a { background-color: rgb(200,24,114); }
div.DivClassName
{
background-color: #C81872;
}
.BgClassName
{
background-color: #C81872;
}
</style>
border-color css
<style>
span { border-color: #C81872; }
span { border-color: rgb(200,24,114); }
td.TdClassName
{
border-color: #C81872;
}
.TagClassName
{
border-color: #C81872;
}
</style>