Shades of Medium Violet Red #C1066D
Tints of Medium Violet Red #C1066D
RGB
CMYK
RGB Variations
Color information
#C1066D (or 0xC1066D) is known color: Medium Violet Red. HEX triplet: C1, 06 and 6D. RGB value is (193,6,109). Sum of RGB (Red+Green+Blue) = 193+6+109=308 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.66% from 308); Green value is 6 (2.73% from 255 or 1.95% from 308); Blue value is 109 (42.97% from 255 or 35.39% from 308); Max value from RGB is 193 - color contains mainly: red. Hex color #C1066D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1066D is #3EF992. Grayscale: #494949. Windows color (decimal): -4127123 or 7145153. OLE color: 7145153.
HSL color Cylindrical-coordinate representation of color #C1066D: hue angle of 326.95º 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 #C1066D is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 6 | 109 | - |
| CMYK | 0 | 0.97 | 0.44 | 0.24 |
| HSL | 326.95º | 0.94% | 0.39% | - |
| HSV(B) | 326.95º | 0.97% | 0.76% | - |
| XYZ | 24.82 | 12.57 | 15.59 | - |
| YUV | 73.66 | 147.95 | 213.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 6 | 109 | 0 | 0.97 | 0.44 | 0.24 | 326.95 | 0.94 | 0.39 |
| Hex | C1 | 6 | 6D | 0 | 61 | 2C | 18 | 147 | 5E | 27 |
| Octal | 301 | 6 | 155 | 0 | 141 | 54 | 30 | 507 | 136 | 47 |
| Binary | 11000001 | 110 | 1101101 | 0 | 1100001 | 101100 | 11000 | 101000111 | 1011110 | 100111 |
Color Harmonies of #C1066D
Complementary color
Monochromatic Colors of #C1066D
Black with #C1066D
Text Example
Text Example
White with #C1066D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1066D; }
p { color: rgb(193,6,109); }
H1.HeaderClassName
{
color: #C1066D;
}
.AnyTagClassName
{
color: #C1066D;
}
</style>
background-color css
<style>
a { background-color: #C1066D; }
a { background-color: rgb(193,6,109); }
div.DivClassName
{
background-color: #C1066D;
}
.BgClassName
{
background-color: #C1066D;
}
</style>
border-color css
<style>
span { border-color: #C1066D; }
span { border-color: rgb(193,6,109); }
td.TdClassName
{
border-color: #C1066D;
}
.TagClassName
{
border-color: #C1066D;
}
</style>