Shades of Medium Violet Red #C81870
Tints of Medium Violet Red #C81870
RGB
CMYK
RGB Variations
Color information
#C81870 (or 0xC81870) is known color: Medium Violet Red. HEX triplet: C8, 18 and 70. RGB value is (200,24,112). Sum of RGB (Red+Green+Blue) = 200+24+112=336 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.52% from 336); Green value is 24 (9.77% from 255 or 7.14% from 336); Blue value is 112 (44.14% from 255 or 33.33% from 336); Max value from RGB is 200 - color contains mainly: red. Hex color #C81870 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81870 is #37E78F. Grayscale: #565656. Windows color (decimal): -3663760 or 7346376. OLE color: 7346376.
HSL color Cylindrical-coordinate representation of color #C81870: hue angle of 330º 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 #C81870 is Cyan = 0, Magento = 0.88, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 24 | 112 | - |
| CMYK | 0 | 0.88 | 0.44 | 0.22 |
| HSL | 330º | 0.79% | 0.44% | - |
| HSV(B) | 330º | 0.88% | 0.78% | - |
| XYZ | 27.07 | 14.1 | 16.62 | - |
| YUV | 86.66 | 142.31 | 208.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 24 | 112 | 0 | 0.88 | 0.44 | 0.22 | 330 | 0.79 | 0.44 |
| Hex | C8 | 18 | 70 | 0 | 58 | 2C | 16 | 14A | 4F | 2C |
| Octal | 310 | 30 | 160 | 0 | 130 | 54 | 26 | 512 | 117 | 54 |
| Binary | 11001000 | 11000 | 1110000 | 0 | 1011000 | 101100 | 10110 | 101001010 | 1001111 | 101100 |
Color Harmonies of #C81870
Complementary color
Monochromatic Colors of #C81870
Black with #C81870
Text Example
Text Example
White with #C81870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81870; }
p { color: rgb(200,24,112); }
H1.HeaderClassName
{
color: #C81870;
}
.AnyTagClassName
{
color: #C81870;
}
</style>
background-color css
<style>
a { background-color: #C81870; }
a { background-color: rgb(200,24,112); }
div.DivClassName
{
background-color: #C81870;
}
.BgClassName
{
background-color: #C81870;
}
</style>
border-color css
<style>
span { border-color: #C81870; }
span { border-color: rgb(200,24,112); }
td.TdClassName
{
border-color: #C81870;
}
.TagClassName
{
border-color: #C81870;
}
</style>