Shades of Medium Violet Red #C4067C
Tints of Medium Violet Red #C4067C
RGB
CMYK
RGB Variations
Color information
#C4067C (or 0xC4067C) is known color: Medium Violet Red. HEX triplet: C4, 06 and 7C. RGB value is (196,6,124). Sum of RGB (Red+Green+Blue) = 196+6+124=326 (43% of max value = 765). Red value is 196 (76.95% from 255 or 60.12% from 326); Green value is 6 (2.73% from 255 or 1.84% from 326); Blue value is 124 (48.83% from 255 or 38.04% from 326); Max value from RGB is 196 - color contains mainly: red. Hex color #C4067C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4067C is #3BF983. Grayscale: #4B4B4B. Windows color (decimal): -3930500 or 8128196. OLE color: 8128196.
HSL color Cylindrical-coordinate representation of color #C4067C: hue angle of 322.74º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C4067C is Cyan = 0, Magento = 0.97, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 6 | 124 | - |
| CMYK | 0 | 0.97 | 0.37 | 0.23 |
| HSL | 322.74º | 0.94% | 0.4% | - |
| HSV(B) | 322.74º | 0.97% | 0.77% | - |
| XYZ | 26.47 | 13.32 | 20.25 | - |
| YUV | 76.26 | 154.95 | 213.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 6 | 124 | 0 | 0.97 | 0.37 | 0.23 | 322.74 | 0.94 | 0.4 |
| Hex | C4 | 6 | 7C | 0 | 61 | 25 | 17 | 143 | 5E | 28 |
| Octal | 304 | 6 | 174 | 0 | 141 | 45 | 27 | 503 | 136 | 50 |
| Binary | 11000100 | 110 | 1111100 | 0 | 1100001 | 100101 | 10111 | 101000011 | 1011110 | 101000 |
Color Harmonies of #C4067C
Complementary color
Monochromatic Colors of #C4067C
Black with #C4067C
Text Example
Text Example
White with #C4067C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4067C; }
p { color: rgb(196,6,124); }
H1.HeaderClassName
{
color: #C4067C;
}
.AnyTagClassName
{
color: #C4067C;
}
</style>
background-color css
<style>
a { background-color: #C4067C; }
a { background-color: rgb(196,6,124); }
div.DivClassName
{
background-color: #C4067C;
}
.BgClassName
{
background-color: #C4067C;
}
</style>
border-color css
<style>
span { border-color: #C4067C; }
span { border-color: rgb(196,6,124); }
td.TdClassName
{
border-color: #C4067C;
}
.TagClassName
{
border-color: #C4067C;
}
</style>