Shades of Medium Violet Red #C40D99
Tints of Medium Violet Red #C40D99
RGB
CMYK
RGB Variations
Color information
#C40D99 (or 0xC40D99) is known color: Medium Violet Red. HEX triplet: C4, 0D and 99. RGB value is (196,13,153). Sum of RGB (Red+Green+Blue) = 196+13+153=362 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.14% from 362); Green value is 13 (5.47% from 255 or 3.59% from 362); Blue value is 153 (60.16% from 255 or 42.27% from 362); Max value from RGB is 196 - color contains mainly: red. Hex color #C40D99 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40D99 is #3BF266. Grayscale: #535353. Windows color (decimal): -3928679 or 10030532. OLE color: 10030532.
HSL color Cylindrical-coordinate representation of color #C40D99: hue angle of 314.1º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C40D99 is Cyan = 0, Magento = 0.93, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 13 | 153 | - |
| CMYK | 0 | 0.93 | 0.22 | 0.23 |
| HSL | 314.1º | 0.88% | 0.41% | - |
| HSV(B) | 314.1º | 0.93% | 0.77% | - |
| XYZ | 28.66 | 14.32 | 31.39 | - |
| YUV | 83.68 | 167.13 | 208.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 13 | 153 | 0 | 0.93 | 0.22 | 0.23 | 314.1 | 0.88 | 0.41 |
| Hex | C4 | D | 99 | 0 | 5D | 16 | 17 | 13A | 58 | 29 |
| Octal | 304 | 15 | 231 | 0 | 135 | 26 | 27 | 472 | 130 | 51 |
| Binary | 11000100 | 1101 | 10011001 | 0 | 1011101 | 10110 | 10111 | 100111010 | 1011000 | 101001 |
Color Harmonies of #C40D99
Complementary color
Monochromatic Colors of #C40D99
Black with #C40D99
Text Example
Text Example
White with #C40D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40D99; }
p { color: rgb(196,13,153); }
H1.HeaderClassName
{
color: #C40D99;
}
.AnyTagClassName
{
color: #C40D99;
}
</style>
background-color css
<style>
a { background-color: #C40D99; }
a { background-color: rgb(196,13,153); }
div.DivClassName
{
background-color: #C40D99;
}
.BgClassName
{
background-color: #C40D99;
}
</style>
border-color css
<style>
span { border-color: #C40D99; }
span { border-color: rgb(196,13,153); }
td.TdClassName
{
border-color: #C40D99;
}
.TagClassName
{
border-color: #C40D99;
}
</style>