Shades of Medium Violet Red #C1207A
Tints of Medium Violet Red #C1207A
RGB
CMYK
RGB Variations
Color information
#C1207A (or 0xC1207A) is known color: Medium Violet Red. HEX triplet: C1, 20 and 7A. RGB value is (193,32,122). Sum of RGB (Red+Green+Blue) = 193+32+122=347 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.62% from 347); Green value is 32 (12.89% from 255 or 9.22% from 347); Blue value is 122 (48.05% from 255 or 35.16% from 347); Max value from RGB is 193 - color contains mainly: red. Hex color #C1207A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1207A is #3EDF85. Grayscale: #5A5A5A. Windows color (decimal): -4120454 or 8003777. OLE color: 8003777.
HSL color Cylindrical-coordinate representation of color #C1207A: hue angle of 326.46º 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 #C1207A is Cyan = 0, Magento = 0.83, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 32 | 122 | - |
| CMYK | 0 | 0.83 | 0.37 | 0.24 |
| HSL | 326.46º | 0.72% | 0.44% | - |
| HSV(B) | 326.46º | 0.83% | 0.76% | - |
| XYZ | 26.02 | 13.78 | 19.7 | - |
| YUV | 90.4 | 145.84 | 201.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 32 | 122 | 0 | 0.83 | 0.37 | 0.24 | 326.46 | 0.72 | 0.44 |
| Hex | C1 | 20 | 7A | 0 | 53 | 25 | 18 | 146 | 48 | 2C |
| Octal | 301 | 40 | 172 | 0 | 123 | 45 | 30 | 506 | 110 | 54 |
| Binary | 11000001 | 100000 | 1111010 | 0 | 1010011 | 100101 | 11000 | 101000110 | 1001000 | 101100 |
Color Harmonies of #C1207A
Complementary color
Monochromatic Colors of #C1207A
Black with #C1207A
Text Example
Text Example
White with #C1207A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1207A; }
p { color: rgb(193,32,122); }
H1.HeaderClassName
{
color: #C1207A;
}
.AnyTagClassName
{
color: #C1207A;
}
</style>
background-color css
<style>
a { background-color: #C1207A; }
a { background-color: rgb(193,32,122); }
div.DivClassName
{
background-color: #C1207A;
}
.BgClassName
{
background-color: #C1207A;
}
</style>
border-color css
<style>
span { border-color: #C1207A; }
span { border-color: rgb(193,32,122); }
td.TdClassName
{
border-color: #C1207A;
}
.TagClassName
{
border-color: #C1207A;
}
</style>