Shades of Medium Violet Red #C10DA2
Tints of Medium Violet Red #C10DA2
RGB
CMYK
RGB Variations
Color information
#C10DA2 (or 0xC10DA2) is known color: Medium Violet Red. HEX triplet: C1, 0D and A2. RGB value is (193,13,162). Sum of RGB (Red+Green+Blue) = 193+13+162=368 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.45% from 368); Green value is 13 (5.47% from 255 or 3.53% from 368); Blue value is 162 (63.67% from 255 or 44.02% from 368); Max value from RGB is 193 - color contains mainly: red. Hex color #C10DA2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10DA2 is #3EF25D. Grayscale: #535353. Windows color (decimal): -4125278 or 10620353. OLE color: 10620353.
HSL color Cylindrical-coordinate representation of color #C10DA2: hue angle of 310.33º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C10DA2 is Cyan = 0, Magento = 0.93, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 13 | 162 | - |
| CMYK | 0 | 0.93 | 0.16 | 0.24 |
| HSL | 310.33º | 0.87% | 0.4% | - |
| HSV(B) | 310.33º | 0.93% | 0.76% | - |
| XYZ | 28.66 | 14.23 | 35.42 | - |
| YUV | 83.81 | 172.13 | 205.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 13 | 162 | 0 | 0.93 | 0.16 | 0.24 | 310.33 | 0.87 | 0.4 |
| Hex | C1 | D | A2 | 0 | 5D | 10 | 18 | 136 | 57 | 28 |
| Octal | 301 | 15 | 242 | 0 | 135 | 20 | 30 | 466 | 127 | 50 |
| Binary | 11000001 | 1101 | 10100010 | 0 | 1011101 | 10000 | 11000 | 100110110 | 1010111 | 101000 |
Color Harmonies of #C10DA2
Complementary color
Monochromatic Colors of #C10DA2
Black with #C10DA2
Text Example
Text Example
White with #C10DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10DA2; }
p { color: rgb(193,13,162); }
H1.HeaderClassName
{
color: #C10DA2;
}
.AnyTagClassName
{
color: #C10DA2;
}
</style>
background-color css
<style>
a { background-color: #C10DA2; }
a { background-color: rgb(193,13,162); }
div.DivClassName
{
background-color: #C10DA2;
}
.BgClassName
{
background-color: #C10DA2;
}
</style>
border-color css
<style>
span { border-color: #C10DA2; }
span { border-color: rgb(193,13,162); }
td.TdClassName
{
border-color: #C10DA2;
}
.TagClassName
{
border-color: #C10DA2;
}
</style>