Shades of Medium Violet Red #C1208B
Tints of Medium Violet Red #C1208B
RGB
CMYK
RGB Variations
Color information
#C1208B (or 0xC1208B) is known color: Medium Violet Red. HEX triplet: C1, 20 and 8B. RGB value is (193,32,139). Sum of RGB (Red+Green+Blue) = 193+32+139=364 (48% of max value = 765). Red value is 193 (75.78% from 255 or 53.02% from 364); Green value is 32 (12.89% from 255 or 8.79% from 364); Blue value is 139 (54.69% from 255 or 38.19% from 364); Max value from RGB is 193 - color contains mainly: red. Hex color #C1208B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1208B is #3EDF74. Grayscale: #5C5C5C. Windows color (decimal): -4120437 or 9117889. OLE color: 9117889.
HSL color Cylindrical-coordinate representation of color #C1208B: hue angle of 320.12º 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 #C1208B is Cyan = 0, Magento = 0.83, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 32 | 139 | - |
| CMYK | 0 | 0.83 | 0.28 | 0.24 |
| HSL | 320.12º | 0.72% | 0.44% | - |
| HSV(B) | 320.12º | 0.83% | 0.76% | - |
| XYZ | 27.17 | 14.23 | 25.74 | - |
| YUV | 92.34 | 154.34 | 199.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 32 | 139 | 0 | 0.83 | 0.28 | 0.24 | 320.12 | 0.72 | 0.44 |
| Hex | C1 | 20 | 8B | 0 | 53 | 1C | 18 | 140 | 48 | 2C |
| Octal | 301 | 40 | 213 | 0 | 123 | 34 | 30 | 500 | 110 | 54 |
| Binary | 11000001 | 100000 | 10001011 | 0 | 1010011 | 11100 | 11000 | 101000000 | 1001000 | 101100 |
Color Harmonies of #C1208B
Complementary color
Monochromatic Colors of #C1208B
Black with #C1208B
Text Example
Text Example
White with #C1208B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1208B; }
p { color: rgb(193,32,139); }
H1.HeaderClassName
{
color: #C1208B;
}
.AnyTagClassName
{
color: #C1208B;
}
</style>
background-color css
<style>
a { background-color: #C1208B; }
a { background-color: rgb(193,32,139); }
div.DivClassName
{
background-color: #C1208B;
}
.BgClassName
{
background-color: #C1208B;
}
</style>
border-color css
<style>
span { border-color: #C1208B; }
span { border-color: rgb(193,32,139); }
td.TdClassName
{
border-color: #C1208B;
}
.TagClassName
{
border-color: #C1208B;
}
</style>