Shades of Medium Violet Red #C40CA6
Tints of Medium Violet Red #C40CA6
RGB
CMYK
RGB Variations
Color information
#C40CA6 (or 0xC40CA6) is known color: Medium Violet Red. HEX triplet: C4, 0C and A6. RGB value is (196,12,166). Sum of RGB (Red+Green+Blue) = 196+12+166=374 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.41% from 374); Green value is 12 (5.08% from 255 or 3.21% from 374); Blue value is 166 (65.23% from 255 or 44.39% from 374); Max value from RGB is 196 - color contains mainly: red. Hex color #C40CA6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40CA6 is #3BF359. Grayscale: #545454. Windows color (decimal): -3928922 or 10882244. OLE color: 10882244.
HSL color Cylindrical-coordinate representation of color #C40CA6: hue angle of 309.78º 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 #C40CA6 is Cyan = 0, Magento = 0.94, Yellow = 0.15 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 12 | 166 | - |
| CMYK | 0 | 0.94 | 0.15 | 0.23 |
| HSL | 309.78º | 0.88% | 0.41% | - |
| HSV(B) | 309.78º | 0.94% | 0.77% | - |
| XYZ | 29.78 | 14.75 | 37.35 | - |
| YUV | 84.57 | 173.96 | 207.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 12 | 166 | 0 | 0.94 | 0.15 | 0.23 | 309.78 | 0.88 | 0.41 |
| Hex | C4 | C | A6 | 0 | 5E | F | 17 | 136 | 58 | 29 |
| Octal | 304 | 14 | 246 | 0 | 136 | 17 | 27 | 466 | 130 | 51 |
| Binary | 11000100 | 1100 | 10100110 | 0 | 1011110 | 1111 | 10111 | 100110110 | 1011000 | 101001 |
Color Harmonies of #C40CA6
Complementary color
Monochromatic Colors of #C40CA6
Black with #C40CA6
Text Example
Text Example
White with #C40CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40CA6; }
p { color: rgb(196,12,166); }
H1.HeaderClassName
{
color: #C40CA6;
}
.AnyTagClassName
{
color: #C40CA6;
}
</style>
background-color css
<style>
a { background-color: #C40CA6; }
a { background-color: rgb(196,12,166); }
div.DivClassName
{
background-color: #C40CA6;
}
.BgClassName
{
background-color: #C40CA6;
}
</style>
border-color css
<style>
span { border-color: #C40CA6; }
span { border-color: rgb(196,12,166); }
td.TdClassName
{
border-color: #C40CA6;
}
.TagClassName
{
border-color: #C40CA6;
}
</style>