Shades of Medium Violet Red #C81684
Tints of Medium Violet Red #C81684
RGB
CMYK
RGB Variations
Color information
#C81684 (or 0xC81684) is known color: Medium Violet Red. HEX triplet: C8, 16 and 84. RGB value is (200,22,132). Sum of RGB (Red+Green+Blue) = 200+22+132=354 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.50% from 354); Green value is 22 (8.98% from 255 or 6.21% from 354); Blue value is 132 (51.95% from 255 or 37.29% from 354); Max value from RGB is 200 - color contains mainly: red. Hex color #C81684 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C81684 is #37E97B. Grayscale: #575757. Windows color (decimal): -3664252 or 8656584. OLE color: 8656584.
HSL color Cylindrical-coordinate representation of color #C81684: hue angle of 322.92º 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 #C81684 is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 22 | 132 | - |
| CMYK | 0 | 0.89 | 0.34 | 0.22 |
| HSL | 322.92º | 0.8% | 0.44% | - |
| HSV(B) | 322.92º | 0.89% | 0.78% | - |
| XYZ | 28.27 | 14.52 | 23.14 | - |
| YUV | 87.76 | 152.97 | 208.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 22 | 132 | 0 | 0.89 | 0.34 | 0.22 | 322.92 | 0.8 | 0.44 |
| Hex | C8 | 16 | 84 | 0 | 59 | 22 | 16 | 143 | 50 | 2C |
| Octal | 310 | 26 | 204 | 0 | 131 | 42 | 26 | 503 | 120 | 54 |
| Binary | 11001000 | 10110 | 10000100 | 0 | 1011001 | 100010 | 10110 | 101000011 | 1010000 | 101100 |
Color Harmonies of #C81684
Complementary color
Monochromatic Colors of #C81684
Black with #C81684
Text Example
Text Example
White with #C81684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81684; }
p { color: rgb(200,22,132); }
H1.HeaderClassName
{
color: #C81684;
}
.AnyTagClassName
{
color: #C81684;
}
</style>
background-color css
<style>
a { background-color: #C81684; }
a { background-color: rgb(200,22,132); }
div.DivClassName
{
background-color: #C81684;
}
.BgClassName
{
background-color: #C81684;
}
</style>
border-color css
<style>
span { border-color: #C81684; }
span { border-color: rgb(200,22,132); }
td.TdClassName
{
border-color: #C81684;
}
.TagClassName
{
border-color: #C81684;
}
</style>