Shades of Medium Violet Red #C1067E
Tints of Medium Violet Red #C1067E
RGB
CMYK
RGB Variations
Color information
#C1067E (or 0xC1067E) is known color: Medium Violet Red. HEX triplet: C1, 06 and 7E. RGB value is (193,6,126). Sum of RGB (Red+Green+Blue) = 193+6+126=325 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.38% from 325); Green value is 6 (2.73% from 255 or 1.85% from 325); Blue value is 126 (49.61% from 255 or 38.77% from 325); Max value from RGB is 193 - color contains mainly: red. Hex color #C1067E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1067E is #3EF981. Grayscale: #4B4B4B. Windows color (decimal): -4127106 or 8259265. OLE color: 8259265.
HSL color Cylindrical-coordinate representation of color #C1067E: hue angle of 321.5º 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 #C1067E is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 6 | 126 | - |
| CMYK | 0 | 0.97 | 0.35 | 0.24 |
| HSL | 321.5º | 0.94% | 0.39% | - |
| HSV(B) | 321.5º | 0.97% | 0.76% | - |
| XYZ | 25.82 | 12.97 | 20.88 | - |
| YUV | 75.59 | 156.45 | 211.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 6 | 126 | 0 | 0.97 | 0.35 | 0.24 | 321.5 | 0.94 | 0.39 |
| Hex | C1 | 6 | 7E | 0 | 61 | 23 | 18 | 141 | 5E | 27 |
| Octal | 301 | 6 | 176 | 0 | 141 | 43 | 30 | 501 | 136 | 47 |
| Binary | 11000001 | 110 | 1111110 | 0 | 1100001 | 100011 | 11000 | 101000001 | 1011110 | 100111 |
Color Harmonies of #C1067E
Complementary color
Monochromatic Colors of #C1067E
Black with #C1067E
Text Example
Text Example
White with #C1067E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1067E; }
p { color: rgb(193,6,126); }
H1.HeaderClassName
{
color: #C1067E;
}
.AnyTagClassName
{
color: #C1067E;
}
</style>
background-color css
<style>
a { background-color: #C1067E; }
a { background-color: rgb(193,6,126); }
div.DivClassName
{
background-color: #C1067E;
}
.BgClassName
{
background-color: #C1067E;
}
</style>
border-color css
<style>
span { border-color: #C1067E; }
span { border-color: rgb(193,6,126); }
td.TdClassName
{
border-color: #C1067E;
}
.TagClassName
{
border-color: #C1067E;
}
</style>