Shades of Medium Violet Red #C41A6A
Tints of Medium Violet Red #C41A6A
RGB
CMYK
RGB Variations
Color information
#C41A6A (or 0xC41A6A) is known color: Medium Violet Red. HEX triplet: C4, 1A and 6A. RGB value is (196,26,106). Sum of RGB (Red+Green+Blue) = 196+26+106=328 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.76% from 328); Green value is 26 (10.55% from 255 or 7.93% from 328); Blue value is 106 (41.80% from 255 or 32.32% from 328); Max value from RGB is 196 - color contains mainly: red. Hex color #C41A6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C41A6A is #3BE595. Grayscale: #555555. Windows color (decimal): -3925398 or 6953668. OLE color: 6953668.
HSL color Cylindrical-coordinate representation of color #C41A6A: hue angle of 331.76º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C41A6A is Cyan = 0, Magento = 0.87, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 26 | 106 | - |
| CMYK | 0 | 0.87 | 0.46 | 0.23 |
| HSL | 331.76º | 0.77% | 0.44% | - |
| HSV(B) | 331.76º | 0.87% | 0.77% | - |
| XYZ | 25.74 | 13.52 | 14.89 | - |
| YUV | 85.95 | 139.32 | 206.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 26 | 106 | 0 | 0.87 | 0.46 | 0.23 | 331.76 | 0.77 | 0.44 |
| Hex | C4 | 1A | 6A | 0 | 57 | 2E | 17 | 14C | 4D | 2C |
| Octal | 304 | 32 | 152 | 0 | 127 | 56 | 27 | 514 | 115 | 54 |
| Binary | 11000100 | 11010 | 1101010 | 0 | 1010111 | 101110 | 10111 | 101001100 | 1001101 | 101100 |
Color Harmonies of #C41A6A
Complementary color
Monochromatic Colors of #C41A6A
Black with #C41A6A
Text Example
Text Example
White with #C41A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41A6A; }
p { color: rgb(196,26,106); }
H1.HeaderClassName
{
color: #C41A6A;
}
.AnyTagClassName
{
color: #C41A6A;
}
</style>
background-color css
<style>
a { background-color: #C41A6A; }
a { background-color: rgb(196,26,106); }
div.DivClassName
{
background-color: #C41A6A;
}
.BgClassName
{
background-color: #C41A6A;
}
</style>
border-color css
<style>
span { border-color: #C41A6A; }
span { border-color: rgb(196,26,106); }
td.TdClassName
{
border-color: #C41A6A;
}
.TagClassName
{
border-color: #C41A6A;
}
</style>