Shades of Medium Violet Red #C12498
Tints of Medium Violet Red #C12498
RGB
CMYK
RGB Variations
Color information
#C12498 (or 0xC12498) is known color: Medium Violet Red. HEX triplet: C1, 24 and 98. RGB value is (193,36,152). Sum of RGB (Red+Green+Blue) = 193+36+152=381 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.66% from 381); Green value is 36 (14.45% from 255 or 9.45% from 381); Blue value is 152 (59.77% from 255 or 39.90% from 381); Max value from RGB is 193 - color contains mainly: red. Hex color #C12498 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12498 is #3EDB67. Grayscale: #5F5F5F. Windows color (decimal): -4119400 or 9970881. OLE color: 9970881.
HSL color Cylindrical-coordinate representation of color #C12498: hue angle of 315.67º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C12498 is Cyan = 0, Magento = 0.81, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 36 | 152 | - |
| CMYK | 0 | 0.81 | 0.21 | 0.24 |
| HSL | 315.67º | 0.69% | 0.45% | - |
| HSV(B) | 315.67º | 0.81% | 0.76% | - |
| XYZ | 28.29 | 14.87 | 31.08 | - |
| YUV | 96.17 | 159.51 | 197.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 36 | 152 | 0 | 0.81 | 0.21 | 0.24 | 315.67 | 0.69 | 0.45 |
| Hex | C1 | 24 | 98 | 0 | 51 | 15 | 18 | 13C | 45 | 2D |
| Octal | 301 | 44 | 230 | 0 | 121 | 25 | 30 | 474 | 105 | 55 |
| Binary | 11000001 | 100100 | 10011000 | 0 | 1010001 | 10101 | 11000 | 100111100 | 1000101 | 101101 |
Color Harmonies of #C12498
Complementary color
Monochromatic Colors of #C12498
Black with #C12498
Text Example
Text Example
White with #C12498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12498; }
p { color: rgb(193,36,152); }
H1.HeaderClassName
{
color: #C12498;
}
.AnyTagClassName
{
color: #C12498;
}
</style>
background-color css
<style>
a { background-color: #C12498; }
a { background-color: rgb(193,36,152); }
div.DivClassName
{
background-color: #C12498;
}
.BgClassName
{
background-color: #C12498;
}
</style>
border-color css
<style>
span { border-color: #C12498; }
span { border-color: rgb(193,36,152); }
td.TdClassName
{
border-color: #C12498;
}
.TagClassName
{
border-color: #C12498;
}
</style>