Shades of Medium Violet Red #C10074
Tints of Medium Violet Red #C10074
RGB
CMYK
RGB Variations
Color information
#C10074 (or 0xC10074) is known color: Medium Violet Red. HEX triplet: C1, 00 and 74. RGB value is (193,0,116). Sum of RGB (Red+Green+Blue) = 193+0+116=309 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.46% from 309); Green value is 0 (0.39% from 255 or 0% from 309); Blue value is 116 (45.70% from 255 or 37.54% from 309); Max value from RGB is 193 - color contains mainly: red. Hex color #C10074 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10074 is #3EFF8B. Grayscale: #464646. Windows color (decimal): -4128652 or 7602369. OLE color: 7602369.
HSL color Cylindrical-coordinate representation of color #C10074: hue angle of 323.94º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C10074 is Cyan = 0, Magento = 1, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 0 | 116 | - |
| CMYK | 0 | 1 | 0.40 | 0.24 |
| HSL | 323.94º | 1% | 0.38% | - |
| HSV(B) | 323.94º | 1% | 0.76% | - |
| XYZ | 25.14 | 12.6 | 17.63 | - |
| YUV | 70.93 | 153.44 | 215.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 0 | 116 | 0 | 1 | 0.40 | 0.24 | 323.94 | 1 | 0.38 |
| Hex | C1 | 0 | 74 | 0 | 64 | 28 | 18 | 144 | 64 | 26 |
| Octal | 301 | 0 | 164 | 0 | 144 | 50 | 30 | 504 | 144 | 46 |
| Binary | 11000001 | 0 | 1110100 | 0 | 1100100 | 101000 | 11000 | 101000100 | 1100100 | 100110 |
Color Harmonies of #C10074
Complementary color
Monochromatic Colors of #C10074
Black with #C10074
Text Example
Text Example
White with #C10074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10074; }
p { color: rgb(193,0,116); }
H1.HeaderClassName
{
color: #C10074;
}
.AnyTagClassName
{
color: #C10074;
}
</style>
background-color css
<style>
a { background-color: #C10074; }
a { background-color: rgb(193,0,116); }
div.DivClassName
{
background-color: #C10074;
}
.BgClassName
{
background-color: #C10074;
}
</style>
border-color css
<style>
span { border-color: #C10074; }
span { border-color: rgb(193,0,116); }
td.TdClassName
{
border-color: #C10074;
}
.TagClassName
{
border-color: #C10074;
}
</style>