Shades of Medium Red Violet #C12D78
Tints of Medium Red Violet #C12D78
RGB
CMYK
RGB Variations
Color information
#C12D78 (or 0xC12D78) is known color: Medium Red Violet. HEX triplet: C1, 2D and 78. RGB value is (193,45,120). Sum of RGB (Red+Green+Blue) = 193+45+120=358 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.91% from 358); Green value is 45 (17.97% from 255 or 12.57% from 358); Blue value is 120 (47.27% from 255 or 33.52% from 358); Max value from RGB is 193 - color contains mainly: red. Hex color #C12D78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12D78 is #3ED287. Grayscale: #616161. Windows color (decimal): -4117128 or 7876033. OLE color: 7876033.
HSL color Cylindrical-coordinate representation of color #C12D78: hue angle of 329.59º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C12D78 is Cyan = 0, Magento = 0.77, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 45 | 120 | - |
| CMYK | 0 | 0.77 | 0.38 | 0.24 |
| HSL | 329.59º | 0.62% | 0.47% | - |
| HSV(B) | 329.59º | 0.77% | 0.76% | - |
| XYZ | 26.32 | 14.57 | 19.19 | - |
| YUV | 97.8 | 140.53 | 195.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 45 | 120 | 0 | 0.77 | 0.38 | 0.24 | 329.59 | 0.62 | 0.47 |
| Hex | C1 | 2D | 78 | 0 | 4D | 26 | 18 | 14A | 3E | 2F |
| Octal | 301 | 55 | 170 | 0 | 115 | 46 | 30 | 512 | 76 | 57 |
| Binary | 11000001 | 101101 | 1111000 | 0 | 1001101 | 100110 | 11000 | 101001010 | 111110 | 101111 |
Color Harmonies of #C12D78
Complementary color
Monochromatic Colors of #C12D78
Black with #C12D78
Text Example
Text Example
White with #C12D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12D78; }
p { color: rgb(193,45,120); }
H1.HeaderClassName
{
color: #C12D78;
}
.AnyTagClassName
{
color: #C12D78;
}
</style>
background-color css
<style>
a { background-color: #C12D78; }
a { background-color: rgb(193,45,120); }
div.DivClassName
{
background-color: #C12D78;
}
.BgClassName
{
background-color: #C12D78;
}
</style>
border-color css
<style>
span { border-color: #C12D78; }
span { border-color: rgb(193,45,120); }
td.TdClassName
{
border-color: #C12D78;
}
.TagClassName
{
border-color: #C12D78;
}
</style>