Shades of Medium Violet Red #C41969
Tints of Medium Violet Red #C41969
RGB
CMYK
RGB Variations
Color information
#C41969 (or 0xC41969) is known color: Medium Violet Red. HEX triplet: C4, 19 and 69. RGB value is (196,25,105). Sum of RGB (Red+Green+Blue) = 196+25+105=326 (43% of max value = 765). Red value is 196 (76.95% from 255 or 60.12% from 326); Green value is 25 (10.16% from 255 or 7.67% from 326); Blue value is 105 (41.41% from 255 or 32.21% from 326); Max value from RGB is 196 - color contains mainly: red. Hex color #C41969 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41969 is #3BE696. Grayscale: #555555. Windows color (decimal): -3925655 or 6887876. OLE color: 6887876.
HSL color Cylindrical-coordinate representation of color #C41969: hue angle of 331.93º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C41969 is Cyan = 0, Magento = 0.87, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 25 | 105 | - |
| CMYK | 0 | 0.87 | 0.46 | 0.23 |
| HSL | 331.93º | 0.77% | 0.43% | - |
| HSV(B) | 331.93º | 0.87% | 0.77% | - |
| XYZ | 25.66 | 13.45 | 14.61 | - |
| YUV | 85.25 | 139.15 | 207 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 25 | 105 | 0 | 0.87 | 0.46 | 0.23 | 331.93 | 0.77 | 0.43 |
| Hex | C4 | 19 | 69 | 0 | 57 | 2E | 17 | 14C | 4D | 2B |
| Octal | 304 | 31 | 151 | 0 | 127 | 56 | 27 | 514 | 115 | 53 |
| Binary | 11000100 | 11001 | 1101001 | 0 | 1010111 | 101110 | 10111 | 101001100 | 1001101 | 101011 |
Color Harmonies of #C41969
Complementary color
Monochromatic Colors of #C41969
Black with #C41969
Text Example
Text Example
White with #C41969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41969; }
p { color: rgb(196,25,105); }
H1.HeaderClassName
{
color: #C41969;
}
.AnyTagClassName
{
color: #C41969;
}
</style>
background-color css
<style>
a { background-color: #C41969; }
a { background-color: rgb(196,25,105); }
div.DivClassName
{
background-color: #C41969;
}
.BgClassName
{
background-color: #C41969;
}
</style>
border-color css
<style>
span { border-color: #C41969; }
span { border-color: rgb(196,25,105); }
td.TdClassName
{
border-color: #C41969;
}
.TagClassName
{
border-color: #C41969;
}
</style>