Shades of Medium Violet Red #C12399
Tints of Medium Violet Red #C12399
RGB
CMYK
RGB Variations
Color information
#C12399 (or 0xC12399) is known color: Medium Violet Red. HEX triplet: C1, 23 and 99. RGB value is (193,35,153). Sum of RGB (Red+Green+Blue) = 193+35+153=381 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.66% from 381); Green value is 35 (14.06% from 255 or 9.19% from 381); Blue value is 153 (60.16% from 255 or 40.16% from 381); Max value from RGB is 193 - color contains mainly: red. Hex color #C12399 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12399 is #3EDC66. Grayscale: #5F5F5F. Windows color (decimal): -4119655 or 10036161. OLE color: 10036161.
HSL color Cylindrical-coordinate representation of color #C12399: hue angle of 315.19º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C12399 is Cyan = 0, Magento = 0.82, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 35 | 153 | - |
| CMYK | 0 | 0.82 | 0.21 | 0.24 |
| HSL | 315.19º | 0.69% | 0.45% | - |
| HSV(B) | 315.19º | 0.82% | 0.76% | - |
| XYZ | 28.34 | 14.84 | 31.51 | - |
| YUV | 95.69 | 160.35 | 197.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 35 | 153 | 0 | 0.82 | 0.21 | 0.24 | 315.19 | 0.69 | 0.45 |
| Hex | C1 | 23 | 99 | 0 | 52 | 15 | 18 | 13B | 45 | 2D |
| Octal | 301 | 43 | 231 | 0 | 122 | 25 | 30 | 473 | 105 | 55 |
| Binary | 11000001 | 100011 | 10011001 | 0 | 1010010 | 10101 | 11000 | 100111011 | 1000101 | 101101 |
Color Harmonies of #C12399
Complementary color
Monochromatic Colors of #C12399
Black with #C12399
Text Example
Text Example
White with #C12399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12399; }
p { color: rgb(193,35,153); }
H1.HeaderClassName
{
color: #C12399;
}
.AnyTagClassName
{
color: #C12399;
}
</style>
background-color css
<style>
a { background-color: #C12399; }
a { background-color: rgb(193,35,153); }
div.DivClassName
{
background-color: #C12399;
}
.BgClassName
{
background-color: #C12399;
}
</style>
border-color css
<style>
span { border-color: #C12399; }
span { border-color: rgb(193,35,153); }
td.TdClassName
{
border-color: #C12399;
}
.TagClassName
{
border-color: #C12399;
}
</style>