Shades of Medium Violet Red #C4007C
Tints of Medium Violet Red #C4007C
RGB
CMYK
RGB Variations
Color information
#C4007C (or 0xC4007C) is known color: Medium Violet Red. HEX triplet: C4, 00 and 7C. RGB value is (196,0,124). Sum of RGB (Red+Green+Blue) = 196+0+124=320 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.25% from 320); Green value is 0 (0.39% from 255 or 0% from 320); Blue value is 124 (48.83% from 255 or 38.75% from 320); Max value from RGB is 196 - color contains mainly: red. Hex color #C4007C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4007C is #3BFF83. Grayscale: #484848. Windows color (decimal): -3932036 or 8126660. OLE color: 8126660.
HSL color Cylindrical-coordinate representation of color #C4007C: hue angle of 322.04º 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 #C4007C is Cyan = 0, Magento = 1, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 0 | 124 | - |
| CMYK | 0 | 1 | 0.37 | 0.23 |
| HSL | 322.04º | 1% | 0.38% | - |
| HSV(B) | 322.04º | 1% | 0.77% | - |
| XYZ | 26.4 | 13.19 | 20.22 | - |
| YUV | 72.74 | 156.93 | 215.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 0 | 124 | 0 | 1 | 0.37 | 0.23 | 322.04 | 1 | 0.38 |
| Hex | C4 | 0 | 7C | 0 | 64 | 25 | 17 | 142 | 64 | 26 |
| Octal | 304 | 0 | 174 | 0 | 144 | 45 | 27 | 502 | 144 | 46 |
| Binary | 11000100 | 0 | 1111100 | 0 | 1100100 | 100101 | 10111 | 101000010 | 1100100 | 100110 |
Color Harmonies of #C4007C
Complementary color
Monochromatic Colors of #C4007C
Black with #C4007C
Text Example
Text Example
White with #C4007C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4007C; }
p { color: rgb(196,0,124); }
H1.HeaderClassName
{
color: #C4007C;
}
.AnyTagClassName
{
color: #C4007C;
}
</style>
background-color css
<style>
a { background-color: #C4007C; }
a { background-color: rgb(196,0,124); }
div.DivClassName
{
background-color: #C4007C;
}
.BgClassName
{
background-color: #C4007C;
}
</style>
border-color css
<style>
span { border-color: #C4007C; }
span { border-color: rgb(196,0,124); }
td.TdClassName
{
border-color: #C4007C;
}
.TagClassName
{
border-color: #C4007C;
}
</style>