Shades of Medium Violet Red #C10673
Tints of Medium Violet Red #C10673
RGB
CMYK
RGB Variations
Color information
#C10673 (or 0xC10673) is known color: Medium Violet Red. HEX triplet: C1, 06 and 73. RGB value is (193,6,115). Sum of RGB (Red+Green+Blue) = 193+6+115=314 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.46% from 314); Green value is 6 (2.73% from 255 or 1.91% from 314); Blue value is 115 (45.31% from 255 or 36.62% from 314); Max value from RGB is 193 - color contains mainly: red. Hex color #C10673 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10673 is #3EF98C. Grayscale: #4A4A4A. Windows color (decimal): -4127117 or 7538369. OLE color: 7538369.
HSL color Cylindrical-coordinate representation of color #C10673: hue angle of 325.03º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C10673 is Cyan = 0, Magento = 0.97, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 6 | 115 | - |
| CMYK | 0 | 0.97 | 0.40 | 0.24 |
| HSL | 325.03º | 0.94% | 0.39% | - |
| HSV(B) | 325.03º | 0.97% | 0.76% | - |
| XYZ | 25.15 | 12.71 | 17.35 | - |
| YUV | 74.34 | 150.95 | 212.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 6 | 115 | 0 | 0.97 | 0.40 | 0.24 | 325.03 | 0.94 | 0.39 |
| Hex | C1 | 6 | 73 | 0 | 61 | 28 | 18 | 145 | 5E | 27 |
| Octal | 301 | 6 | 163 | 0 | 141 | 50 | 30 | 505 | 136 | 47 |
| Binary | 11000001 | 110 | 1110011 | 0 | 1100001 | 101000 | 11000 | 101000101 | 1011110 | 100111 |
Color Harmonies of #C10673
Complementary color
Monochromatic Colors of #C10673
Black with #C10673
Text Example
Text Example
White with #C10673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10673; }
p { color: rgb(193,6,115); }
H1.HeaderClassName
{
color: #C10673;
}
.AnyTagClassName
{
color: #C10673;
}
</style>
background-color css
<style>
a { background-color: #C10673; }
a { background-color: rgb(193,6,115); }
div.DivClassName
{
background-color: #C10673;
}
.BgClassName
{
background-color: #C10673;
}
</style>
border-color css
<style>
span { border-color: #C10673; }
span { border-color: rgb(193,6,115); }
td.TdClassName
{
border-color: #C10673;
}
.TagClassName
{
border-color: #C10673;
}
</style>