Shades of Medium Violet Red #C40F90
Tints of Medium Violet Red #C40F90
RGB
CMYK
RGB Variations
Color information
#C40F90 (or 0xC40F90) is known color: Medium Violet Red. HEX triplet: C4, 0F and 90. RGB value is (196,15,144). Sum of RGB (Red+Green+Blue) = 196+15+144=355 (47% of max value = 765). Red value is 196 (76.95% from 255 or 55.21% from 355); Green value is 15 (6.25% from 255 or 4.23% from 355); Blue value is 144 (56.64% from 255 or 40.56% from 355); Max value from RGB is 196 - color contains mainly: red. Hex color #C40F90 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40F90 is #3BF06F. Grayscale: #535353. Windows color (decimal): -3928176 or 9441220. OLE color: 9441220.
HSL color Cylindrical-coordinate representation of color #C40F90: hue angle of 317.24º 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 #C40F90 is Cyan = 0, Magento = 0.92, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 15 | 144 | - |
| CMYK | 0 | 0.92 | 0.27 | 0.23 |
| HSL | 317.24º | 0.86% | 0.41% | - |
| HSV(B) | 317.24º | 0.92% | 0.77% | - |
| XYZ | 27.97 | 14.09 | 27.63 | - |
| YUV | 83.83 | 161.97 | 208.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 15 | 144 | 0 | 0.92 | 0.27 | 0.23 | 317.24 | 0.86 | 0.41 |
| Hex | C4 | F | 90 | 0 | 5C | 1B | 17 | 13D | 56 | 29 |
| Octal | 304 | 17 | 220 | 0 | 134 | 33 | 27 | 475 | 126 | 51 |
| Binary | 11000100 | 1111 | 10010000 | 0 | 1011100 | 11011 | 10111 | 100111101 | 1010110 | 101001 |
Color Harmonies of #C40F90
Complementary color
Monochromatic Colors of #C40F90
Black with #C40F90
Text Example
Text Example
White with #C40F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40F90; }
p { color: rgb(196,15,144); }
H1.HeaderClassName
{
color: #C40F90;
}
.AnyTagClassName
{
color: #C40F90;
}
</style>
background-color css
<style>
a { background-color: #C40F90; }
a { background-color: rgb(196,15,144); }
div.DivClassName
{
background-color: #C40F90;
}
.BgClassName
{
background-color: #C40F90;
}
</style>
border-color css
<style>
span { border-color: #C40F90; }
span { border-color: rgb(196,15,144); }
td.TdClassName
{
border-color: #C40F90;
}
.TagClassName
{
border-color: #C40F90;
}
</style>