Shades of Medium Violet Red #C40675
Tints of Medium Violet Red #C40675
RGB
CMYK
RGB Variations
Color information
#C40675 (or 0xC40675) is known color: Medium Violet Red. HEX triplet: C4, 06 and 75. RGB value is (196,6,117). Sum of RGB (Red+Green+Blue) = 196+6+117=319 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.44% from 319); Green value is 6 (2.73% from 255 or 1.88% from 319); Blue value is 117 (46.09% from 255 or 36.68% from 319); Max value from RGB is 196 - color contains mainly: red. Hex color #C40675 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40675 is #3BF98A. Grayscale: #4B4B4B. Windows color (decimal): -3930507 or 7669444. OLE color: 7669444.
HSL color Cylindrical-coordinate representation of color #C40675: hue angle of 324.95º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C40675 is Cyan = 0, Magento = 0.97, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 6 | 117 | - |
| CMYK | 0 | 0.97 | 0.40 | 0.23 |
| HSL | 324.95º | 0.94% | 0.4% | - |
| HSV(B) | 324.95º | 0.97% | 0.77% | - |
| XYZ | 26.04 | 13.15 | 18 | - |
| YUV | 75.46 | 151.45 | 213.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 6 | 117 | 0 | 0.97 | 0.40 | 0.23 | 324.95 | 0.94 | 0.4 |
| Hex | C4 | 6 | 75 | 0 | 61 | 28 | 17 | 145 | 5E | 28 |
| Octal | 304 | 6 | 165 | 0 | 141 | 50 | 27 | 505 | 136 | 50 |
| Binary | 11000100 | 110 | 1110101 | 0 | 1100001 | 101000 | 10111 | 101000101 | 1011110 | 101000 |
Color Harmonies of #C40675
Complementary color
Monochromatic Colors of #C40675
Black with #C40675
Text Example
Text Example
White with #C40675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40675; }
p { color: rgb(196,6,117); }
H1.HeaderClassName
{
color: #C40675;
}
.AnyTagClassName
{
color: #C40675;
}
</style>
background-color css
<style>
a { background-color: #C40675; }
a { background-color: rgb(196,6,117); }
div.DivClassName
{
background-color: #C40675;
}
.BgClassName
{
background-color: #C40675;
}
</style>
border-color css
<style>
span { border-color: #C40675; }
span { border-color: rgb(196,6,117); }
td.TdClassName
{
border-color: #C40675;
}
.TagClassName
{
border-color: #C40675;
}
</style>