Shades of Medium Violet Red #C10A6B
Tints of Medium Violet Red #C10A6B
RGB
CMYK
RGB Variations
Color information
#C10A6B (or 0xC10A6B) is known color: Medium Violet Red. HEX triplet: C1, 0A and 6B. RGB value is (193,10,107). Sum of RGB (Red+Green+Blue) = 193+10+107=310 (41% of max value = 765). Red value is 193 (75.78% from 255 or 62.26% from 310); Green value is 10 (4.30% from 255 or 3.23% from 310); Blue value is 107 (42.19% from 255 or 34.52% from 310); Max value from RGB is 193 - color contains mainly: red. Hex color #C10A6B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10A6B is #3EF594. Grayscale: #4B4B4B. Windows color (decimal): -4126101 or 7015105. OLE color: 7015105.
HSL color Cylindrical-coordinate representation of color #C10A6B: hue angle of 328.2º 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 #C10A6B is Cyan = 0, Magento = 0.95, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 10 | 107 | - |
| CMYK | 0 | 0.95 | 0.45 | 0.24 |
| HSL | 328.2º | 0.9% | 0.4% | - |
| HSV(B) | 328.2º | 0.95% | 0.76% | - |
| XYZ | 24.75 | 12.62 | 15.04 | - |
| YUV | 75.78 | 145.63 | 211.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 10 | 107 | 0 | 0.95 | 0.45 | 0.24 | 328.2 | 0.9 | 0.4 |
| Hex | C1 | A | 6B | 0 | 5F | 2D | 18 | 148 | 5A | 28 |
| Octal | 301 | 12 | 153 | 0 | 137 | 55 | 30 | 510 | 132 | 50 |
| Binary | 11000001 | 1010 | 1101011 | 0 | 1011111 | 101101 | 11000 | 101001000 | 1011010 | 101000 |
Color Harmonies of #C10A6B
Complementary color
Monochromatic Colors of #C10A6B
Black with #C10A6B
Text Example
Text Example
White with #C10A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10A6B; }
p { color: rgb(193,10,107); }
H1.HeaderClassName
{
color: #C10A6B;
}
.AnyTagClassName
{
color: #C10A6B;
}
</style>
background-color css
<style>
a { background-color: #C10A6B; }
a { background-color: rgb(193,10,107); }
div.DivClassName
{
background-color: #C10A6B;
}
.BgClassName
{
background-color: #C10A6B;
}
</style>
border-color css
<style>
span { border-color: #C10A6B; }
span { border-color: rgb(193,10,107); }
td.TdClassName
{
border-color: #C10A6B;
}
.TagClassName
{
border-color: #C10A6B;
}
</style>