Shades of Medium Violet Red #C82392
Tints of Medium Violet Red #C82392
RGB
CMYK
RGB Variations
Color information
#C82392 (or 0xC82392) is known color: Medium Violet Red. HEX triplet: C8, 23 and 92. RGB value is (200,35,146). Sum of RGB (Red+Green+Blue) = 200+35+146=381 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.49% from 381); Green value is 35 (14.06% from 255 or 9.19% from 381); Blue value is 146 (57.42% from 255 or 38.32% from 381); Max value from RGB is 200 - color contains mainly: red. Hex color #C82392 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82392 is #37DC6D. Grayscale: #606060. Windows color (decimal): -3660910 or 9577416. OLE color: 9577416.
HSL color Cylindrical-coordinate representation of color #C82392: hue angle of 319.64º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C82392 is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 35 | 146 | - |
| CMYK | 0 | 0.82 | 0.27 | 0.22 |
| HSL | 319.64º | 0.7% | 0.46% | - |
| HSV(B) | 319.64º | 0.83% | 0.78% | - |
| XYZ | 29.61 | 15.56 | 28.64 | - |
| YUV | 96.99 | 155.66 | 201.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 35 | 146 | 0 | 0.82 | 0.27 | 0.22 | 319.64 | 0.7 | 0.46 |
| Hex | C8 | 23 | 92 | 0 | 52 | 1B | 16 | 140 | 46 | 2E |
| Octal | 310 | 43 | 222 | 0 | 122 | 33 | 26 | 500 | 106 | 56 |
| Binary | 11001000 | 100011 | 10010010 | 0 | 1010010 | 11011 | 10110 | 101000000 | 1000110 | 101110 |
Color Harmonies of #C82392
Complementary color
Monochromatic Colors of #C82392
Black with #C82392
Text Example
Text Example
White with #C82392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82392; }
p { color: rgb(200,35,146); }
H1.HeaderClassName
{
color: #C82392;
}
.AnyTagClassName
{
color: #C82392;
}
</style>
background-color css
<style>
a { background-color: #C82392; }
a { background-color: rgb(200,35,146); }
div.DivClassName
{
background-color: #C82392;
}
.BgClassName
{
background-color: #C82392;
}
</style>
border-color css
<style>
span { border-color: #C82392; }
span { border-color: rgb(200,35,146); }
td.TdClassName
{
border-color: #C82392;
}
.TagClassName
{
border-color: #C82392;
}
</style>