Shades of Medium Violet Red #C10F72
Tints of Medium Violet Red #C10F72
RGB
CMYK
RGB Variations
Color information
#C10F72 (or 0xC10F72) is known color: Medium Violet Red. HEX triplet: C1, 0F and 72. RGB value is (193,15,114). Sum of RGB (Red+Green+Blue) = 193+15+114=322 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.94% from 322); Green value is 15 (6.25% from 255 or 4.66% from 322); Blue value is 114 (44.92% from 255 or 35.40% from 322); Max value from RGB is 193 - color contains mainly: red. Hex color #C10F72 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10F72 is #3EF08D. Grayscale: #4F4F4F. Windows color (decimal): -4124814 or 7475137. OLE color: 7475137.
HSL color Cylindrical-coordinate representation of color #C10F72: hue angle of 326.63º 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 #C10F72 is Cyan = 0, Magento = 0.92, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 15 | 114 | - |
| CMYK | 0 | 0.92 | 0.41 | 0.24 |
| HSL | 326.63º | 0.86% | 0.41% | - |
| HSV(B) | 326.63º | 0.92% | 0.76% | - |
| XYZ | 25.2 | 12.89 | 17.08 | - |
| YUV | 79.51 | 147.47 | 208.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 15 | 114 | 0 | 0.92 | 0.41 | 0.24 | 326.63 | 0.86 | 0.41 |
| Hex | C1 | F | 72 | 0 | 5C | 29 | 18 | 147 | 56 | 29 |
| Octal | 301 | 17 | 162 | 0 | 134 | 51 | 30 | 507 | 126 | 51 |
| Binary | 11000001 | 1111 | 1110010 | 0 | 1011100 | 101001 | 11000 | 101000111 | 1010110 | 101001 |
Color Harmonies of #C10F72
Complementary color
Monochromatic Colors of #C10F72
Black with #C10F72
Text Example
Text Example
White with #C10F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10F72; }
p { color: rgb(193,15,114); }
H1.HeaderClassName
{
color: #C10F72;
}
.AnyTagClassName
{
color: #C10F72;
}
</style>
background-color css
<style>
a { background-color: #C10F72; }
a { background-color: rgb(193,15,114); }
div.DivClassName
{
background-color: #C10F72;
}
.BgClassName
{
background-color: #C10F72;
}
</style>
border-color css
<style>
span { border-color: #C10F72; }
span { border-color: rgb(193,15,114); }
td.TdClassName
{
border-color: #C10F72;
}
.TagClassName
{
border-color: #C10F72;
}
</style>