Shades of Medium Violet Red #C82482
Tints of Medium Violet Red #C82482
RGB
CMYK
RGB Variations
Color information
#C82482 (or 0xC82482) is known color: Medium Violet Red. HEX triplet: C8, 24 and 82. RGB value is (200,36,130). Sum of RGB (Red+Green+Blue) = 200+36+130=366 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.64% from 366); Green value is 36 (14.45% from 255 or 9.84% from 366); Blue value is 130 (51.17% from 255 or 35.52% from 366); Max value from RGB is 200 - color contains mainly: red. Hex color #C82482 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82482 is #37DB7D. Grayscale: #5F5F5F. Windows color (decimal): -3660670 or 8529096. OLE color: 8529096.
HSL color Cylindrical-coordinate representation of color #C82482: hue angle of 325.61º 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 #C82482 is Cyan = 0, Magento = 0.82, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 36 | 130 | - |
| CMYK | 0 | 0.82 | 0.35 | 0.22 |
| HSL | 325.61º | 0.69% | 0.46% | - |
| HSV(B) | 325.61º | 0.82% | 0.78% | - |
| XYZ | 28.48 | 15.15 | 22.54 | - |
| YUV | 95.75 | 147.33 | 202.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 36 | 130 | 0 | 0.82 | 0.35 | 0.22 | 325.61 | 0.69 | 0.46 |
| Hex | C8 | 24 | 82 | 0 | 52 | 23 | 16 | 146 | 45 | 2E |
| Octal | 310 | 44 | 202 | 0 | 122 | 43 | 26 | 506 | 105 | 56 |
| Binary | 11001000 | 100100 | 10000010 | 0 | 1010010 | 100011 | 10110 | 101000110 | 1000101 | 101110 |
Color Harmonies of #C82482
Complementary color
Monochromatic Colors of #C82482
Black with #C82482
Text Example
Text Example
White with #C82482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82482; }
p { color: rgb(200,36,130); }
H1.HeaderClassName
{
color: #C82482;
}
.AnyTagClassName
{
color: #C82482;
}
</style>
background-color css
<style>
a { background-color: #C82482; }
a { background-color: rgb(200,36,130); }
div.DivClassName
{
background-color: #C82482;
}
.BgClassName
{
background-color: #C82482;
}
</style>
border-color css
<style>
span { border-color: #C82482; }
span { border-color: rgb(200,36,130); }
td.TdClassName
{
border-color: #C82482;
}
.TagClassName
{
border-color: #C82482;
}
</style>