Shades of Medium Violet Red #C1207D
Tints of Medium Violet Red #C1207D
RGB
CMYK
RGB Variations
Color information
#C1207D (or 0xC1207D) is known color: Medium Violet Red. HEX triplet: C1, 20 and 7D. RGB value is (193,32,125). Sum of RGB (Red+Green+Blue) = 193+32+125=350 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.14% from 350); Green value is 32 (12.89% from 255 or 9.14% from 350); Blue value is 125 (49.22% from 255 or 35.71% from 350); Max value from RGB is 193 - color contains mainly: red. Hex color #C1207D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1207D is #3EDF82. Grayscale: #5A5A5A. Windows color (decimal): -4120451 or 8200385. OLE color: 8200385.
HSL color Cylindrical-coordinate representation of color #C1207D: hue angle of 325.34º 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 #C1207D is Cyan = 0, Magento = 0.83, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 32 | 125 | - |
| CMYK | 0 | 0.83 | 0.35 | 0.24 |
| HSL | 325.34º | 0.72% | 0.44% | - |
| HSV(B) | 325.34º | 0.83% | 0.76% | - |
| XYZ | 26.21 | 13.85 | 20.69 | - |
| YUV | 90.74 | 147.34 | 200.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 32 | 125 | 0 | 0.83 | 0.35 | 0.24 | 325.34 | 0.72 | 0.44 |
| Hex | C1 | 20 | 7D | 0 | 53 | 23 | 18 | 145 | 48 | 2C |
| Octal | 301 | 40 | 175 | 0 | 123 | 43 | 30 | 505 | 110 | 54 |
| Binary | 11000001 | 100000 | 1111101 | 0 | 1010011 | 100011 | 11000 | 101000101 | 1001000 | 101100 |
Color Harmonies of #C1207D
Complementary color
Monochromatic Colors of #C1207D
Black with #C1207D
Text Example
Text Example
White with #C1207D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1207D; }
p { color: rgb(193,32,125); }
H1.HeaderClassName
{
color: #C1207D;
}
.AnyTagClassName
{
color: #C1207D;
}
</style>
background-color css
<style>
a { background-color: #C1207D; }
a { background-color: rgb(193,32,125); }
div.DivClassName
{
background-color: #C1207D;
}
.BgClassName
{
background-color: #C1207D;
}
</style>
border-color css
<style>
span { border-color: #C1207D; }
span { border-color: rgb(193,32,125); }
td.TdClassName
{
border-color: #C1207D;
}
.TagClassName
{
border-color: #C1207D;
}
</style>