Shades of Medium Violet Red #C41278
Tints of Medium Violet Red #C41278
RGB
CMYK
RGB Variations
Color information
#C41278 (or 0xC41278) is known color: Medium Violet Red. HEX triplet: C4, 12 and 78. RGB value is (196,18,120). Sum of RGB (Red+Green+Blue) = 196+18+120=334 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.68% from 334); Green value is 18 (7.42% from 255 or 5.39% from 334); Blue value is 120 (47.27% from 255 or 35.93% from 334); Max value from RGB is 196 - color contains mainly: red. Hex color #C41278 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41278 is #3BED87. Grayscale: #525252. Windows color (decimal): -3927432 or 7869124. OLE color: 7869124.
HSL color Cylindrical-coordinate representation of color #C41278: hue angle of 325.62º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C41278 is Cyan = 0, Magento = 0.91, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 18 | 120 | - |
| CMYK | 0 | 0.91 | 0.39 | 0.23 |
| HSL | 325.62º | 0.83% | 0.42% | - |
| HSV(B) | 325.62º | 0.91% | 0.77% | - |
| XYZ | 26.37 | 13.52 | 18.99 | - |
| YUV | 82.85 | 148.97 | 208.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 18 | 120 | 0 | 0.91 | 0.39 | 0.23 | 325.62 | 0.83 | 0.42 |
| Hex | C4 | 12 | 78 | 0 | 5B | 27 | 17 | 146 | 53 | 2A |
| Octal | 304 | 22 | 170 | 0 | 133 | 47 | 27 | 506 | 123 | 52 |
| Binary | 11000100 | 10010 | 1111000 | 0 | 1011011 | 100111 | 10111 | 101000110 | 1010011 | 101010 |
Color Harmonies of #C41278
Complementary color
Monochromatic Colors of #C41278
Black with #C41278
Text Example
Text Example
White with #C41278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41278; }
p { color: rgb(196,18,120); }
H1.HeaderClassName
{
color: #C41278;
}
.AnyTagClassName
{
color: #C41278;
}
</style>
background-color css
<style>
a { background-color: #C41278; }
a { background-color: rgb(196,18,120); }
div.DivClassName
{
background-color: #C41278;
}
.BgClassName
{
background-color: #C41278;
}
</style>
border-color css
<style>
span { border-color: #C41278; }
span { border-color: rgb(196,18,120); }
td.TdClassName
{
border-color: #C41278;
}
.TagClassName
{
border-color: #C41278;
}
</style>