Shades of Medium Violet Red #C4099A
Tints of Medium Violet Red #C4099A
RGB
CMYK
RGB Variations
Color information
#C4099A (or 0xC4099A) is known color: Medium Violet Red. HEX triplet: C4, 09 and 9A. RGB value is (196,9,154). Sum of RGB (Red+Green+Blue) = 196+9+154=359 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.60% from 359); Green value is 9 (3.91% from 255 or 2.51% from 359); Blue value is 154 (60.55% from 255 or 42.90% from 359); Max value from RGB is 196 - color contains mainly: red. Hex color #C4099A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C4099A is #3BF665. Grayscale: #515151. Windows color (decimal): -3929702 or 10095044. OLE color: 10095044.
HSL color Cylindrical-coordinate representation of color #C4099A: hue angle of 313.48º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C4099A is Cyan = 0, Magento = 0.95, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 9 | 154 | - |
| CMYK | 0 | 0.95 | 0.21 | 0.23 |
| HSL | 313.48º | 0.91% | 0.4% | - |
| HSV(B) | 313.48º | 0.95% | 0.77% | - |
| XYZ | 28.7 | 14.26 | 31.81 | - |
| YUV | 81.44 | 168.95 | 209.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 9 | 154 | 0 | 0.95 | 0.21 | 0.23 | 313.48 | 0.91 | 0.4 |
| Hex | C4 | 9 | 9A | 0 | 5F | 15 | 17 | 139 | 5B | 28 |
| Octal | 304 | 11 | 232 | 0 | 137 | 25 | 27 | 471 | 133 | 50 |
| Binary | 11000100 | 1001 | 10011010 | 0 | 1011111 | 10101 | 10111 | 100111001 | 1011011 | 101000 |
Color Harmonies of #C4099A
Complementary color
Monochromatic Colors of #C4099A
Black with #C4099A
Text Example
Text Example
White with #C4099A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4099A; }
p { color: rgb(196,9,154); }
H1.HeaderClassName
{
color: #C4099A;
}
.AnyTagClassName
{
color: #C4099A;
}
</style>
background-color css
<style>
a { background-color: #C4099A; }
a { background-color: rgb(196,9,154); }
div.DivClassName
{
background-color: #C4099A;
}
.BgClassName
{
background-color: #C4099A;
}
</style>
border-color css
<style>
span { border-color: #C4099A; }
span { border-color: rgb(196,9,154); }
td.TdClassName
{
border-color: #C4099A;
}
.TagClassName
{
border-color: #C4099A;
}
</style>