Shades of Medium Violet Red #C1206C
Tints of Medium Violet Red #C1206C
RGB
CMYK
RGB Variations
Color information
#C1206C (or 0xC1206C) is known color: Medium Violet Red. HEX triplet: C1, 20 and 6C. RGB value is (193,32,108). Sum of RGB (Red+Green+Blue) = 193+32+108=333 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.96% from 333); Green value is 32 (12.89% from 255 or 9.61% from 333); Blue value is 108 (42.58% from 255 or 32.43% from 333); Max value from RGB is 193 - color contains mainly: red. Hex color #C1206C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1206C is #3EDF93. Grayscale: #585858. Windows color (decimal): -4120468 or 7086273. OLE color: 7086273.
HSL color Cylindrical-coordinate representation of color #C1206C: hue angle of 331.68º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C1206C is Cyan = 0, Magento = 0.83, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 32 | 108 | - |
| CMYK | 0 | 0.83 | 0.44 | 0.24 |
| HSL | 331.68º | 0.72% | 0.44% | - |
| HSV(B) | 331.68º | 0.83% | 0.76% | - |
| XYZ | 25.22 | 13.45 | 15.46 | - |
| YUV | 88.8 | 138.84 | 202.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 32 | 108 | 0 | 0.83 | 0.44 | 0.24 | 331.68 | 0.72 | 0.44 |
| Hex | C1 | 20 | 6C | 0 | 53 | 2C | 18 | 14C | 48 | 2C |
| Octal | 301 | 40 | 154 | 0 | 123 | 54 | 30 | 514 | 110 | 54 |
| Binary | 11000001 | 100000 | 1101100 | 0 | 1010011 | 101100 | 11000 | 101001100 | 1001000 | 101100 |
Color Harmonies of #C1206C
Complementary color
Monochromatic Colors of #C1206C
Black with #C1206C
Text Example
Text Example
White with #C1206C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1206C; }
p { color: rgb(193,32,108); }
H1.HeaderClassName
{
color: #C1206C;
}
.AnyTagClassName
{
color: #C1206C;
}
</style>
background-color css
<style>
a { background-color: #C1206C; }
a { background-color: rgb(193,32,108); }
div.DivClassName
{
background-color: #C1206C;
}
.BgClassName
{
background-color: #C1206C;
}
</style>
border-color css
<style>
span { border-color: #C1206C; }
span { border-color: rgb(193,32,108); }
td.TdClassName
{
border-color: #C1206C;
}
.TagClassName
{
border-color: #C1206C;
}
</style>