Shades of Medium Red Violet #C82CAA
Tints of Medium Red Violet #C82CAA
RGB
CMYK
RGB Variations
Color information
#C82CAA (or 0xC82CAA) is known color: Medium Red Violet. HEX triplet: C8, 2C and AA. RGB value is (200,44,170). Sum of RGB (Red+Green+Blue) = 200+44+170=414 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.31% from 414); Green value is 44 (17.58% from 255 or 10.63% from 414); Blue value is 170 (66.80% from 255 or 41.06% from 414); Max value from RGB is 200 - color contains mainly: red. Hex color #C82CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82CAA is #37D355. Grayscale: #686868. Windows color (decimal): -3658582 or 11152584. OLE color: 11152584.
HSL color Cylindrical-coordinate representation of color #C82CAA: hue angle of 311.54º 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 #C82CAA is Cyan = 0, Magento = 0.78, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 44 | 170 | - |
| CMYK | 0 | 0.78 | 0.15 | 0.22 |
| HSL | 311.54º | 0.64% | 0.48% | - |
| HSV(B) | 311.54º | 0.78% | 0.78% | - |
| XYZ | 31.98 | 16.98 | 39.62 | - |
| YUV | 105.01 | 164.68 | 195.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 44 | 170 | 0 | 0.78 | 0.15 | 0.22 | 311.54 | 0.64 | 0.48 |
| Hex | C8 | 2C | AA | 0 | 4E | F | 16 | 138 | 40 | 30 |
| Octal | 310 | 54 | 252 | 0 | 116 | 17 | 26 | 470 | 100 | 60 |
| Binary | 11001000 | 101100 | 10101010 | 0 | 1001110 | 1111 | 10110 | 100111000 | 1000000 | 110000 |
Color Harmonies of #C82CAA
Complementary color
Monochromatic Colors of #C82CAA
Black with #C82CAA
Text Example
Text Example
White with #C82CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82CAA; }
p { color: rgb(200,44,170); }
H1.HeaderClassName
{
color: #C82CAA;
}
.AnyTagClassName
{
color: #C82CAA;
}
</style>
background-color css
<style>
a { background-color: #C82CAA; }
a { background-color: rgb(200,44,170); }
div.DivClassName
{
background-color: #C82CAA;
}
.BgClassName
{
background-color: #C82CAA;
}
</style>
border-color css
<style>
span { border-color: #C82CAA; }
span { border-color: rgb(200,44,170); }
td.TdClassName
{
border-color: #C82CAA;
}
.TagClassName
{
border-color: #C82CAA;
}
</style>