Shades of Medium Red Violet #C82AA8
Tints of Medium Red Violet #C82AA8
RGB
CMYK
RGB Variations
Color information
#C82AA8 (or 0xC82AA8) is known color: Medium Red Violet. HEX triplet: C8, 2A and A8. RGB value is (200,42,168). Sum of RGB (Red+Green+Blue) = 200+42+168=410 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.78% from 410); Green value is 42 (16.80% from 255 or 10.24% from 410); Blue value is 168 (66.02% from 255 or 40.98% from 410); Max value from RGB is 200 - color contains mainly: red. Hex color #C82AA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82AA8 is #37D557. Grayscale: #676767. Windows color (decimal): -3659096 or 11021000. OLE color: 11021000.
HSL color Cylindrical-coordinate representation of color #C82AA8: hue angle of 312.15º 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 #C82AA8 is Cyan = 0, Magento = 0.79, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 42 | 168 | - |
| CMYK | 0 | 0.79 | 0.16 | 0.22 |
| HSL | 312.15º | 0.65% | 0.47% | - |
| HSV(B) | 312.15º | 0.79% | 0.78% | - |
| XYZ | 31.72 | 16.76 | 38.61 | - |
| YUV | 103.61 | 164.35 | 196.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 42 | 168 | 0 | 0.79 | 0.16 | 0.22 | 312.15 | 0.65 | 0.47 |
| Hex | C8 | 2A | A8 | 0 | 4F | 10 | 16 | 138 | 41 | 2F |
| Octal | 310 | 52 | 250 | 0 | 117 | 20 | 26 | 470 | 101 | 57 |
| Binary | 11001000 | 101010 | 10101000 | 0 | 1001111 | 10000 | 10110 | 100111000 | 1000001 | 101111 |
Color Harmonies of #C82AA8
Complementary color
Monochromatic Colors of #C82AA8
Black with #C82AA8
Text Example
Text Example
White with #C82AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82AA8; }
p { color: rgb(200,42,168); }
H1.HeaderClassName
{
color: #C82AA8;
}
.AnyTagClassName
{
color: #C82AA8;
}
</style>
background-color css
<style>
a { background-color: #C82AA8; }
a { background-color: rgb(200,42,168); }
div.DivClassName
{
background-color: #C82AA8;
}
.BgClassName
{
background-color: #C82AA8;
}
</style>
border-color css
<style>
span { border-color: #C82AA8; }
span { border-color: rgb(200,42,168); }
td.TdClassName
{
border-color: #C82AA8;
}
.TagClassName
{
border-color: #C82AA8;
}
</style>