Shades of Medium Violet Red #C41293
Tints of Medium Violet Red #C41293
RGB
CMYK
RGB Variations
Color information
#C41293 (or 0xC41293) is known color: Medium Violet Red. HEX triplet: C4, 12 and 93. RGB value is (196,18,147). Sum of RGB (Red+Green+Blue) = 196+18+147=361 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.29% from 361); Green value is 18 (7.42% from 255 or 4.99% from 361); Blue value is 147 (57.81% from 255 or 40.72% from 361); Max value from RGB is 196 - color contains mainly: red. Hex color #C41293 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C41293 is #3BED6C. Grayscale: #555555. Windows color (decimal): -3927405 or 9638596. OLE color: 9638596.
HSL color Cylindrical-coordinate representation of color #C41293: hue angle of 316.52º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C41293 is Cyan = 0, Magento = 0.91, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 18 | 147 | - |
| CMYK | 0 | 0.91 | 0.25 | 0.23 |
| HSL | 316.52º | 0.83% | 0.42% | - |
| HSV(B) | 316.52º | 0.91% | 0.77% | - |
| XYZ | 28.25 | 14.27 | 28.87 | - |
| YUV | 85.93 | 162.47 | 206.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 18 | 147 | 0 | 0.91 | 0.25 | 0.23 | 316.52 | 0.83 | 0.42 |
| Hex | C4 | 12 | 93 | 0 | 5B | 19 | 17 | 13D | 53 | 2A |
| Octal | 304 | 22 | 223 | 0 | 133 | 31 | 27 | 475 | 123 | 52 |
| Binary | 11000100 | 10010 | 10010011 | 0 | 1011011 | 11001 | 10111 | 100111101 | 1010011 | 101010 |
Color Harmonies of #C41293
Complementary color
Monochromatic Colors of #C41293
Black with #C41293
Text Example
Text Example
White with #C41293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41293; }
p { color: rgb(196,18,147); }
H1.HeaderClassName
{
color: #C41293;
}
.AnyTagClassName
{
color: #C41293;
}
</style>
background-color css
<style>
a { background-color: #C41293; }
a { background-color: rgb(196,18,147); }
div.DivClassName
{
background-color: #C41293;
}
.BgClassName
{
background-color: #C41293;
}
</style>
border-color css
<style>
span { border-color: #C41293; }
span { border-color: rgb(196,18,147); }
td.TdClassName
{
border-color: #C41293;
}
.TagClassName
{
border-color: #C41293;
}
</style>