Shades of Medium Violet Red #C1206F
Tints of Medium Violet Red #C1206F
RGB
CMYK
RGB Variations
Color information
#C1206F (or 0xC1206F) is known color: Medium Violet Red. HEX triplet: C1, 20 and 6F. RGB value is (193,32,111). Sum of RGB (Red+Green+Blue) = 193+32+111=336 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.44% from 336); Green value is 32 (12.89% from 255 or 9.52% from 336); Blue value is 111 (43.75% from 255 or 33.04% from 336); Max value from RGB is 193 - color contains mainly: red. Hex color #C1206F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1206F is #3EDF90. Grayscale: #585858. Windows color (decimal): -4120465 or 7282881. OLE color: 7282881.
HSL color Cylindrical-coordinate representation of color #C1206F: hue angle of 330.56º 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 #C1206F is Cyan = 0, Magento = 0.83, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 32 | 111 | - |
| CMYK | 0 | 0.83 | 0.42 | 0.24 |
| HSL | 330.56º | 0.72% | 0.44% | - |
| HSV(B) | 330.56º | 0.83% | 0.76% | - |
| XYZ | 25.38 | 13.52 | 16.31 | - |
| YUV | 89.15 | 140.34 | 202.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 32 | 111 | 0 | 0.83 | 0.42 | 0.24 | 330.56 | 0.72 | 0.44 |
| Hex | C1 | 20 | 6F | 0 | 53 | 2A | 18 | 14B | 48 | 2C |
| Octal | 301 | 40 | 157 | 0 | 123 | 52 | 30 | 513 | 110 | 54 |
| Binary | 11000001 | 100000 | 1101111 | 0 | 1010011 | 101010 | 11000 | 101001011 | 1001000 | 101100 |
Color Harmonies of #C1206F
Complementary color
Monochromatic Colors of #C1206F
Black with #C1206F
Text Example
Text Example
White with #C1206F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1206F; }
p { color: rgb(193,32,111); }
H1.HeaderClassName
{
color: #C1206F;
}
.AnyTagClassName
{
color: #C1206F;
}
</style>
background-color css
<style>
a { background-color: #C1206F; }
a { background-color: rgb(193,32,111); }
div.DivClassName
{
background-color: #C1206F;
}
.BgClassName
{
background-color: #C1206F;
}
</style>
border-color css
<style>
span { border-color: #C1206F; }
span { border-color: rgb(193,32,111); }
td.TdClassName
{
border-color: #C1206F;
}
.TagClassName
{
border-color: #C1206F;
}
</style>