Shades of Medium Violet Red #C12184
Tints of Medium Violet Red #C12184
RGB
CMYK
RGB Variations
Color information
#C12184 (or 0xC12184) is known color: Medium Violet Red. HEX triplet: C1, 21 and 84. RGB value is (193,33,132). Sum of RGB (Red+Green+Blue) = 193+33+132=358 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.91% from 358); Green value is 33 (13.28% from 255 or 9.22% from 358); Blue value is 132 (51.95% from 255 or 36.87% from 358); Max value from RGB is 193 - color contains mainly: red. Hex color #C12184 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12184 is #3EDE7B. Grayscale: #5B5B5B. Windows color (decimal): -4120188 or 8659393. OLE color: 8659393.
HSL color Cylindrical-coordinate representation of color #C12184: hue angle of 322.88º degrees, saturation: 0.71, 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 #C12184 is Cyan = 0, Magento = 0.83, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 33 | 132 | - |
| CMYK | 0 | 0.83 | 0.32 | 0.24 |
| HSL | 322.88º | 0.71% | 0.44% | - |
| HSV(B) | 322.88º | 0.83% | 0.76% | - |
| XYZ | 26.7 | 14.09 | 23.14 | - |
| YUV | 92.13 | 150.51 | 199.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 33 | 132 | 0 | 0.83 | 0.32 | 0.24 | 322.88 | 0.71 | 0.44 |
| Hex | C1 | 21 | 84 | 0 | 53 | 20 | 18 | 143 | 47 | 2C |
| Octal | 301 | 41 | 204 | 0 | 123 | 40 | 30 | 503 | 107 | 54 |
| Binary | 11000001 | 100001 | 10000100 | 0 | 1010011 | 100000 | 11000 | 101000011 | 1000111 | 101100 |
Color Harmonies of #C12184
Complementary color
Monochromatic Colors of #C12184
Black with #C12184
Text Example
Text Example
White with #C12184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12184; }
p { color: rgb(193,33,132); }
H1.HeaderClassName
{
color: #C12184;
}
.AnyTagClassName
{
color: #C12184;
}
</style>
background-color css
<style>
a { background-color: #C12184; }
a { background-color: rgb(193,33,132); }
div.DivClassName
{
background-color: #C12184;
}
.BgClassName
{
background-color: #C12184;
}
</style>
border-color css
<style>
span { border-color: #C12184; }
span { border-color: rgb(193,33,132); }
td.TdClassName
{
border-color: #C12184;
}
.TagClassName
{
border-color: #C12184;
}
</style>