Shades of Medium Violet Red #C40FA7
Tints of Medium Violet Red #C40FA7
RGB
CMYK
RGB Variations
Color information
#C40FA7 (or 0xC40FA7) is known color: Medium Violet Red. HEX triplet: C4, 0F and A7. RGB value is (196,15,167). Sum of RGB (Red+Green+Blue) = 196+15+167=378 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.85% from 378); Green value is 15 (6.25% from 255 or 3.97% from 378); Blue value is 167 (65.62% from 255 or 44.18% from 378); Max value from RGB is 196 - color contains mainly: red. Hex color #C40FA7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40FA7 is #3BF058. Grayscale: #565656. Windows color (decimal): -3928153 or 10948548. OLE color: 10948548.
HSL color Cylindrical-coordinate representation of color #C40FA7: hue angle of 309.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 #C40FA7 is Cyan = 0, Magento = 0.92, Yellow = 0.15 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 15 | 167 | - |
| CMYK | 0 | 0.92 | 0.15 | 0.23 |
| HSL | 309.61º | 0.86% | 0.41% | - |
| HSV(B) | 309.61º | 0.92% | 0.77% | - |
| XYZ | 29.91 | 14.87 | 37.85 | - |
| YUV | 86.45 | 173.47 | 206.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 15 | 167 | 0 | 0.92 | 0.15 | 0.23 | 309.61 | 0.86 | 0.41 |
| Hex | C4 | F | A7 | 0 | 5C | F | 17 | 136 | 56 | 29 |
| Octal | 304 | 17 | 247 | 0 | 134 | 17 | 27 | 466 | 126 | 51 |
| Binary | 11000100 | 1111 | 10100111 | 0 | 1011100 | 1111 | 10111 | 100110110 | 1010110 | 101001 |
Color Harmonies of #C40FA7
Complementary color
Monochromatic Colors of #C40FA7
Black with #C40FA7
Text Example
Text Example
White with #C40FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40FA7; }
p { color: rgb(196,15,167); }
H1.HeaderClassName
{
color: #C40FA7;
}
.AnyTagClassName
{
color: #C40FA7;
}
</style>
background-color css
<style>
a { background-color: #C40FA7; }
a { background-color: rgb(196,15,167); }
div.DivClassName
{
background-color: #C40FA7;
}
.BgClassName
{
background-color: #C40FA7;
}
</style>
border-color css
<style>
span { border-color: #C40FA7; }
span { border-color: rgb(196,15,167); }
td.TdClassName
{
border-color: #C40FA7;
}
.TagClassName
{
border-color: #C40FA7;
}
</style>