Shades of Medium Violet Red #C82592
Tints of Medium Violet Red #C82592
RGB
CMYK
RGB Variations
Color information
#C82592 (or 0xC82592) is known color: Medium Violet Red. HEX triplet: C8, 25 and 92. RGB value is (200,37,146). Sum of RGB (Red+Green+Blue) = 200+37+146=383 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.22% from 383); Green value is 37 (14.84% from 255 or 9.66% from 383); Blue value is 146 (57.42% from 255 or 38.12% from 383); Max value from RGB is 200 - color contains mainly: red. Hex color #C82592 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82592 is #37DA6D. Grayscale: #616161. Windows color (decimal): -3660398 or 9577928. OLE color: 9577928.
HSL color Cylindrical-coordinate representation of color #C82592: hue angle of 319.88º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C82592 is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 37 | 146 | - |
| CMYK | 0 | 0.82 | 0.27 | 0.22 |
| HSL | 319.88º | 0.69% | 0.46% | - |
| HSV(B) | 319.88º | 0.82% | 0.78% | - |
| XYZ | 29.67 | 15.68 | 28.66 | - |
| YUV | 98.16 | 155 | 200.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 37 | 146 | 0 | 0.82 | 0.27 | 0.22 | 319.88 | 0.69 | 0.46 |
| Hex | C8 | 25 | 92 | 0 | 52 | 1B | 16 | 140 | 45 | 2E |
| Octal | 310 | 45 | 222 | 0 | 122 | 33 | 26 | 500 | 105 | 56 |
| Binary | 11001000 | 100101 | 10010010 | 0 | 1010010 | 11011 | 10110 | 101000000 | 1000101 | 101110 |
Color Harmonies of #C82592
Complementary color
Monochromatic Colors of #C82592
Black with #C82592
Text Example
Text Example
White with #C82592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82592; }
p { color: rgb(200,37,146); }
H1.HeaderClassName
{
color: #C82592;
}
.AnyTagClassName
{
color: #C82592;
}
</style>
background-color css
<style>
a { background-color: #C82592; }
a { background-color: rgb(200,37,146); }
div.DivClassName
{
background-color: #C82592;
}
.BgClassName
{
background-color: #C82592;
}
</style>
border-color css
<style>
span { border-color: #C82592; }
span { border-color: rgb(200,37,146); }
td.TdClassName
{
border-color: #C82592;
}
.TagClassName
{
border-color: #C82592;
}
</style>