Shades of Medium Red Violet #C12884
Tints of Medium Red Violet #C12884
RGB
CMYK
RGB Variations
Color information
#C12884 (or 0xC12884) is known color: Medium Red Violet. HEX triplet: C1, 28 and 84. RGB value is (193,40,132). Sum of RGB (Red+Green+Blue) = 193+40+132=365 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.88% from 365); Green value is 40 (16.02% from 255 or 10.96% from 365); Blue value is 132 (51.95% from 255 or 36.16% from 365); Max value from RGB is 193 - color contains mainly: red. Hex color #C12884 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12884 is #3ED77B. Grayscale: #606060. Windows color (decimal): -4118396 or 8661185. OLE color: 8661185.
HSL color Cylindrical-coordinate representation of color #C12884: hue angle of 323.92º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C12884 is Cyan = 0, Magento = 0.79, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 40 | 132 | - |
| CMYK | 0 | 0.79 | 0.32 | 0.24 |
| HSL | 323.92º | 0.66% | 0.46% | - |
| HSV(B) | 323.92º | 0.79% | 0.76% | - |
| XYZ | 26.92 | 14.52 | 23.21 | - |
| YUV | 96.24 | 148.19 | 197.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 40 | 132 | 0 | 0.79 | 0.32 | 0.24 | 323.92 | 0.66 | 0.46 |
| Hex | C1 | 28 | 84 | 0 | 4F | 20 | 18 | 144 | 42 | 2E |
| Octal | 301 | 50 | 204 | 0 | 117 | 40 | 30 | 504 | 102 | 56 |
| Binary | 11000001 | 101000 | 10000100 | 0 | 1001111 | 100000 | 11000 | 101000100 | 1000010 | 101110 |
Color Harmonies of #C12884
Complementary color
Monochromatic Colors of #C12884
Black with #C12884
Text Example
Text Example
White with #C12884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12884; }
p { color: rgb(193,40,132); }
H1.HeaderClassName
{
color: #C12884;
}
.AnyTagClassName
{
color: #C12884;
}
</style>
background-color css
<style>
a { background-color: #C12884; }
a { background-color: rgb(193,40,132); }
div.DivClassName
{
background-color: #C12884;
}
.BgClassName
{
background-color: #C12884;
}
</style>
border-color css
<style>
span { border-color: #C12884; }
span { border-color: rgb(193,40,132); }
td.TdClassName
{
border-color: #C12884;
}
.TagClassName
{
border-color: #C12884;
}
</style>