Shades of Medium Violet Red #C81682
Tints of Medium Violet Red #C81682
RGB
CMYK
RGB Variations
Color information
#C81682 (or 0xC81682) is known color: Medium Violet Red. HEX triplet: C8, 16 and 82. RGB value is (200,22,130). Sum of RGB (Red+Green+Blue) = 200+22+130=352 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.82% from 352); Green value is 22 (8.98% from 255 or 6.25% from 352); Blue value is 130 (51.17% from 255 or 36.93% from 352); Max value from RGB is 200 - color contains mainly: red. Hex color #C81682 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C81682 is #37E97D. Grayscale: #575757. Windows color (decimal): -3664254 or 8525512. OLE color: 8525512.
HSL color Cylindrical-coordinate representation of color #C81682: hue angle of 323.6º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C81682 is Cyan = 0, Magento = 0.89, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 22 | 130 | - |
| CMYK | 0 | 0.89 | 0.35 | 0.22 |
| HSL | 323.6º | 0.8% | 0.44% | - |
| HSV(B) | 323.6º | 0.89% | 0.78% | - |
| XYZ | 28.14 | 14.46 | 22.43 | - |
| YUV | 87.53 | 151.97 | 208.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 22 | 130 | 0 | 0.89 | 0.35 | 0.22 | 323.6 | 0.8 | 0.44 |
| Hex | C8 | 16 | 82 | 0 | 59 | 23 | 16 | 144 | 50 | 2C |
| Octal | 310 | 26 | 202 | 0 | 131 | 43 | 26 | 504 | 120 | 54 |
| Binary | 11001000 | 10110 | 10000010 | 0 | 1011001 | 100011 | 10110 | 101000100 | 1010000 | 101100 |
Color Harmonies of #C81682
Complementary color
Monochromatic Colors of #C81682
Black with #C81682
Text Example
Text Example
White with #C81682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81682; }
p { color: rgb(200,22,130); }
H1.HeaderClassName
{
color: #C81682;
}
.AnyTagClassName
{
color: #C81682;
}
</style>
background-color css
<style>
a { background-color: #C81682; }
a { background-color: rgb(200,22,130); }
div.DivClassName
{
background-color: #C81682;
}
.BgClassName
{
background-color: #C81682;
}
</style>
border-color css
<style>
span { border-color: #C81682; }
span { border-color: rgb(200,22,130); }
td.TdClassName
{
border-color: #C81682;
}
.TagClassName
{
border-color: #C81682;
}
</style>