Shades of Medium Violet Red #C4007E
Tints of Medium Violet Red #C4007E
RGB
CMYK
RGB Variations
Color information
#C4007E (or 0xC4007E) is known color: Medium Violet Red. HEX triplet: C4, 00 and 7E. RGB value is (196,0,126). Sum of RGB (Red+Green+Blue) = 196+0+126=322 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.87% from 322); Green value is 0 (0.39% from 255 or 0% from 322); Blue value is 126 (49.61% from 255 or 39.13% from 322); Max value from RGB is 196 - color contains mainly: red. Hex color #C4007E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4007E is #3BFF81. Grayscale: #484848. Windows color (decimal): -3932034 or 8257732. OLE color: 8257732.
HSL color Cylindrical-coordinate representation of color #C4007E: hue angle of 321.43º 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 #C4007E is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 0 | 126 | - |
| CMYK | 0 | 1 | 0.36 | 0.23 |
| HSL | 321.43º | 1% | 0.38% | - |
| HSV(B) | 321.43º | 1% | 0.77% | - |
| XYZ | 26.53 | 13.24 | 20.9 | - |
| YUV | 72.97 | 157.93 | 215.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 0 | 126 | 0 | 1 | 0.36 | 0.23 | 321.43 | 1 | 0.38 |
| Hex | C4 | 0 | 7E | 0 | 64 | 24 | 17 | 141 | 64 | 26 |
| Octal | 304 | 0 | 176 | 0 | 144 | 44 | 27 | 501 | 144 | 46 |
| Binary | 11000100 | 0 | 1111110 | 0 | 1100100 | 100100 | 10111 | 101000001 | 1100100 | 100110 |
Color Harmonies of #C4007E
Complementary color
Monochromatic Colors of #C4007E
Black with #C4007E
Text Example
Text Example
White with #C4007E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4007E; }
p { color: rgb(196,0,126); }
H1.HeaderClassName
{
color: #C4007E;
}
.AnyTagClassName
{
color: #C4007E;
}
</style>
background-color css
<style>
a { background-color: #C4007E; }
a { background-color: rgb(196,0,126); }
div.DivClassName
{
background-color: #C4007E;
}
.BgClassName
{
background-color: #C4007E;
}
</style>
border-color css
<style>
span { border-color: #C4007E; }
span { border-color: rgb(196,0,126); }
td.TdClassName
{
border-color: #C4007E;
}
.TagClassName
{
border-color: #C4007E;
}
</style>