Shades of Medium Violet Red #C2007E
Tints of Medium Violet Red #C2007E
RGB
CMYK
RGB Variations
Color information
#C2007E (or 0xC2007E) is known color: Medium Violet Red. HEX triplet: C2, 00 and 7E. RGB value is (194,0,126). Sum of RGB (Red+Green+Blue) = 194+0+126=320 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.62% from 320); Green value is 0 (0.39% from 255 or 0% from 320); Blue value is 126 (49.61% from 255 or 39.38% from 320); Max value from RGB is 194 - color contains mainly: red. Hex color #C2007E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2007E is #3DFF81. Grayscale: #484848. Windows color (decimal): -4063106 or 8257730. OLE color: 8257730.
HSL color Cylindrical-coordinate representation of color #C2007E: hue angle of 321.03º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C2007E is Cyan = 0, Magento = 1, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 0 | 126 | - |
| CMYK | 0 | 1 | 0.35 | 0.24 |
| HSL | 321.03º | 1% | 0.38% | - |
| HSV(B) | 321.03º | 1% | 0.76% | - |
| XYZ | 26.01 | 12.98 | 20.87 | - |
| YUV | 72.37 | 158.27 | 214.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 0 | 126 | 0 | 1 | 0.35 | 0.24 | 321.03 | 1 | 0.38 |
| Hex | C2 | 0 | 7E | 0 | 64 | 23 | 18 | 141 | 64 | 26 |
| Octal | 302 | 0 | 176 | 0 | 144 | 43 | 30 | 501 | 144 | 46 |
| Binary | 11000010 | 0 | 1111110 | 0 | 1100100 | 100011 | 11000 | 101000001 | 1100100 | 100110 |
Color Harmonies of #C2007E
Complementary color
Monochromatic Colors of #C2007E
Black with #C2007E
Text Example
Text Example
White with #C2007E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2007E; }
p { color: rgb(194,0,126); }
H1.HeaderClassName
{
color: #C2007E;
}
.AnyTagClassName
{
color: #C2007E;
}
</style>
background-color css
<style>
a { background-color: #C2007E; }
a { background-color: rgb(194,0,126); }
div.DivClassName
{
background-color: #C2007E;
}
.BgClassName
{
background-color: #C2007E;
}
</style>
border-color css
<style>
span { border-color: #C2007E; }
span { border-color: rgb(194,0,126); }
td.TdClassName
{
border-color: #C2007E;
}
.TagClassName
{
border-color: #C2007E;
}
</style>