Shades of Medium Violet Red #C40FA4
Tints of Medium Violet Red #C40FA4
RGB
CMYK
RGB Variations
Color information
#C40FA4 (or 0xC40FA4) is known color: Medium Violet Red. HEX triplet: C4, 0F and A4. RGB value is (196,15,164). Sum of RGB (Red+Green+Blue) = 196+15+164=375 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.27% from 375); Green value is 15 (6.25% from 255 or 4% from 375); Blue value is 164 (64.45% from 255 or 43.73% from 375); Max value from RGB is 196 - color contains mainly: red. Hex color #C40FA4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40FA4 is #3BF05B. Grayscale: #555555. Windows color (decimal): -3928156 or 10751940. OLE color: 10751940.
HSL color Cylindrical-coordinate representation of color #C40FA4: hue angle of 310.61º 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 #C40FA4 is Cyan = 0, Magento = 0.92, Yellow = 0.16 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 15 | 164 | - |
| CMYK | 0 | 0.92 | 0.16 | 0.23 |
| HSL | 310.61º | 0.86% | 0.41% | - |
| HSV(B) | 310.61º | 0.92% | 0.77% | - |
| XYZ | 29.64 | 14.76 | 36.41 | - |
| YUV | 86.11 | 171.97 | 206.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 15 | 164 | 0 | 0.92 | 0.16 | 0.23 | 310.61 | 0.86 | 0.41 |
| Hex | C4 | F | A4 | 0 | 5C | 10 | 17 | 137 | 56 | 29 |
| Octal | 304 | 17 | 244 | 0 | 134 | 20 | 27 | 467 | 126 | 51 |
| Binary | 11000100 | 1111 | 10100100 | 0 | 1011100 | 10000 | 10111 | 100110111 | 1010110 | 101001 |
Color Harmonies of #C40FA4
Complementary color
Monochromatic Colors of #C40FA4
Black with #C40FA4
Text Example
Text Example
White with #C40FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40FA4; }
p { color: rgb(196,15,164); }
H1.HeaderClassName
{
color: #C40FA4;
}
.AnyTagClassName
{
color: #C40FA4;
}
</style>
background-color css
<style>
a { background-color: #C40FA4; }
a { background-color: rgb(196,15,164); }
div.DivClassName
{
background-color: #C40FA4;
}
.BgClassName
{
background-color: #C40FA4;
}
</style>
border-color css
<style>
span { border-color: #C40FA4; }
span { border-color: rgb(196,15,164); }
td.TdClassName
{
border-color: #C40FA4;
}
.TagClassName
{
border-color: #C40FA4;
}
</style>