Shades of Medium Violet Red #C10A8F
Tints of Medium Violet Red #C10A8F
RGB
CMYK
RGB Variations
Color information
#C10A8F (or 0xC10A8F) is known color: Medium Violet Red. HEX triplet: C1, 0A and 8F. RGB value is (193,10,143). Sum of RGB (Red+Green+Blue) = 193+10+143=346 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.78% from 346); Green value is 10 (4.30% from 255 or 2.89% from 346); Blue value is 143 (56.25% from 255 or 41.33% from 346); Max value from RGB is 193 - color contains mainly: red. Hex color #C10A8F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10A8F is #3EF570. Grayscale: #4F4F4F. Windows color (decimal): -4126065 or 9374401. OLE color: 9374401.
HSL color Cylindrical-coordinate representation of color #C10A8F: hue angle of 316.39º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C10A8F is Cyan = 0, Magento = 0.95, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 10 | 143 | - |
| CMYK | 0 | 0.95 | 0.26 | 0.24 |
| HSL | 316.39º | 0.9% | 0.4% | - |
| HSV(B) | 316.39º | 0.95% | 0.76% | - |
| XYZ | 27.06 | 13.54 | 27.17 | - |
| YUV | 79.88 | 163.63 | 208.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 10 | 143 | 0 | 0.95 | 0.26 | 0.24 | 316.39 | 0.9 | 0.4 |
| Hex | C1 | A | 8F | 0 | 5F | 1A | 18 | 13C | 5A | 28 |
| Octal | 301 | 12 | 217 | 0 | 137 | 32 | 30 | 474 | 132 | 50 |
| Binary | 11000001 | 1010 | 10001111 | 0 | 1011111 | 11010 | 11000 | 100111100 | 1011010 | 101000 |
Color Harmonies of #C10A8F
Complementary color
Monochromatic Colors of #C10A8F
Black with #C10A8F
Text Example
Text Example
White with #C10A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10A8F; }
p { color: rgb(193,10,143); }
H1.HeaderClassName
{
color: #C10A8F;
}
.AnyTagClassName
{
color: #C10A8F;
}
</style>
background-color css
<style>
a { background-color: #C10A8F; }
a { background-color: rgb(193,10,143); }
div.DivClassName
{
background-color: #C10A8F;
}
.BgClassName
{
background-color: #C10A8F;
}
</style>
border-color css
<style>
span { border-color: #C10A8F; }
span { border-color: rgb(193,10,143); }
td.TdClassName
{
border-color: #C10A8F;
}
.TagClassName
{
border-color: #C10A8F;
}
</style>