Shades of Medium Violet Red #C4099B
Tints of Medium Violet Red #C4099B
RGB
CMYK
RGB Variations
Color information
#C4099B (or 0xC4099B) is known color: Medium Violet Red. HEX triplet: C4, 09 and 9B. RGB value is (196,9,155). Sum of RGB (Red+Green+Blue) = 196+9+155=360 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.44% from 360); Green value is 9 (3.91% from 255 or 2.5% from 360); Blue value is 155 (60.94% from 255 or 43.06% from 360); Max value from RGB is 196 - color contains mainly: red. Hex color #C4099B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C4099B is #3BF664. Grayscale: #515151. Windows color (decimal): -3929701 or 10160580. OLE color: 10160580.
HSL color Cylindrical-coordinate representation of color #C4099B: hue angle of 313.16º 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 #C4099B is Cyan = 0, Magento = 0.95, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 9 | 155 | - |
| CMYK | 0 | 0.95 | 0.21 | 0.23 |
| HSL | 313.16º | 0.91% | 0.4% | - |
| HSV(B) | 313.16º | 0.95% | 0.77% | - |
| XYZ | 28.78 | 14.3 | 32.25 | - |
| YUV | 81.56 | 169.45 | 209.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 9 | 155 | 0 | 0.95 | 0.21 | 0.23 | 313.16 | 0.91 | 0.4 |
| Hex | C4 | 9 | 9B | 0 | 5F | 15 | 17 | 139 | 5B | 28 |
| Octal | 304 | 11 | 233 | 0 | 137 | 25 | 27 | 471 | 133 | 50 |
| Binary | 11000100 | 1001 | 10011011 | 0 | 1011111 | 10101 | 10111 | 100111001 | 1011011 | 101000 |
Color Harmonies of #C4099B
Complementary color
Monochromatic Colors of #C4099B
Black with #C4099B
Text Example
Text Example
White with #C4099B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4099B; }
p { color: rgb(196,9,155); }
H1.HeaderClassName
{
color: #C4099B;
}
.AnyTagClassName
{
color: #C4099B;
}
</style>
background-color css
<style>
a { background-color: #C4099B; }
a { background-color: rgb(196,9,155); }
div.DivClassName
{
background-color: #C4099B;
}
.BgClassName
{
background-color: #C4099B;
}
</style>
border-color css
<style>
span { border-color: #C4099B; }
span { border-color: rgb(196,9,155); }
td.TdClassName
{
border-color: #C4099B;
}
.TagClassName
{
border-color: #C4099B;
}
</style>