Shades of Medium Violet Red #C1068E
Tints of Medium Violet Red #C1068E
RGB
CMYK
RGB Variations
Color information
#C1068E (or 0xC1068E) is known color: Medium Violet Red. HEX triplet: C1, 06 and 8E. RGB value is (193,6,142). Sum of RGB (Red+Green+Blue) = 193+6+142=341 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.60% from 341); Green value is 6 (2.73% from 255 or 1.76% from 341); Blue value is 142 (55.86% from 255 or 41.64% from 341); Max value from RGB is 193 - color contains mainly: red. Hex color #C1068E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C1068E is #3EF971. Grayscale: #4D4D4D. Windows color (decimal): -4127090 or 9307841. OLE color: 9307841.
HSL color Cylindrical-coordinate representation of color #C1068E: hue angle of 316.36º 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 #C1068E is Cyan = 0, Magento = 0.97, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 6 | 142 | - |
| CMYK | 0 | 0.97 | 0.26 | 0.24 |
| HSL | 316.36º | 0.94% | 0.39% | - |
| HSV(B) | 316.36º | 0.97% | 0.76% | - |
| XYZ | 26.94 | 13.42 | 26.76 | - |
| YUV | 77.42 | 164.45 | 210.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 6 | 142 | 0 | 0.97 | 0.26 | 0.24 | 316.36 | 0.94 | 0.39 |
| Hex | C1 | 6 | 8E | 0 | 61 | 1A | 18 | 13C | 5E | 27 |
| Octal | 301 | 6 | 216 | 0 | 141 | 32 | 30 | 474 | 136 | 47 |
| Binary | 11000001 | 110 | 10001110 | 0 | 1100001 | 11010 | 11000 | 100111100 | 1011110 | 100111 |
Color Harmonies of #C1068E
Complementary color
Monochromatic Colors of #C1068E
Black with #C1068E
Text Example
Text Example
White with #C1068E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1068E; }
p { color: rgb(193,6,142); }
H1.HeaderClassName
{
color: #C1068E;
}
.AnyTagClassName
{
color: #C1068E;
}
</style>
background-color css
<style>
a { background-color: #C1068E; }
a { background-color: rgb(193,6,142); }
div.DivClassName
{
background-color: #C1068E;
}
.BgClassName
{
background-color: #C1068E;
}
</style>
border-color css
<style>
span { border-color: #C1068E; }
span { border-color: rgb(193,6,142); }
td.TdClassName
{
border-color: #C1068E;
}
.TagClassName
{
border-color: #C1068E;
}
</style>