Shades of Medium Red Violet #C12681
Tints of Medium Red Violet #C12681
RGB
CMYK
RGB Variations
Color information
#C12681 (or 0xC12681) is known color: Medium Red Violet. HEX triplet: C1, 26 and 81. RGB value is (193,38,129). Sum of RGB (Red+Green+Blue) = 193+38+129=360 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.61% from 360); Green value is 38 (15.23% from 255 or 10.56% from 360); Blue value is 129 (50.78% from 255 or 35.83% from 360); Max value from RGB is 193 - color contains mainly: red. Hex color #C12681 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12681 is #3ED97E. Grayscale: #5E5E5E. Windows color (decimal): -4118911 or 8464065. OLE color: 8464065.
HSL color Cylindrical-coordinate representation of color #C12681: hue angle of 324.77º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C12681 is Cyan = 0, Magento = 0.80, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 38 | 129 | - |
| CMYK | 0 | 0.80 | 0.33 | 0.24 |
| HSL | 324.77º | 0.67% | 0.45% | - |
| HSV(B) | 324.77º | 0.8% | 0.76% | - |
| XYZ | 26.65 | 14.31 | 22.13 | - |
| YUV | 94.72 | 147.35 | 198.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 38 | 129 | 0 | 0.80 | 0.33 | 0.24 | 324.77 | 0.67 | 0.45 |
| Hex | C1 | 26 | 81 | 0 | 50 | 21 | 18 | 145 | 43 | 2D |
| Octal | 301 | 46 | 201 | 0 | 120 | 41 | 30 | 505 | 103 | 55 |
| Binary | 11000001 | 100110 | 10000001 | 0 | 1010000 | 100001 | 11000 | 101000101 | 1000011 | 101101 |
Color Harmonies of #C12681
Complementary color
Monochromatic Colors of #C12681
Black with #C12681
Text Example
Text Example
White with #C12681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12681; }
p { color: rgb(193,38,129); }
H1.HeaderClassName
{
color: #C12681;
}
.AnyTagClassName
{
color: #C12681;
}
</style>
background-color css
<style>
a { background-color: #C12681; }
a { background-color: rgb(193,38,129); }
div.DivClassName
{
background-color: #C12681;
}
.BgClassName
{
background-color: #C12681;
}
</style>
border-color css
<style>
span { border-color: #C12681; }
span { border-color: rgb(193,38,129); }
td.TdClassName
{
border-color: #C12681;
}
.TagClassName
{
border-color: #C12681;
}
</style>