Shades of Medium Red Violet #C82AAD
Tints of Medium Red Violet #C82AAD
RGB
CMYK
RGB Variations
Color information
#C82AAD (or 0xC82AAD) is known color: Medium Red Violet. HEX triplet: C8, 2A and AD. RGB value is (200,42,173). Sum of RGB (Red+Green+Blue) = 200+42+173=415 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.19% from 415); Green value is 42 (16.80% from 255 or 10.12% from 415); Blue value is 173 (67.97% from 255 or 41.69% from 415); Max value from RGB is 200 - color contains mainly: red. Hex color #C82AAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82AAD is #37D552. Grayscale: #676767. Windows color (decimal): -3659091 or 11348680. OLE color: 11348680.
HSL color Cylindrical-coordinate representation of color #C82AAD: hue angle of 310.25º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C82AAD is Cyan = 0, Magento = 0.79, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 42 | 173 | - |
| CMYK | 0 | 0.79 | 0.14 | 0.22 |
| HSL | 310.25º | 0.65% | 0.47% | - |
| HSV(B) | 310.25º | 0.79% | 0.78% | - |
| XYZ | 32.19 | 16.95 | 41.11 | - |
| YUV | 104.18 | 166.85 | 196.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 42 | 173 | 0 | 0.79 | 0.14 | 0.22 | 310.25 | 0.65 | 0.47 |
| Hex | C8 | 2A | AD | 0 | 4F | E | 16 | 136 | 41 | 2F |
| Octal | 310 | 52 | 255 | 0 | 117 | 16 | 26 | 466 | 101 | 57 |
| Binary | 11001000 | 101010 | 10101101 | 0 | 1001111 | 1110 | 10110 | 100110110 | 1000001 | 101111 |
Color Harmonies of #C82AAD
Complementary color
Monochromatic Colors of #C82AAD
Black with #C82AAD
Text Example
Text Example
White with #C82AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82AAD; }
p { color: rgb(200,42,173); }
H1.HeaderClassName
{
color: #C82AAD;
}
.AnyTagClassName
{
color: #C82AAD;
}
</style>
background-color css
<style>
a { background-color: #C82AAD; }
a { background-color: rgb(200,42,173); }
div.DivClassName
{
background-color: #C82AAD;
}
.BgClassName
{
background-color: #C82AAD;
}
</style>
border-color css
<style>
span { border-color: #C82AAD; }
span { border-color: rgb(200,42,173); }
td.TdClassName
{
border-color: #C82AAD;
}
.TagClassName
{
border-color: #C82AAD;
}
</style>