Shades of Medium Violet Red #C82184
Tints of Medium Violet Red #C82184
RGB
CMYK
RGB Variations
Color information
#C82184 (or 0xC82184) is known color: Medium Violet Red. HEX triplet: C8, 21 and 84. RGB value is (200,33,132). Sum of RGB (Red+Green+Blue) = 200+33+132=365 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.79% from 365); Green value is 33 (13.28% from 255 or 9.04% from 365); Blue value is 132 (51.95% from 255 or 36.16% from 365); Max value from RGB is 200 - color contains mainly: red. Hex color #C82184 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82184 is #37DE7B. Grayscale: #5D5D5D. Windows color (decimal): -3661436 or 8659400. OLE color: 8659400.
HSL color Cylindrical-coordinate representation of color #C82184: hue angle of 324.43º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C82184 is Cyan = 0, Magento = 0.84, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 33 | 132 | - |
| CMYK | 0 | 0.84 | 0.34 | 0.22 |
| HSL | 324.43º | 0.72% | 0.46% | - |
| HSV(B) | 324.43º | 0.84% | 0.78% | - |
| XYZ | 28.53 | 15.03 | 23.23 | - |
| YUV | 94.22 | 149.33 | 203.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 33 | 132 | 0 | 0.84 | 0.34 | 0.22 | 324.43 | 0.72 | 0.46 |
| Hex | C8 | 21 | 84 | 0 | 54 | 22 | 16 | 144 | 48 | 2E |
| Octal | 310 | 41 | 204 | 0 | 124 | 42 | 26 | 504 | 110 | 56 |
| Binary | 11001000 | 100001 | 10000100 | 0 | 1010100 | 100010 | 10110 | 101000100 | 1001000 | 101110 |
Color Harmonies of #C82184
Complementary color
Monochromatic Colors of #C82184
Black with #C82184
Text Example
Text Example
White with #C82184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82184; }
p { color: rgb(200,33,132); }
H1.HeaderClassName
{
color: #C82184;
}
.AnyTagClassName
{
color: #C82184;
}
</style>
background-color css
<style>
a { background-color: #C82184; }
a { background-color: rgb(200,33,132); }
div.DivClassName
{
background-color: #C82184;
}
.BgClassName
{
background-color: #C82184;
}
</style>
border-color css
<style>
span { border-color: #C82184; }
span { border-color: rgb(200,33,132); }
td.TdClassName
{
border-color: #C82184;
}
.TagClassName
{
border-color: #C82184;
}
</style>