Shades of Medium Violet Red #C41298
Tints of Medium Violet Red #C41298
RGB
CMYK
RGB Variations
Color information
#C41298 (or 0xC41298) is known color: Medium Violet Red. HEX triplet: C4, 12 and 98. RGB value is (196,18,152). Sum of RGB (Red+Green+Blue) = 196+18+152=366 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.55% from 366); Green value is 18 (7.42% from 255 or 4.92% from 366); Blue value is 152 (59.77% from 255 or 41.53% from 366); Max value from RGB is 196 - color contains mainly: red. Hex color #C41298 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C41298 is #3BED67. Grayscale: #565656. Windows color (decimal): -3927400 or 9966276. OLE color: 9966276.
HSL color Cylindrical-coordinate representation of color #C41298: hue angle of 314.83º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C41298 is Cyan = 0, Magento = 0.91, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 18 | 152 | - |
| CMYK | 0 | 0.91 | 0.22 | 0.23 |
| HSL | 314.83º | 0.83% | 0.42% | - |
| HSV(B) | 314.83º | 0.91% | 0.77% | - |
| XYZ | 28.65 | 14.44 | 30.98 | - |
| YUV | 86.5 | 164.97 | 206.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 18 | 152 | 0 | 0.91 | 0.22 | 0.23 | 314.83 | 0.83 | 0.42 |
| Hex | C4 | 12 | 98 | 0 | 5B | 16 | 17 | 13B | 53 | 2A |
| Octal | 304 | 22 | 230 | 0 | 133 | 26 | 27 | 473 | 123 | 52 |
| Binary | 11000100 | 10010 | 10011000 | 0 | 1011011 | 10110 | 10111 | 100111011 | 1010011 | 101010 |
Color Harmonies of #C41298
Complementary color
Monochromatic Colors of #C41298
Black with #C41298
Text Example
Text Example
White with #C41298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41298; }
p { color: rgb(196,18,152); }
H1.HeaderClassName
{
color: #C41298;
}
.AnyTagClassName
{
color: #C41298;
}
</style>
background-color css
<style>
a { background-color: #C41298; }
a { background-color: rgb(196,18,152); }
div.DivClassName
{
background-color: #C41298;
}
.BgClassName
{
background-color: #C41298;
}
</style>
border-color css
<style>
span { border-color: #C41298; }
span { border-color: rgb(196,18,152); }
td.TdClassName
{
border-color: #C41298;
}
.TagClassName
{
border-color: #C41298;
}
</style>