Shades of Medium Violet Red #C4009F
Tints of Medium Violet Red #C4009F
RGB
CMYK
RGB Variations
Color information
#C4009F (or 0xC4009F) is known color: Medium Violet Red. HEX triplet: C4, 00 and 9F. RGB value is (196,0,159). Sum of RGB (Red+Green+Blue) = 196+0+159=355 (47% of max value = 765). Red value is 196 (76.95% from 255 or 55.21% from 355); Green value is 0 (0.39% from 255 or 0% from 355); Blue value is 159 (62.5% from 255 or 44.79% from 355); Max value from RGB is 196 - color contains mainly: red. Hex color #C4009F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C4009F is #3BFF60. Grayscale: #4C4C4C. Windows color (decimal): -3932001 or 10420420. OLE color: 10420420.
HSL color Cylindrical-coordinate representation of color #C4009F: hue angle of 311.33º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C4009F is Cyan = 0, Magento = 1, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 0 | 159 | - |
| CMYK | 0 | 1 | 0.19 | 0.23 |
| HSL | 311.33º | 1% | 0.38% | - |
| HSV(B) | 311.33º | 1% | 0.77% | - |
| XYZ | 29.02 | 14.24 | 34.02 | - |
| YUV | 76.73 | 174.43 | 213.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 0 | 159 | 0 | 1 | 0.19 | 0.23 | 311.33 | 1 | 0.38 |
| Hex | C4 | 0 | 9F | 0 | 64 | 13 | 17 | 137 | 64 | 26 |
| Octal | 304 | 0 | 237 | 0 | 144 | 23 | 27 | 467 | 144 | 46 |
| Binary | 11000100 | 0 | 10011111 | 0 | 1100100 | 10011 | 10111 | 100110111 | 1100100 | 100110 |
Color Harmonies of #C4009F
Complementary color
Monochromatic Colors of #C4009F
Black with #C4009F
Text Example
Text Example
White with #C4009F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4009F; }
p { color: rgb(196,0,159); }
H1.HeaderClassName
{
color: #C4009F;
}
.AnyTagClassName
{
color: #C4009F;
}
</style>
background-color css
<style>
a { background-color: #C4009F; }
a { background-color: rgb(196,0,159); }
div.DivClassName
{
background-color: #C4009F;
}
.BgClassName
{
background-color: #C4009F;
}
</style>
border-color css
<style>
span { border-color: #C4009F; }
span { border-color: rgb(196,0,159); }
td.TdClassName
{
border-color: #C4009F;
}
.TagClassName
{
border-color: #C4009F;
}
</style>