Shades of Medium Violet Red #C81182
Tints of Medium Violet Red #C81182
RGB
CMYK
RGB Variations
Color information
#C81182 (or 0xC81182) is known color: Medium Violet Red. HEX triplet: C8, 11 and 82. RGB value is (200,17,130). Sum of RGB (Red+Green+Blue) = 200+17+130=347 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.64% from 347); Green value is 17 (7.03% from 255 or 4.90% from 347); Blue value is 130 (51.17% from 255 or 37.46% from 347); Max value from RGB is 200 - color contains mainly: red. Hex color #C81182 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C81182 is #37EE7D. Grayscale: #545454. Windows color (decimal): -3665534 or 8524232. OLE color: 8524232.
HSL color Cylindrical-coordinate representation of color #C81182: hue angle of 322.95º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C81182 is Cyan = 0, Magento = 0.92, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 17 | 130 | - |
| CMYK | 0 | 0.92 | 0.35 | 0.22 |
| HSL | 322.95º | 0.84% | 0.43% | - |
| HSV(B) | 322.95º | 0.92% | 0.78% | - |
| XYZ | 28.05 | 14.29 | 22.4 | - |
| YUV | 84.6 | 153.63 | 210.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 17 | 130 | 0 | 0.92 | 0.35 | 0.22 | 322.95 | 0.84 | 0.43 |
| Hex | C8 | 11 | 82 | 0 | 5C | 23 | 16 | 143 | 54 | 2B |
| Octal | 310 | 21 | 202 | 0 | 134 | 43 | 26 | 503 | 124 | 53 |
| Binary | 11001000 | 10001 | 10000010 | 0 | 1011100 | 100011 | 10110 | 101000011 | 1010100 | 101011 |
Color Harmonies of #C81182
Complementary color
Monochromatic Colors of #C81182
Black with #C81182
Text Example
Text Example
White with #C81182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81182; }
p { color: rgb(200,17,130); }
H1.HeaderClassName
{
color: #C81182;
}
.AnyTagClassName
{
color: #C81182;
}
</style>
background-color css
<style>
a { background-color: #C81182; }
a { background-color: rgb(200,17,130); }
div.DivClassName
{
background-color: #C81182;
}
.BgClassName
{
background-color: #C81182;
}
</style>
border-color css
<style>
span { border-color: #C81182; }
span { border-color: rgb(200,17,130); }
td.TdClassName
{
border-color: #C81182;
}
.TagClassName
{
border-color: #C81182;
}
</style>