Shades of Medium Violet Red #C40294
Tints of Medium Violet Red #C40294
RGB
CMYK
RGB Variations
Color information
#C40294 (or 0xC40294) is known color: Medium Violet Red. HEX triplet: C4, 02 and 94. RGB value is (196,2,148). Sum of RGB (Red+Green+Blue) = 196+2+148=346 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.65% from 346); Green value is 2 (1.17% from 255 or 0.58% from 346); Blue value is 148 (58.20% from 255 or 42.77% from 346); Max value from RGB is 196 - color contains mainly: red. Hex color #C40294 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40294 is #3BFD6B. Grayscale: #4C4C4C. Windows color (decimal): -3931500 or 9700036. OLE color: 9700036.
HSL color Cylindrical-coordinate representation of color #C40294: hue angle of 314.85º 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 #C40294 is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 2 | 148 | - |
| CMYK | 0 | 0.99 | 0.24 | 0.23 |
| HSL | 314.85º | 0.98% | 0.39% | - |
| HSV(B) | 314.85º | 0.99% | 0.77% | - |
| XYZ | 28.13 | 13.92 | 29.22 | - |
| YUV | 76.65 | 168.27 | 213.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 2 | 148 | 0 | 0.99 | 0.24 | 0.23 | 314.85 | 0.98 | 0.39 |
| Hex | C4 | 2 | 94 | 0 | 63 | 18 | 17 | 13B | 62 | 27 |
| Octal | 304 | 2 | 224 | 0 | 143 | 30 | 27 | 473 | 142 | 47 |
| Binary | 11000100 | 10 | 10010100 | 0 | 1100011 | 11000 | 10111 | 100111011 | 1100010 | 100111 |
Color Harmonies of #C40294
Complementary color
Monochromatic Colors of #C40294
Black with #C40294
Text Example
Text Example
White with #C40294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40294; }
p { color: rgb(196,2,148); }
H1.HeaderClassName
{
color: #C40294;
}
.AnyTagClassName
{
color: #C40294;
}
</style>
background-color css
<style>
a { background-color: #C40294; }
a { background-color: rgb(196,2,148); }
div.DivClassName
{
background-color: #C40294;
}
.BgClassName
{
background-color: #C40294;
}
</style>
border-color css
<style>
span { border-color: #C40294; }
span { border-color: rgb(196,2,148); }
td.TdClassName
{
border-color: #C40294;
}
.TagClassName
{
border-color: #C40294;
}
</style>