Shades of Medium Violet Red #C4097C
Tints of Medium Violet Red #C4097C
RGB
CMYK
RGB Variations
Color information
#C4097C (or 0xC4097C) is known color: Medium Violet Red. HEX triplet: C4, 09 and 7C. RGB value is (196,9,124). Sum of RGB (Red+Green+Blue) = 196+9+124=329 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.57% from 329); Green value is 9 (3.91% from 255 or 2.74% from 329); Blue value is 124 (48.83% from 255 or 37.69% from 329); Max value from RGB is 196 - color contains mainly: red. Hex color #C4097C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4097C is #3BF683. Grayscale: #4D4D4D. Windows color (decimal): -3929732 or 8128964. OLE color: 8128964.
HSL color Cylindrical-coordinate representation of color #C4097C: hue angle of 323.1º 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 #C4097C is Cyan = 0, Magento = 0.95, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 9 | 124 | - |
| CMYK | 0 | 0.95 | 0.37 | 0.23 |
| HSL | 323.1º | 0.91% | 0.4% | - |
| HSV(B) | 323.1º | 0.95% | 0.77% | - |
| XYZ | 26.5 | 13.39 | 20.26 | - |
| YUV | 78.02 | 153.95 | 212.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 9 | 124 | 0 | 0.95 | 0.37 | 0.23 | 323.1 | 0.91 | 0.4 |
| Hex | C4 | 9 | 7C | 0 | 5F | 25 | 17 | 143 | 5B | 28 |
| Octal | 304 | 11 | 174 | 0 | 137 | 45 | 27 | 503 | 133 | 50 |
| Binary | 11000100 | 1001 | 1111100 | 0 | 1011111 | 100101 | 10111 | 101000011 | 1011011 | 101000 |
Color Harmonies of #C4097C
Complementary color
Monochromatic Colors of #C4097C
Black with #C4097C
Text Example
Text Example
White with #C4097C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4097C; }
p { color: rgb(196,9,124); }
H1.HeaderClassName
{
color: #C4097C;
}
.AnyTagClassName
{
color: #C4097C;
}
</style>
background-color css
<style>
a { background-color: #C4097C; }
a { background-color: rgb(196,9,124); }
div.DivClassName
{
background-color: #C4097C;
}
.BgClassName
{
background-color: #C4097C;
}
</style>
border-color css
<style>
span { border-color: #C4097C; }
span { border-color: rgb(196,9,124); }
td.TdClassName
{
border-color: #C4097C;
}
.TagClassName
{
border-color: #C4097C;
}
</style>