Shades of Medium Violet Red #C81873
Tints of Medium Violet Red #C81873
RGB
CMYK
RGB Variations
Color information
#C81873 (or 0xC81873) is known color: Medium Violet Red. HEX triplet: C8, 18 and 73. RGB value is (200,24,115). Sum of RGB (Red+Green+Blue) = 200+24+115=339 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.00% from 339); Green value is 24 (9.77% from 255 or 7.08% from 339); Blue value is 115 (45.31% from 255 or 33.92% from 339); Max value from RGB is 200 - color contains mainly: red. Hex color #C81873 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81873 is #37E78C. Grayscale: #565656. Windows color (decimal): -3663757 or 7542984. OLE color: 7542984.
HSL color Cylindrical-coordinate representation of color #C81873: hue angle of 328.98º 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 #C81873 is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 24 | 115 | - |
| CMYK | 0 | 0.88 | 0.42 | 0.22 |
| HSL | 328.98º | 0.79% | 0.44% | - |
| HSV(B) | 328.98º | 0.88% | 0.78% | - |
| XYZ | 27.24 | 14.17 | 17.52 | - |
| YUV | 87 | 143.81 | 208.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 24 | 115 | 0 | 0.88 | 0.42 | 0.22 | 328.98 | 0.79 | 0.44 |
| Hex | C8 | 18 | 73 | 0 | 58 | 2A | 16 | 149 | 4F | 2C |
| Octal | 310 | 30 | 163 | 0 | 130 | 52 | 26 | 511 | 117 | 54 |
| Binary | 11001000 | 11000 | 1110011 | 0 | 1011000 | 101010 | 10110 | 101001001 | 1001111 | 101100 |
Color Harmonies of #C81873
Complementary color
Monochromatic Colors of #C81873
Black with #C81873
Text Example
Text Example
White with #C81873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81873; }
p { color: rgb(200,24,115); }
H1.HeaderClassName
{
color: #C81873;
}
.AnyTagClassName
{
color: #C81873;
}
</style>
background-color css
<style>
a { background-color: #C81873; }
a { background-color: rgb(200,24,115); }
div.DivClassName
{
background-color: #C81873;
}
.BgClassName
{
background-color: #C81873;
}
</style>
border-color css
<style>
span { border-color: #C81873; }
span { border-color: rgb(200,24,115); }
td.TdClassName
{
border-color: #C81873;
}
.TagClassName
{
border-color: #C81873;
}
</style>