Shades of Medium Violet Red #C410A2
Tints of Medium Violet Red #C410A2
RGB
CMYK
RGB Variations
Color information
#C410A2 (or 0xC410A2) is known color: Medium Violet Red. HEX triplet: C4, 10 and A2. RGB value is (196,16,162). Sum of RGB (Red+Green+Blue) = 196+16+162=374 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.41% from 374); Green value is 16 (6.64% from 255 or 4.28% from 374); Blue value is 162 (63.67% from 255 or 43.32% from 374); Max value from RGB is 196 - color contains mainly: red. Hex color #C410A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C410A2 is #3BEF5D. Grayscale: #565656. Windows color (decimal): -3927902 or 10621124. OLE color: 10621124.
HSL color Cylindrical-coordinate representation of color #C410A2: hue angle of 311.33º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C410A2 is Cyan = 0, Magento = 0.92, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 16 | 162 | - |
| CMYK | 0 | 0.92 | 0.17 | 0.23 |
| HSL | 311.33º | 0.85% | 0.42% | - |
| HSV(B) | 311.33º | 0.92% | 0.77% | - |
| XYZ | 29.47 | 14.71 | 35.47 | - |
| YUV | 86.46 | 170.63 | 206.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 16 | 162 | 0 | 0.92 | 0.17 | 0.23 | 311.33 | 0.85 | 0.42 |
| Hex | C4 | 10 | A2 | 0 | 5C | 11 | 17 | 137 | 55 | 2A |
| Octal | 304 | 20 | 242 | 0 | 134 | 21 | 27 | 467 | 125 | 52 |
| Binary | 11000100 | 10000 | 10100010 | 0 | 1011100 | 10001 | 10111 | 100110111 | 1010101 | 101010 |
Color Harmonies of #C410A2
Complementary color
Monochromatic Colors of #C410A2
Black with #C410A2
Text Example
Text Example
White with #C410A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C410A2; }
p { color: rgb(196,16,162); }
H1.HeaderClassName
{
color: #C410A2;
}
.AnyTagClassName
{
color: #C410A2;
}
</style>
background-color css
<style>
a { background-color: #C410A2; }
a { background-color: rgb(196,16,162); }
div.DivClassName
{
background-color: #C410A2;
}
.BgClassName
{
background-color: #C410A2;
}
</style>
border-color css
<style>
span { border-color: #C410A2; }
span { border-color: rgb(196,16,162); }
td.TdClassName
{
border-color: #C410A2;
}
.TagClassName
{
border-color: #C410A2;
}
</style>