Shades of Medium Violet Red #C4097E
Tints of Medium Violet Red #C4097E
RGB
CMYK
RGB Variations
Color information
#C4097E (or 0xC4097E) is known color: Medium Violet Red. HEX triplet: C4, 09 and 7E. RGB value is (196,9,126). Sum of RGB (Red+Green+Blue) = 196+9+126=331 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.21% from 331); Green value is 9 (3.91% from 255 or 2.72% from 331); Blue value is 126 (49.61% from 255 or 38.07% from 331); Max value from RGB is 196 - color contains mainly: red. Hex color #C4097E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4097E is #3BF681. Grayscale: #4D4D4D. Windows color (decimal): -3929730 or 8260036. OLE color: 8260036.
HSL color Cylindrical-coordinate representation of color #C4097E: hue angle of 322.46º 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 #C4097E is Cyan = 0, Magento = 0.95, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 9 | 126 | - |
| CMYK | 0 | 0.95 | 0.36 | 0.23 |
| HSL | 322.46º | 0.91% | 0.4% | - |
| HSV(B) | 322.46º | 0.95% | 0.77% | - |
| XYZ | 26.63 | 13.44 | 20.93 | - |
| YUV | 78.25 | 154.95 | 211.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 9 | 126 | 0 | 0.95 | 0.36 | 0.23 | 322.46 | 0.91 | 0.4 |
| Hex | C4 | 9 | 7E | 0 | 5F | 24 | 17 | 142 | 5B | 28 |
| Octal | 304 | 11 | 176 | 0 | 137 | 44 | 27 | 502 | 133 | 50 |
| Binary | 11000100 | 1001 | 1111110 | 0 | 1011111 | 100100 | 10111 | 101000010 | 1011011 | 101000 |
Color Harmonies of #C4097E
Complementary color
Monochromatic Colors of #C4097E
Black with #C4097E
Text Example
Text Example
White with #C4097E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4097E; }
p { color: rgb(196,9,126); }
H1.HeaderClassName
{
color: #C4097E;
}
.AnyTagClassName
{
color: #C4097E;
}
</style>
background-color css
<style>
a { background-color: #C4097E; }
a { background-color: rgb(196,9,126); }
div.DivClassName
{
background-color: #C4097E;
}
.BgClassName
{
background-color: #C4097E;
}
</style>
border-color css
<style>
span { border-color: #C4097E; }
span { border-color: rgb(196,9,126); }
td.TdClassName
{
border-color: #C4097E;
}
.TagClassName
{
border-color: #C4097E;
}
</style>