Shades of Medium Violet Red #C82192
Tints of Medium Violet Red #C82192
RGB
CMYK
RGB Variations
Color information
#C82192 (or 0xC82192) is known color: Medium Violet Red. HEX triplet: C8, 21 and 92. RGB value is (200,33,146). Sum of RGB (Red+Green+Blue) = 200+33+146=379 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.77% from 379); Green value is 33 (13.28% from 255 or 8.71% from 379); Blue value is 146 (57.42% from 255 or 38.52% from 379); Max value from RGB is 200 - color contains mainly: red. Hex color #C82192 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82192 is #37DE6D. Grayscale: #5F5F5F. Windows color (decimal): -3661422 or 9576904. OLE color: 9576904.
HSL color Cylindrical-coordinate representation of color #C82192: hue angle of 319.4º 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 #C82192 is Cyan = 0, Magento = 0.84, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 33 | 146 | - |
| CMYK | 0 | 0.84 | 0.27 | 0.22 |
| HSL | 319.4º | 0.72% | 0.46% | - |
| HSV(B) | 319.4º | 0.84% | 0.78% | - |
| XYZ | 29.55 | 15.44 | 28.62 | - |
| YUV | 95.82 | 156.33 | 202.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 33 | 146 | 0 | 0.84 | 0.27 | 0.22 | 319.4 | 0.72 | 0.46 |
| Hex | C8 | 21 | 92 | 0 | 54 | 1B | 16 | 13F | 48 | 2E |
| Octal | 310 | 41 | 222 | 0 | 124 | 33 | 26 | 477 | 110 | 56 |
| Binary | 11001000 | 100001 | 10010010 | 0 | 1010100 | 11011 | 10110 | 100111111 | 1001000 | 101110 |
Color Harmonies of #C82192
Complementary color
Monochromatic Colors of #C82192
Black with #C82192
Text Example
Text Example
White with #C82192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82192; }
p { color: rgb(200,33,146); }
H1.HeaderClassName
{
color: #C82192;
}
.AnyTagClassName
{
color: #C82192;
}
</style>
background-color css
<style>
a { background-color: #C82192; }
a { background-color: rgb(200,33,146); }
div.DivClassName
{
background-color: #C82192;
}
.BgClassName
{
background-color: #C82192;
}
</style>
border-color css
<style>
span { border-color: #C82192; }
span { border-color: rgb(200,33,146); }
td.TdClassName
{
border-color: #C82192;
}
.TagClassName
{
border-color: #C82192;
}
</style>