Shades of Medium Violet Red #C12075
Tints of Medium Violet Red #C12075
RGB
CMYK
RGB Variations
Color information
#C12075 (or 0xC12075) is known color: Medium Violet Red. HEX triplet: C1, 20 and 75. RGB value is (193,32,117). Sum of RGB (Red+Green+Blue) = 193+32+117=342 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.43% from 342); Green value is 32 (12.89% from 255 or 9.36% from 342); Blue value is 117 (46.09% from 255 or 34.21% from 342); Max value from RGB is 193 - color contains mainly: red. Hex color #C12075 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12075 is #3EDF8A. Grayscale: #595959. Windows color (decimal): -4120459 or 7676097. OLE color: 7676097.
HSL color Cylindrical-coordinate representation of color #C12075: hue angle of 328.32º 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 #C12075 is Cyan = 0, Magento = 0.83, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 32 | 117 | - |
| CMYK | 0 | 0.83 | 0.39 | 0.24 |
| HSL | 328.32º | 0.72% | 0.44% | - |
| HSV(B) | 328.32º | 0.83% | 0.76% | - |
| XYZ | 25.72 | 13.65 | 18.11 | - |
| YUV | 89.83 | 143.34 | 201.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 32 | 117 | 0 | 0.83 | 0.39 | 0.24 | 328.32 | 0.72 | 0.44 |
| Hex | C1 | 20 | 75 | 0 | 53 | 27 | 18 | 148 | 48 | 2C |
| Octal | 301 | 40 | 165 | 0 | 123 | 47 | 30 | 510 | 110 | 54 |
| Binary | 11000001 | 100000 | 1110101 | 0 | 1010011 | 100111 | 11000 | 101001000 | 1001000 | 101100 |
Color Harmonies of #C12075
Complementary color
Monochromatic Colors of #C12075
Black with #C12075
Text Example
Text Example
White with #C12075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12075; }
p { color: rgb(193,32,117); }
H1.HeaderClassName
{
color: #C12075;
}
.AnyTagClassName
{
color: #C12075;
}
</style>
background-color css
<style>
a { background-color: #C12075; }
a { background-color: rgb(193,32,117); }
div.DivClassName
{
background-color: #C12075;
}
.BgClassName
{
background-color: #C12075;
}
</style>
border-color css
<style>
span { border-color: #C12075; }
span { border-color: rgb(193,32,117); }
td.TdClassName
{
border-color: #C12075;
}
.TagClassName
{
border-color: #C12075;
}
</style>