Shades of Medium Violet Red #C82492
Tints of Medium Violet Red #C82492
RGB
CMYK
RGB Variations
Color information
#C82492 (or 0xC82492) is known color: Medium Violet Red. HEX triplet: C8, 24 and 92. RGB value is (200,36,146). Sum of RGB (Red+Green+Blue) = 200+36+146=382 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.36% from 382); Green value is 36 (14.45% from 255 or 9.42% from 382); Blue value is 146 (57.42% from 255 or 38.22% from 382); Max value from RGB is 200 - color contains mainly: red. Hex color #C82492 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82492 is #37DB6D. Grayscale: #616161. Windows color (decimal): -3660654 or 9577672. OLE color: 9577672.
HSL color Cylindrical-coordinate representation of color #C82492: hue angle of 319.76º degrees, saturation: 0.69, 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 #C82492 is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 36 | 146 | - |
| CMYK | 0 | 0.82 | 0.27 | 0.22 |
| HSL | 319.76º | 0.69% | 0.46% | - |
| HSV(B) | 319.76º | 0.82% | 0.78% | - |
| XYZ | 29.64 | 15.62 | 28.65 | - |
| YUV | 97.58 | 155.33 | 201.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 36 | 146 | 0 | 0.82 | 0.27 | 0.22 | 319.76 | 0.69 | 0.46 |
| Hex | C8 | 24 | 92 | 0 | 52 | 1B | 16 | 140 | 45 | 2E |
| Octal | 310 | 44 | 222 | 0 | 122 | 33 | 26 | 500 | 105 | 56 |
| Binary | 11001000 | 100100 | 10010010 | 0 | 1010010 | 11011 | 10110 | 101000000 | 1000101 | 101110 |
Color Harmonies of #C82492
Complementary color
Monochromatic Colors of #C82492
Black with #C82492
Text Example
Text Example
White with #C82492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82492; }
p { color: rgb(200,36,146); }
H1.HeaderClassName
{
color: #C82492;
}
.AnyTagClassName
{
color: #C82492;
}
</style>
background-color css
<style>
a { background-color: #C82492; }
a { background-color: rgb(200,36,146); }
div.DivClassName
{
background-color: #C82492;
}
.BgClassName
{
background-color: #C82492;
}
</style>
border-color css
<style>
span { border-color: #C82492; }
span { border-color: rgb(200,36,146); }
td.TdClassName
{
border-color: #C82492;
}
.TagClassName
{
border-color: #C82492;
}
</style>