Shades of Medium Red Violet #C12892
Tints of Medium Red Violet #C12892
RGB
CMYK
RGB Variations
Color information
#C12892 (or 0xC12892) is known color: Medium Red Violet. HEX triplet: C1, 28 and 92. RGB value is (193,40,146). Sum of RGB (Red+Green+Blue) = 193+40+146=379 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.92% from 379); Green value is 40 (16.02% from 255 or 10.55% from 379); Blue value is 146 (57.42% from 255 or 38.52% from 379); Max value from RGB is 193 - color contains mainly: red. Hex color #C12892 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12892 is #3ED76D. Grayscale: #616161. Windows color (decimal): -4118382 or 9578689. OLE color: 9578689.
HSL color Cylindrical-coordinate representation of color #C12892: hue angle of 318.43º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C12892 is Cyan = 0, Magento = 0.79, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 40 | 146 | - |
| CMYK | 0 | 0.79 | 0.24 | 0.24 |
| HSL | 318.43º | 0.66% | 0.46% | - |
| HSV(B) | 318.43º | 0.79% | 0.76% | - |
| XYZ | 27.94 | 14.93 | 28.6 | - |
| YUV | 97.83 | 155.19 | 195.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 40 | 146 | 0 | 0.79 | 0.24 | 0.24 | 318.43 | 0.66 | 0.46 |
| Hex | C1 | 28 | 92 | 0 | 4F | 18 | 18 | 13E | 42 | 2E |
| Octal | 301 | 50 | 222 | 0 | 117 | 30 | 30 | 476 | 102 | 56 |
| Binary | 11000001 | 101000 | 10010010 | 0 | 1001111 | 11000 | 11000 | 100111110 | 1000010 | 101110 |
Color Harmonies of #C12892
Complementary color
Monochromatic Colors of #C12892
Black with #C12892
Text Example
Text Example
White with #C12892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12892; }
p { color: rgb(193,40,146); }
H1.HeaderClassName
{
color: #C12892;
}
.AnyTagClassName
{
color: #C12892;
}
</style>
background-color css
<style>
a { background-color: #C12892; }
a { background-color: rgb(193,40,146); }
div.DivClassName
{
background-color: #C12892;
}
.BgClassName
{
background-color: #C12892;
}
</style>
border-color css
<style>
span { border-color: #C12892; }
span { border-color: rgb(193,40,146); }
td.TdClassName
{
border-color: #C12892;
}
.TagClassName
{
border-color: #C12892;
}
</style>