Shades of Medium Violet Red #C10679
Tints of Medium Violet Red #C10679
RGB
CMYK
RGB Variations
Color information
#C10679 (or 0xC10679) is known color: Medium Violet Red. HEX triplet: C1, 06 and 79. RGB value is (193,6,121). Sum of RGB (Red+Green+Blue) = 193+6+121=320 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.31% from 320); Green value is 6 (2.73% from 255 or 1.88% from 320); Blue value is 121 (47.66% from 255 or 37.81% from 320); Max value from RGB is 193 - color contains mainly: red. Hex color #C10679 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10679 is #3EF986. Grayscale: #4A4A4A. Windows color (decimal): -4127111 or 7931585. OLE color: 7931585.
HSL color Cylindrical-coordinate representation of color #C10679: hue angle of 323.1º 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 #C10679 is Cyan = 0, Magento = 0.97, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 6 | 121 | - |
| CMYK | 0 | 0.97 | 0.37 | 0.24 |
| HSL | 323.1º | 0.94% | 0.39% | - |
| HSV(B) | 323.1º | 0.97% | 0.76% | - |
| XYZ | 25.51 | 12.85 | 19.22 | - |
| YUV | 75.02 | 153.95 | 212.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 6 | 121 | 0 | 0.97 | 0.37 | 0.24 | 323.1 | 0.94 | 0.39 |
| Hex | C1 | 6 | 79 | 0 | 61 | 25 | 18 | 143 | 5E | 27 |
| Octal | 301 | 6 | 171 | 0 | 141 | 45 | 30 | 503 | 136 | 47 |
| Binary | 11000001 | 110 | 1111001 | 0 | 1100001 | 100101 | 11000 | 101000011 | 1011110 | 100111 |
Color Harmonies of #C10679
Complementary color
Monochromatic Colors of #C10679
Black with #C10679
Text Example
Text Example
White with #C10679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10679; }
p { color: rgb(193,6,121); }
H1.HeaderClassName
{
color: #C10679;
}
.AnyTagClassName
{
color: #C10679;
}
</style>
background-color css
<style>
a { background-color: #C10679; }
a { background-color: rgb(193,6,121); }
div.DivClassName
{
background-color: #C10679;
}
.BgClassName
{
background-color: #C10679;
}
</style>
border-color css
<style>
span { border-color: #C10679; }
span { border-color: rgb(193,6,121); }
td.TdClassName
{
border-color: #C10679;
}
.TagClassName
{
border-color: #C10679;
}
</style>