Shades of Medium Violet Red #C810A2
Tints of Medium Violet Red #C810A2
RGB
CMYK
RGB Variations
Color information
#C810A2 (or 0xC810A2) is known color: Medium Violet Red. HEX triplet: C8, 10 and A2. RGB value is (200,16,162). Sum of RGB (Red+Green+Blue) = 200+16+162=378 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.91% from 378); Green value is 16 (6.64% from 255 or 4.23% from 378); Blue value is 162 (63.67% from 255 or 42.86% from 378); Max value from RGB is 200 - color contains mainly: red. Hex color #C810A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C810A2 is #37EF5D. Grayscale: #575757. Windows color (decimal): -3665758 or 10621128. OLE color: 10621128.
HSL color Cylindrical-coordinate representation of color #C810A2: hue angle of 312.39º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C810A2 is Cyan = 0, Magento = 0.92, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 16 | 162 | - |
| CMYK | 0 | 0.92 | 0.19 | 0.22 |
| HSL | 312.39º | 0.85% | 0.42% | - |
| HSV(B) | 312.39º | 0.92% | 0.78% | - |
| XYZ | 30.53 | 15.26 | 35.52 | - |
| YUV | 87.66 | 169.96 | 208.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 16 | 162 | 0 | 0.92 | 0.19 | 0.22 | 312.39 | 0.85 | 0.42 |
| Hex | C8 | 10 | A2 | 0 | 5C | 13 | 16 | 138 | 55 | 2A |
| Octal | 310 | 20 | 242 | 0 | 134 | 23 | 26 | 470 | 125 | 52 |
| Binary | 11001000 | 10000 | 10100010 | 0 | 1011100 | 10011 | 10110 | 100111000 | 1010101 | 101010 |
Color Harmonies of #C810A2
Complementary color
Monochromatic Colors of #C810A2
Black with #C810A2
Text Example
Text Example
White with #C810A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C810A2; }
p { color: rgb(200,16,162); }
H1.HeaderClassName
{
color: #C810A2;
}
.AnyTagClassName
{
color: #C810A2;
}
</style>
background-color css
<style>
a { background-color: #C810A2; }
a { background-color: rgb(200,16,162); }
div.DivClassName
{
background-color: #C810A2;
}
.BgClassName
{
background-color: #C810A2;
}
</style>
border-color css
<style>
span { border-color: #C810A2; }
span { border-color: rgb(200,16,162); }
td.TdClassName
{
border-color: #C810A2;
}
.TagClassName
{
border-color: #C810A2;
}
</style>