Shades of Medium Violet Red #C81871
Tints of Medium Violet Red #C81871
RGB
CMYK
RGB Variations
Color information
#C81871 (or 0xC81871) is known color: Medium Violet Red. HEX triplet: C8, 18 and 71. RGB value is (200,24,113). Sum of RGB (Red+Green+Blue) = 200+24+113=337 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.35% from 337); Green value is 24 (9.77% from 255 or 7.12% from 337); Blue value is 113 (44.53% from 255 or 33.53% from 337); Max value from RGB is 200 - color contains mainly: red. Hex color #C81871 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81871 is #37E78E. Grayscale: #565656. Windows color (decimal): -3663759 or 7411912. OLE color: 7411912.
HSL color Cylindrical-coordinate representation of color #C81871: hue angle of 329.66º 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 #C81871 is Cyan = 0, Magento = 0.88, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 24 | 113 | - |
| CMYK | 0 | 0.88 | 0.44 | 0.22 |
| HSL | 329.66º | 0.79% | 0.44% | - |
| HSV(B) | 329.66º | 0.88% | 0.78% | - |
| XYZ | 27.13 | 14.12 | 16.92 | - |
| YUV | 86.77 | 142.81 | 208.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 24 | 113 | 0 | 0.88 | 0.44 | 0.22 | 329.66 | 0.79 | 0.44 |
| Hex | C8 | 18 | 71 | 0 | 58 | 2C | 16 | 14A | 4F | 2C |
| Octal | 310 | 30 | 161 | 0 | 130 | 54 | 26 | 512 | 117 | 54 |
| Binary | 11001000 | 11000 | 1110001 | 0 | 1011000 | 101100 | 10110 | 101001010 | 1001111 | 101100 |
Color Harmonies of #C81871
Complementary color
Monochromatic Colors of #C81871
Black with #C81871
Text Example
Text Example
White with #C81871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81871; }
p { color: rgb(200,24,113); }
H1.HeaderClassName
{
color: #C81871;
}
.AnyTagClassName
{
color: #C81871;
}
</style>
background-color css
<style>
a { background-color: #C81871; }
a { background-color: rgb(200,24,113); }
div.DivClassName
{
background-color: #C81871;
}
.BgClassName
{
background-color: #C81871;
}
</style>
border-color css
<style>
span { border-color: #C81871; }
span { border-color: rgb(200,24,113); }
td.TdClassName
{
border-color: #C81871;
}
.TagClassName
{
border-color: #C81871;
}
</style>