Shades of Medium Violet Red #C12074
Tints of Medium Violet Red #C12074
RGB
CMYK
RGB Variations
Color information
#C12074 (or 0xC12074) is known color: Medium Violet Red. HEX triplet: C1, 20 and 74. RGB value is (193,32,116). Sum of RGB (Red+Green+Blue) = 193+32+116=341 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.60% from 341); Green value is 32 (12.89% from 255 or 9.38% from 341); Blue value is 116 (45.70% from 255 or 34.02% from 341); Max value from RGB is 193 - color contains mainly: red. Hex color #C12074 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12074 is #3EDF8B. Grayscale: #595959. Windows color (decimal): -4120460 or 7610561. OLE color: 7610561.
HSL color Cylindrical-coordinate representation of color #C12074: hue angle of 328.7º 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 #C12074 is Cyan = 0, Magento = 0.83, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 32 | 116 | - |
| CMYK | 0 | 0.83 | 0.40 | 0.24 |
| HSL | 328.7º | 0.72% | 0.44% | - |
| HSV(B) | 328.7º | 0.83% | 0.76% | - |
| XYZ | 25.66 | 13.63 | 17.8 | - |
| YUV | 89.72 | 142.84 | 201.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 32 | 116 | 0 | 0.83 | 0.40 | 0.24 | 328.7 | 0.72 | 0.44 |
| Hex | C1 | 20 | 74 | 0 | 53 | 28 | 18 | 149 | 48 | 2C |
| Octal | 301 | 40 | 164 | 0 | 123 | 50 | 30 | 511 | 110 | 54 |
| Binary | 11000001 | 100000 | 1110100 | 0 | 1010011 | 101000 | 11000 | 101001001 | 1001000 | 101100 |
Color Harmonies of #C12074
Complementary color
Monochromatic Colors of #C12074
Black with #C12074
Text Example
Text Example
White with #C12074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12074; }
p { color: rgb(193,32,116); }
H1.HeaderClassName
{
color: #C12074;
}
.AnyTagClassName
{
color: #C12074;
}
</style>
background-color css
<style>
a { background-color: #C12074; }
a { background-color: rgb(193,32,116); }
div.DivClassName
{
background-color: #C12074;
}
.BgClassName
{
background-color: #C12074;
}
</style>
border-color css
<style>
span { border-color: #C12074; }
span { border-color: rgb(193,32,116); }
td.TdClassName
{
border-color: #C12074;
}
.TagClassName
{
border-color: #C12074;
}
</style>