Shades of Medium Violet Red #C41CAC
Tints of Medium Violet Red #C41CAC
RGB
CMYK
RGB Variations
Color information
#C41CAC (or 0xC41CAC) is known color: Medium Violet Red. HEX triplet: C4, 1C and AC. RGB value is (196,28,172). Sum of RGB (Red+Green+Blue) = 196+28+172=396 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.49% from 396); Green value is 28 (11.33% from 255 or 7.07% from 396); Blue value is 172 (67.58% from 255 or 43.43% from 396); Max value from RGB is 196 - color contains mainly: red. Hex color #C41CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C41CAC is #3BE353. Grayscale: #5E5E5E. Windows color (decimal): -3924820 or 11279556. OLE color: 11279556.
HSL color Cylindrical-coordinate representation of color #C41CAC: hue angle of 308.57º 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 #C41CAC is Cyan = 0, Magento = 0.86, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 28 | 172 | - |
| CMYK | 0 | 0.86 | 0.12 | 0.23 |
| HSL | 308.57º | 0.75% | 0.44% | - |
| HSV(B) | 308.57º | 0.86% | 0.77% | - |
| XYZ | 30.63 | 15.54 | 40.42 | - |
| YUV | 94.65 | 171.66 | 200.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 28 | 172 | 0 | 0.86 | 0.12 | 0.23 | 308.57 | 0.75 | 0.44 |
| Hex | C4 | 1C | AC | 0 | 56 | C | 17 | 135 | 4B | 2C |
| Octal | 304 | 34 | 254 | 0 | 126 | 14 | 27 | 465 | 113 | 54 |
| Binary | 11000100 | 11100 | 10101100 | 0 | 1010110 | 1100 | 10111 | 100110101 | 1001011 | 101100 |
Color Harmonies of #C41CAC
Complementary color
Monochromatic Colors of #C41CAC
Black with #C41CAC
Text Example
Text Example
White with #C41CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41CAC; }
p { color: rgb(196,28,172); }
H1.HeaderClassName
{
color: #C41CAC;
}
.AnyTagClassName
{
color: #C41CAC;
}
</style>
background-color css
<style>
a { background-color: #C41CAC; }
a { background-color: rgb(196,28,172); }
div.DivClassName
{
background-color: #C41CAC;
}
.BgClassName
{
background-color: #C41CAC;
}
</style>
border-color css
<style>
span { border-color: #C41CAC; }
span { border-color: rgb(196,28,172); }
td.TdClassName
{
border-color: #C41CAC;
}
.TagClassName
{
border-color: #C41CAC;
}
</style>