Shades of Medium Red Violet #C82CA1
Tints of Medium Red Violet #C82CA1
RGB
CMYK
RGB Variations
Color information
#C82CA1 (or 0xC82CA1) is known color: Medium Red Violet. HEX triplet: C8, 2C and A1. RGB value is (200,44,161). Sum of RGB (Red+Green+Blue) = 200+44+161=405 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.38% from 405); Green value is 44 (17.58% from 255 or 10.86% from 405); Blue value is 161 (63.28% from 255 or 39.75% from 405); Max value from RGB is 200 - color contains mainly: red. Hex color #C82CA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82CA1 is #37D35E. Grayscale: #676767. Windows color (decimal): -3658591 or 10562760. OLE color: 10562760.
HSL color Cylindrical-coordinate representation of color #C82CA1: hue angle of 315º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C82CA1 is Cyan = 0, Magento = 0.78, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 44 | 161 | - |
| CMYK | 0 | 0.78 | 0.19 | 0.22 |
| HSL | 315º | 0.64% | 0.48% | - |
| HSV(B) | 315º | 0.78% | 0.78% | - |
| XYZ | 31.15 | 16.65 | 35.29 | - |
| YUV | 103.98 | 160.18 | 196.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 44 | 161 | 0 | 0.78 | 0.19 | 0.22 | 315 | 0.64 | 0.48 |
| Hex | C8 | 2C | A1 | 0 | 4E | 13 | 16 | 13B | 40 | 30 |
| Octal | 310 | 54 | 241 | 0 | 116 | 23 | 26 | 473 | 100 | 60 |
| Binary | 11001000 | 101100 | 10100001 | 0 | 1001110 | 10011 | 10110 | 100111011 | 1000000 | 110000 |
Color Harmonies of #C82CA1
Complementary color
Monochromatic Colors of #C82CA1
Black with #C82CA1
Text Example
Text Example
White with #C82CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82CA1; }
p { color: rgb(200,44,161); }
H1.HeaderClassName
{
color: #C82CA1;
}
.AnyTagClassName
{
color: #C82CA1;
}
</style>
background-color css
<style>
a { background-color: #C82CA1; }
a { background-color: rgb(200,44,161); }
div.DivClassName
{
background-color: #C82CA1;
}
.BgClassName
{
background-color: #C82CA1;
}
</style>
border-color css
<style>
span { border-color: #C82CA1; }
span { border-color: rgb(200,44,161); }
td.TdClassName
{
border-color: #C82CA1;
}
.TagClassName
{
border-color: #C82CA1;
}
</style>