Shades of Medium Violet Red #C41280
Tints of Medium Violet Red #C41280
RGB
CMYK
RGB Variations
Color information
#C41280 (or 0xC41280) is known color: Medium Violet Red. HEX triplet: C4, 12 and 80. RGB value is (196,18,128). Sum of RGB (Red+Green+Blue) = 196+18+128=342 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.31% from 342); Green value is 18 (7.42% from 255 or 5.26% from 342); Blue value is 128 (50.39% from 255 or 37.43% from 342); Max value from RGB is 196 - color contains mainly: red. Hex color #C41280 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C41280 is #3BED7F. Grayscale: #535353. Windows color (decimal): -3927424 or 8393412. OLE color: 8393412.
HSL color Cylindrical-coordinate representation of color #C41280: hue angle of 322.92º 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 #C41280 is Cyan = 0, Magento = 0.91, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 18 | 128 | - |
| CMYK | 0 | 0.91 | 0.35 | 0.23 |
| HSL | 322.92º | 0.83% | 0.42% | - |
| HSV(B) | 322.92º | 0.91% | 0.77% | - |
| XYZ | 26.88 | 13.73 | 21.66 | - |
| YUV | 83.76 | 152.97 | 208.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 18 | 128 | 0 | 0.91 | 0.35 | 0.23 | 322.92 | 0.83 | 0.42 |
| Hex | C4 | 12 | 80 | 0 | 5B | 23 | 17 | 143 | 53 | 2A |
| Octal | 304 | 22 | 200 | 0 | 133 | 43 | 27 | 503 | 123 | 52 |
| Binary | 11000100 | 10010 | 10000000 | 0 | 1011011 | 100011 | 10111 | 101000011 | 1010011 | 101010 |
Color Harmonies of #C41280
Complementary color
Monochromatic Colors of #C41280
Black with #C41280
Text Example
Text Example
White with #C41280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41280; }
p { color: rgb(196,18,128); }
H1.HeaderClassName
{
color: #C41280;
}
.AnyTagClassName
{
color: #C41280;
}
</style>
background-color css
<style>
a { background-color: #C41280; }
a { background-color: rgb(196,18,128); }
div.DivClassName
{
background-color: #C41280;
}
.BgClassName
{
background-color: #C41280;
}
</style>
border-color css
<style>
span { border-color: #C41280; }
span { border-color: rgb(196,18,128); }
td.TdClassName
{
border-color: #C41280;
}
.TagClassName
{
border-color: #C41280;
}
</style>