Shades of Medium Violet Red #C40175
Tints of Medium Violet Red #C40175
RGB
CMYK
RGB Variations
Color information
#C40175 (or 0xC40175) is known color: Medium Violet Red. HEX triplet: C4, 01 and 75. RGB value is (196,1,117). Sum of RGB (Red+Green+Blue) = 196+1+117=314 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.42% from 314); Green value is 1 (0.78% from 255 or 0.32% from 314); Blue value is 117 (46.09% from 255 or 37.26% from 314); Max value from RGB is 196 - color contains mainly: red. Hex color #C40175 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40175 is #3BFE8A. Grayscale: #484848. Windows color (decimal): -3931787 or 7668164. OLE color: 7668164.
HSL color Cylindrical-coordinate representation of color #C40175: hue angle of 324.31º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C40175 is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 1 | 117 | - |
| CMYK | 0 | 0.99 | 0.40 | 0.23 |
| HSL | 324.31º | 0.99% | 0.39% | - |
| HSV(B) | 324.31º | 0.99% | 0.77% | - |
| XYZ | 25.99 | 13.04 | 17.98 | - |
| YUV | 72.53 | 153.1 | 216.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 1 | 117 | 0 | 0.99 | 0.40 | 0.23 | 324.31 | 0.99 | 0.39 |
| Hex | C4 | 1 | 75 | 0 | 63 | 28 | 17 | 144 | 63 | 27 |
| Octal | 304 | 1 | 165 | 0 | 143 | 50 | 27 | 504 | 143 | 47 |
| Binary | 11000100 | 1 | 1110101 | 0 | 1100011 | 101000 | 10111 | 101000100 | 1100011 | 100111 |
Color Harmonies of #C40175
Complementary color
Monochromatic Colors of #C40175
Black with #C40175
Text Example
Text Example
White with #C40175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40175; }
p { color: rgb(196,1,117); }
H1.HeaderClassName
{
color: #C40175;
}
.AnyTagClassName
{
color: #C40175;
}
</style>
background-color css
<style>
a { background-color: #C40175; }
a { background-color: rgb(196,1,117); }
div.DivClassName
{
background-color: #C40175;
}
.BgClassName
{
background-color: #C40175;
}
</style>
border-color css
<style>
span { border-color: #C40175; }
span { border-color: rgb(196,1,117); }
td.TdClassName
{
border-color: #C40175;
}
.TagClassName
{
border-color: #C40175;
}
</style>