Shades of Medium Violet Red #C82075
Tints of Medium Violet Red #C82075
RGB
CMYK
RGB Variations
Color information
#C82075 (or 0xC82075) is known color: Medium Violet Red. HEX triplet: C8, 20 and 75. RGB value is (200,32,117). Sum of RGB (Red+Green+Blue) = 200+32+117=349 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.31% from 349); Green value is 32 (12.89% from 255 or 9.17% from 349); Blue value is 117 (46.09% from 255 or 33.52% from 349); Max value from RGB is 200 - color contains mainly: red. Hex color #C82075 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82075 is #37DF8A. Grayscale: #5B5B5B. Windows color (decimal): -3661707 or 7676104. OLE color: 7676104.
HSL color Cylindrical-coordinate representation of color #C82075: hue angle of 329.64º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C82075 is Cyan = 0, Magento = 0.84, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 32 | 117 | - |
| CMYK | 0 | 0.84 | 0.42 | 0.22 |
| HSL | 329.64º | 0.72% | 0.45% | - |
| HSV(B) | 329.64º | 0.84% | 0.78% | - |
| XYZ | 27.55 | 14.6 | 18.2 | - |
| YUV | 91.92 | 142.16 | 205.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 32 | 117 | 0 | 0.84 | 0.42 | 0.22 | 329.64 | 0.72 | 0.45 |
| Hex | C8 | 20 | 75 | 0 | 54 | 2A | 16 | 14A | 48 | 2D |
| Octal | 310 | 40 | 165 | 0 | 124 | 52 | 26 | 512 | 110 | 55 |
| Binary | 11001000 | 100000 | 1110101 | 0 | 1010100 | 101010 | 10110 | 101001010 | 1001000 | 101101 |
Color Harmonies of #C82075
Complementary color
Monochromatic Colors of #C82075
Black with #C82075
Text Example
Text Example
White with #C82075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82075; }
p { color: rgb(200,32,117); }
H1.HeaderClassName
{
color: #C82075;
}
.AnyTagClassName
{
color: #C82075;
}
</style>
background-color css
<style>
a { background-color: #C82075; }
a { background-color: rgb(200,32,117); }
div.DivClassName
{
background-color: #C82075;
}
.BgClassName
{
background-color: #C82075;
}
</style>
border-color css
<style>
span { border-color: #C82075; }
span { border-color: rgb(200,32,117); }
td.TdClassName
{
border-color: #C82075;
}
.TagClassName
{
border-color: #C82075;
}
</style>