Shades of Medium Violet Red #C41C93
Tints of Medium Violet Red #C41C93
RGB
CMYK
RGB Variations
Color information
#C41C93 (or 0xC41C93) is known color: Medium Violet Red. HEX triplet: C4, 1C and 93. RGB value is (196,28,147). Sum of RGB (Red+Green+Blue) = 196+28+147=371 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.83% from 371); Green value is 28 (11.33% from 255 or 7.55% from 371); Blue value is 147 (57.81% from 255 or 39.62% from 371); Max value from RGB is 196 - color contains mainly: red. Hex color #C41C93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C41C93 is #3BE36C. Grayscale: #5B5B5B. Windows color (decimal): -3924845 or 9641156. OLE color: 9641156.
HSL color Cylindrical-coordinate representation of color #C41C93: hue angle of 317.5º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C41C93 is Cyan = 0, Magento = 0.86, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 28 | 147 | - |
| CMYK | 0 | 0.86 | 0.25 | 0.23 |
| HSL | 317.5º | 0.75% | 0.44% | - |
| HSV(B) | 317.5º | 0.86% | 0.77% | - |
| XYZ | 28.45 | 14.67 | 28.94 | - |
| YUV | 91.8 | 159.16 | 202.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 28 | 147 | 0 | 0.86 | 0.25 | 0.23 | 317.5 | 0.75 | 0.44 |
| Hex | C4 | 1C | 93 | 0 | 56 | 19 | 17 | 13E | 4B | 2C |
| Octal | 304 | 34 | 223 | 0 | 126 | 31 | 27 | 476 | 113 | 54 |
| Binary | 11000100 | 11100 | 10010011 | 0 | 1010110 | 11001 | 10111 | 100111110 | 1001011 | 101100 |
Color Harmonies of #C41C93
Complementary color
Monochromatic Colors of #C41C93
Black with #C41C93
Text Example
Text Example
White with #C41C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41C93; }
p { color: rgb(196,28,147); }
H1.HeaderClassName
{
color: #C41C93;
}
.AnyTagClassName
{
color: #C41C93;
}
</style>
background-color css
<style>
a { background-color: #C41C93; }
a { background-color: rgb(196,28,147); }
div.DivClassName
{
background-color: #C41C93;
}
.BgClassName
{
background-color: #C41C93;
}
</style>
border-color css
<style>
span { border-color: #C41C93; }
span { border-color: rgb(196,28,147); }
td.TdClassName
{
border-color: #C41C93;
}
.TagClassName
{
border-color: #C41C93;
}
</style>