Shades of Medium Violet Red #C41A7A
Tints of Medium Violet Red #C41A7A
RGB
CMYK
RGB Variations
Color information
#C41A7A (or 0xC41A7A) is known color: Medium Violet Red. HEX triplet: C4, 1A and 7A. RGB value is (196,26,122). Sum of RGB (Red+Green+Blue) = 196+26+122=344 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.98% from 344); Green value is 26 (10.55% from 255 or 7.56% from 344); Blue value is 122 (48.05% from 255 or 35.47% from 344); Max value from RGB is 196 - color contains mainly: red. Hex color #C41A7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C41A7A is #3BE585. Grayscale: #575757. Windows color (decimal): -3925382 or 8002244. OLE color: 8002244.
HSL color Cylindrical-coordinate representation of color #C41A7A: hue angle of 326.12º 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 #C41A7A is Cyan = 0, Magento = 0.87, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 26 | 122 | - |
| CMYK | 0 | 0.87 | 0.38 | 0.23 |
| HSL | 326.12º | 0.77% | 0.44% | - |
| HSV(B) | 326.12º | 0.87% | 0.77% | - |
| XYZ | 26.65 | 13.88 | 19.69 | - |
| YUV | 87.77 | 147.32 | 205.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 26 | 122 | 0 | 0.87 | 0.38 | 0.23 | 326.12 | 0.77 | 0.44 |
| Hex | C4 | 1A | 7A | 0 | 57 | 26 | 17 | 146 | 4D | 2C |
| Octal | 304 | 32 | 172 | 0 | 127 | 46 | 27 | 506 | 115 | 54 |
| Binary | 11000100 | 11010 | 1111010 | 0 | 1010111 | 100110 | 10111 | 101000110 | 1001101 | 101100 |
Color Harmonies of #C41A7A
Complementary color
Monochromatic Colors of #C41A7A
Black with #C41A7A
Text Example
Text Example
White with #C41A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41A7A; }
p { color: rgb(196,26,122); }
H1.HeaderClassName
{
color: #C41A7A;
}
.AnyTagClassName
{
color: #C41A7A;
}
</style>
background-color css
<style>
a { background-color: #C41A7A; }
a { background-color: rgb(196,26,122); }
div.DivClassName
{
background-color: #C41A7A;
}
.BgClassName
{
background-color: #C41A7A;
}
</style>
border-color css
<style>
span { border-color: #C41A7A; }
span { border-color: rgb(196,26,122); }
td.TdClassName
{
border-color: #C41A7A;
}
.TagClassName
{
border-color: #C41A7A;
}
</style>