Shades of Medium Violet Red #C10FA5
Tints of Medium Violet Red #C10FA5
RGB
CMYK
RGB Variations
Color information
#C10FA5 (or 0xC10FA5) is known color: Medium Violet Red. HEX triplet: C1, 0F and A5. RGB value is (193,15,165). Sum of RGB (Red+Green+Blue) = 193+15+165=373 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.74% from 373); Green value is 15 (6.25% from 255 or 4.02% from 373); Blue value is 165 (64.84% from 255 or 44.24% from 373); Max value from RGB is 193 - color contains mainly: red. Hex color #C10FA5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10FA5 is #3EF05A. Grayscale: #545454. Windows color (decimal): -4124763 or 10817473. OLE color: 10817473.
HSL color Cylindrical-coordinate representation of color #C10FA5: hue angle of 309.44º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C10FA5 is Cyan = 0, Magento = 0.92, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 15 | 165 | - |
| CMYK | 0 | 0.92 | 0.15 | 0.24 |
| HSL | 309.44º | 0.86% | 0.41% | - |
| HSV(B) | 309.44º | 0.92% | 0.76% | - |
| XYZ | 28.95 | 14.4 | 36.85 | - |
| YUV | 85.32 | 172.97 | 204.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 15 | 165 | 0 | 0.92 | 0.15 | 0.24 | 309.44 | 0.86 | 0.41 |
| Hex | C1 | F | A5 | 0 | 5C | F | 18 | 135 | 56 | 29 |
| Octal | 301 | 17 | 245 | 0 | 134 | 17 | 30 | 465 | 126 | 51 |
| Binary | 11000001 | 1111 | 10100101 | 0 | 1011100 | 1111 | 11000 | 100110101 | 1010110 | 101001 |
Color Harmonies of #C10FA5
Complementary color
Monochromatic Colors of #C10FA5
Black with #C10FA5
Text Example
Text Example
White with #C10FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10FA5; }
p { color: rgb(193,15,165); }
H1.HeaderClassName
{
color: #C10FA5;
}
.AnyTagClassName
{
color: #C10FA5;
}
</style>
background-color css
<style>
a { background-color: #C10FA5; }
a { background-color: rgb(193,15,165); }
div.DivClassName
{
background-color: #C10FA5;
}
.BgClassName
{
background-color: #C10FA5;
}
</style>
border-color css
<style>
span { border-color: #C10FA5; }
span { border-color: rgb(193,15,165); }
td.TdClassName
{
border-color: #C10FA5;
}
.TagClassName
{
border-color: #C10FA5;
}
</style>