Shades of Medium Red Violet #C12B98
Tints of Medium Red Violet #C12B98
RGB
CMYK
RGB Variations
Color information
#C12B98 (or 0xC12B98) is known color: Medium Red Violet. HEX triplet: C1, 2B and 98. RGB value is (193,43,152). Sum of RGB (Red+Green+Blue) = 193+43+152=388 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.74% from 388); Green value is 43 (17.19% from 255 or 11.08% from 388); Blue value is 152 (59.77% from 255 or 39.18% from 388); Max value from RGB is 193 - color contains mainly: red. Hex color #C12B98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12B98 is #3ED467. Grayscale: #636363. Windows color (decimal): -4117608 or 9972673. OLE color: 9972673.
HSL color Cylindrical-coordinate representation of color #C12B98: hue angle of 316.4º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C12B98 is Cyan = 0, Magento = 0.78, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 43 | 152 | - |
| CMYK | 0 | 0.78 | 0.21 | 0.24 |
| HSL | 316.4º | 0.64% | 0.46% | - |
| HSV(B) | 316.4º | 0.78% | 0.76% | - |
| XYZ | 28.52 | 15.33 | 31.16 | - |
| YUV | 100.28 | 157.2 | 194.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 43 | 152 | 0 | 0.78 | 0.21 | 0.24 | 316.4 | 0.64 | 0.46 |
| Hex | C1 | 2B | 98 | 0 | 4E | 15 | 18 | 13C | 40 | 2E |
| Octal | 301 | 53 | 230 | 0 | 116 | 25 | 30 | 474 | 100 | 56 |
| Binary | 11000001 | 101011 | 10011000 | 0 | 1001110 | 10101 | 11000 | 100111100 | 1000000 | 101110 |
Color Harmonies of #C12B98
Complementary color
Monochromatic Colors of #C12B98
Black with #C12B98
Text Example
Text Example
White with #C12B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12B98; }
p { color: rgb(193,43,152); }
H1.HeaderClassName
{
color: #C12B98;
}
.AnyTagClassName
{
color: #C12B98;
}
</style>
background-color css
<style>
a { background-color: #C12B98; }
a { background-color: rgb(193,43,152); }
div.DivClassName
{
background-color: #C12B98;
}
.BgClassName
{
background-color: #C12B98;
}
</style>
border-color css
<style>
span { border-color: #C12B98; }
span { border-color: rgb(193,43,152); }
td.TdClassName
{
border-color: #C12B98;
}
.TagClassName
{
border-color: #C12B98;
}
</style>