Shades of Medium Violet Red #C10D7D
Tints of Medium Violet Red #C10D7D
RGB
CMYK
RGB Variations
Color information
#C10D7D (or 0xC10D7D) is known color: Medium Violet Red. HEX triplet: C1, 0D and 7D. RGB value is (193,13,125). Sum of RGB (Red+Green+Blue) = 193+13+125=331 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.31% from 331); Green value is 13 (5.47% from 255 or 3.93% from 331); Blue value is 125 (49.22% from 255 or 37.76% from 331); Max value from RGB is 193 - color contains mainly: red. Hex color #C10D7D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10D7D is #3EF282. Grayscale: #4F4F4F. Windows color (decimal): -4125315 or 8195521. OLE color: 8195521.
HSL color Cylindrical-coordinate representation of color #C10D7D: hue angle of 322.67º 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 #C10D7D is Cyan = 0, Magento = 0.93, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 13 | 125 | - |
| CMYK | 0 | 0.93 | 0.35 | 0.24 |
| HSL | 322.67º | 0.87% | 0.4% | - |
| HSV(B) | 322.67º | 0.93% | 0.76% | - |
| XYZ | 25.84 | 13.11 | 20.57 | - |
| YUV | 79.59 | 153.63 | 208.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 13 | 125 | 0 | 0.93 | 0.35 | 0.24 | 322.67 | 0.87 | 0.4 |
| Hex | C1 | D | 7D | 0 | 5D | 23 | 18 | 143 | 57 | 28 |
| Octal | 301 | 15 | 175 | 0 | 135 | 43 | 30 | 503 | 127 | 50 |
| Binary | 11000001 | 1101 | 1111101 | 0 | 1011101 | 100011 | 11000 | 101000011 | 1010111 | 101000 |
Color Harmonies of #C10D7D
Complementary color
Monochromatic Colors of #C10D7D
Black with #C10D7D
Text Example
Text Example
White with #C10D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10D7D; }
p { color: rgb(193,13,125); }
H1.HeaderClassName
{
color: #C10D7D;
}
.AnyTagClassName
{
color: #C10D7D;
}
</style>
background-color css
<style>
a { background-color: #C10D7D; }
a { background-color: rgb(193,13,125); }
div.DivClassName
{
background-color: #C10D7D;
}
.BgClassName
{
background-color: #C10D7D;
}
</style>
border-color css
<style>
span { border-color: #C10D7D; }
span { border-color: rgb(193,13,125); }
td.TdClassName
{
border-color: #C10D7D;
}
.TagClassName
{
border-color: #C10D7D;
}
</style>