Shades of Medium Violet Red #C40CA8
Tints of Medium Violet Red #C40CA8
RGB
CMYK
RGB Variations
Color information
#C40CA8 (or 0xC40CA8) is known color: Medium Violet Red. HEX triplet: C4, 0C and A8. RGB value is (196,12,168). Sum of RGB (Red+Green+Blue) = 196+12+168=376 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.13% from 376); Green value is 12 (5.08% from 255 or 3.19% from 376); Blue value is 168 (66.02% from 255 or 44.68% from 376); Max value from RGB is 196 - color contains mainly: red. Hex color #C40CA8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40CA8 is #3BF357. Grayscale: #545454. Windows color (decimal): -3928920 or 11013316. OLE color: 11013316.
HSL color Cylindrical-coordinate representation of color #C40CA8: hue angle of 309.13º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C40CA8 is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 12 | 168 | - |
| CMYK | 0 | 0.94 | 0.14 | 0.23 |
| HSL | 309.13º | 0.88% | 0.41% | - |
| HSV(B) | 309.13º | 0.94% | 0.77% | - |
| XYZ | 29.96 | 14.83 | 38.33 | - |
| YUV | 84.8 | 174.96 | 207.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 12 | 168 | 0 | 0.94 | 0.14 | 0.23 | 309.13 | 0.88 | 0.41 |
| Hex | C4 | C | A8 | 0 | 5E | E | 17 | 135 | 58 | 29 |
| Octal | 304 | 14 | 250 | 0 | 136 | 16 | 27 | 465 | 130 | 51 |
| Binary | 11000100 | 1100 | 10101000 | 0 | 1011110 | 1110 | 10111 | 100110101 | 1011000 | 101001 |
Color Harmonies of #C40CA8
Complementary color
Monochromatic Colors of #C40CA8
Black with #C40CA8
Text Example
Text Example
White with #C40CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40CA8; }
p { color: rgb(196,12,168); }
H1.HeaderClassName
{
color: #C40CA8;
}
.AnyTagClassName
{
color: #C40CA8;
}
</style>
background-color css
<style>
a { background-color: #C40CA8; }
a { background-color: rgb(196,12,168); }
div.DivClassName
{
background-color: #C40CA8;
}
.BgClassName
{
background-color: #C40CA8;
}
</style>
border-color css
<style>
span { border-color: #C40CA8; }
span { border-color: rgb(196,12,168); }
td.TdClassName
{
border-color: #C40CA8;
}
.TagClassName
{
border-color: #C40CA8;
}
</style>