Shades of Medium Violet Red #C12073
Tints of Medium Violet Red #C12073
RGB
CMYK
RGB Variations
Color information
#C12073 (or 0xC12073) is known color: Medium Violet Red. HEX triplet: C1, 20 and 73. RGB value is (193,32,115). Sum of RGB (Red+Green+Blue) = 193+32+115=340 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.76% from 340); Green value is 32 (12.89% from 255 or 9.41% from 340); Blue value is 115 (45.31% from 255 or 33.82% from 340); Max value from RGB is 193 - color contains mainly: red. Hex color #C12073 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12073 is #3EDF8C. Grayscale: #595959. Windows color (decimal): -4120461 or 7545025. OLE color: 7545025.
HSL color Cylindrical-coordinate representation of color #C12073: hue angle of 329.07º 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 #C12073 is Cyan = 0, Magento = 0.83, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 32 | 115 | - |
| CMYK | 0 | 0.83 | 0.40 | 0.24 |
| HSL | 329.07º | 0.72% | 0.44% | - |
| HSV(B) | 329.07º | 0.83% | 0.76% | - |
| XYZ | 25.6 | 13.61 | 17.5 | - |
| YUV | 89.6 | 142.34 | 201.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 32 | 115 | 0 | 0.83 | 0.40 | 0.24 | 329.07 | 0.72 | 0.44 |
| Hex | C1 | 20 | 73 | 0 | 53 | 28 | 18 | 149 | 48 | 2C |
| Octal | 301 | 40 | 163 | 0 | 123 | 50 | 30 | 511 | 110 | 54 |
| Binary | 11000001 | 100000 | 1110011 | 0 | 1010011 | 101000 | 11000 | 101001001 | 1001000 | 101100 |
Color Harmonies of #C12073
Complementary color
Monochromatic Colors of #C12073
Black with #C12073
Text Example
Text Example
White with #C12073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12073; }
p { color: rgb(193,32,115); }
H1.HeaderClassName
{
color: #C12073;
}
.AnyTagClassName
{
color: #C12073;
}
</style>
background-color css
<style>
a { background-color: #C12073; }
a { background-color: rgb(193,32,115); }
div.DivClassName
{
background-color: #C12073;
}
.BgClassName
{
background-color: #C12073;
}
</style>
border-color css
<style>
span { border-color: #C12073; }
span { border-color: rgb(193,32,115); }
td.TdClassName
{
border-color: #C12073;
}
.TagClassName
{
border-color: #C12073;
}
</style>