Shades of Medium Violet Red #C40296
Tints of Medium Violet Red #C40296
RGB
CMYK
RGB Variations
Color information
#C40296 (or 0xC40296) is known color: Medium Violet Red. HEX triplet: C4, 02 and 96. RGB value is (196,2,150). Sum of RGB (Red+Green+Blue) = 196+2+150=348 (46% of max value = 765). Red value is 196 (76.95% from 255 or 56.32% from 348); Green value is 2 (1.17% from 255 or 0.57% from 348); Blue value is 150 (58.98% from 255 or 43.10% from 348); Max value from RGB is 196 - color contains mainly: red. Hex color #C40296 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40296 is #3BFD69. Grayscale: #4C4C4C. Windows color (decimal): -3931498 or 9831108. OLE color: 9831108.
HSL color Cylindrical-coordinate representation of color #C40296: hue angle of 314.23º degrees, saturation: 0.98, 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 #C40296 is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 2 | 150 | - |
| CMYK | 0 | 0.99 | 0.23 | 0.23 |
| HSL | 314.23º | 0.98% | 0.39% | - |
| HSV(B) | 314.23º | 0.99% | 0.77% | - |
| XYZ | 28.29 | 13.98 | 30.06 | - |
| YUV | 76.88 | 169.27 | 212.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 2 | 150 | 0 | 0.99 | 0.23 | 0.23 | 314.23 | 0.98 | 0.39 |
| Hex | C4 | 2 | 96 | 0 | 63 | 17 | 17 | 13A | 62 | 27 |
| Octal | 304 | 2 | 226 | 0 | 143 | 27 | 27 | 472 | 142 | 47 |
| Binary | 11000100 | 10 | 10010110 | 0 | 1100011 | 10111 | 10111 | 100111010 | 1100010 | 100111 |
Color Harmonies of #C40296
Complementary color
Monochromatic Colors of #C40296
Black with #C40296
Text Example
Text Example
White with #C40296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40296; }
p { color: rgb(196,2,150); }
H1.HeaderClassName
{
color: #C40296;
}
.AnyTagClassName
{
color: #C40296;
}
</style>
background-color css
<style>
a { background-color: #C40296; }
a { background-color: rgb(196,2,150); }
div.DivClassName
{
background-color: #C40296;
}
.BgClassName
{
background-color: #C40296;
}
</style>
border-color css
<style>
span { border-color: #C40296; }
span { border-color: rgb(196,2,150); }
td.TdClassName
{
border-color: #C40296;
}
.TagClassName
{
border-color: #C40296;
}
</style>