Shades of Medium Violet Red #C40FA1
Tints of Medium Violet Red #C40FA1
RGB
CMYK
RGB Variations
Color information
#C40FA1 (or 0xC40FA1) is known color: Medium Violet Red. HEX triplet: C4, 0F and A1. RGB value is (196,15,161). Sum of RGB (Red+Green+Blue) = 196+15+161=372 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.69% from 372); Green value is 15 (6.25% from 255 or 4.03% from 372); Blue value is 161 (63.28% from 255 or 43.28% from 372); Max value from RGB is 196 - color contains mainly: red. Hex color #C40FA1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40FA1 is #3BF05E. Grayscale: #555555. Windows color (decimal): -3928159 or 10555332. OLE color: 10555332.
HSL color Cylindrical-coordinate representation of color #C40FA1: hue angle of 311.6º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C40FA1 is Cyan = 0, Magento = 0.92, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 15 | 161 | - |
| CMYK | 0 | 0.92 | 0.18 | 0.23 |
| HSL | 311.6º | 0.86% | 0.41% | - |
| HSV(B) | 311.6º | 0.92% | 0.77% | - |
| XYZ | 29.37 | 14.65 | 35 | - |
| YUV | 85.76 | 170.47 | 206.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 15 | 161 | 0 | 0.92 | 0.18 | 0.23 | 311.6 | 0.86 | 0.41 |
| Hex | C4 | F | A1 | 0 | 5C | 12 | 17 | 138 | 56 | 29 |
| Octal | 304 | 17 | 241 | 0 | 134 | 22 | 27 | 470 | 126 | 51 |
| Binary | 11000100 | 1111 | 10100001 | 0 | 1011100 | 10010 | 10111 | 100111000 | 1010110 | 101001 |
Color Harmonies of #C40FA1
Complementary color
Monochromatic Colors of #C40FA1
Black with #C40FA1
Text Example
Text Example
White with #C40FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40FA1; }
p { color: rgb(196,15,161); }
H1.HeaderClassName
{
color: #C40FA1;
}
.AnyTagClassName
{
color: #C40FA1;
}
</style>
background-color css
<style>
a { background-color: #C40FA1; }
a { background-color: rgb(196,15,161); }
div.DivClassName
{
background-color: #C40FA1;
}
.BgClassName
{
background-color: #C40FA1;
}
</style>
border-color css
<style>
span { border-color: #C40FA1; }
span { border-color: rgb(196,15,161); }
td.TdClassName
{
border-color: #C40FA1;
}
.TagClassName
{
border-color: #C40FA1;
}
</style>