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