Shades of Medium Violet Red #C40497
Tints of Medium Violet Red #C40497
RGB
CMYK
RGB Variations
Color information
#C40497 (or 0xC40497) is known color: Medium Violet Red. HEX triplet: C4, 04 and 97. RGB value is (196,4,151). Sum of RGB (Red+Green+Blue) = 196+4+151=351 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.84% from 351); Green value is 4 (1.95% from 255 or 1.14% from 351); Blue value is 151 (59.38% from 255 or 43.02% from 351); Max value from RGB is 196 - color contains mainly: red. Hex color #C40497 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40497 is #3BFB68. Grayscale: #4D4D4D. Windows color (decimal): -3930985 or 9897156. OLE color: 9897156.
HSL color Cylindrical-coordinate representation of color #C40497: hue angle of 314.06º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C40497 is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 4 | 151 | - |
| CMYK | 0 | 0.98 | 0.23 | 0.23 |
| HSL | 314.06º | 0.96% | 0.39% | - |
| HSV(B) | 314.06º | 0.98% | 0.77% | - |
| XYZ | 28.39 | 14.06 | 30.49 | - |
| YUV | 78.17 | 169.11 | 212.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 4 | 151 | 0 | 0.98 | 0.23 | 0.23 | 314.06 | 0.96 | 0.39 |
| Hex | C4 | 4 | 97 | 0 | 62 | 17 | 17 | 13A | 60 | 27 |
| Octal | 304 | 4 | 227 | 0 | 142 | 27 | 27 | 472 | 140 | 47 |
| Binary | 11000100 | 100 | 10010111 | 0 | 1100010 | 10111 | 10111 | 100111010 | 1100000 | 100111 |
Color Harmonies of #C40497
Complementary color
Monochromatic Colors of #C40497
Black with #C40497
Text Example
Text Example
White with #C40497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40497; }
p { color: rgb(196,4,151); }
H1.HeaderClassName
{
color: #C40497;
}
.AnyTagClassName
{
color: #C40497;
}
</style>
background-color css
<style>
a { background-color: #C40497; }
a { background-color: rgb(196,4,151); }
div.DivClassName
{
background-color: #C40497;
}
.BgClassName
{
background-color: #C40497;
}
</style>
border-color css
<style>
span { border-color: #C40497; }
span { border-color: rgb(196,4,151); }
td.TdClassName
{
border-color: #C40497;
}
.TagClassName
{
border-color: #C40497;
}
</style>