Shades of Medium Violet Red #C00D7E
Tints of Medium Violet Red #C00D7E
RGB
CMYK
RGB Variations
Color information
#C00D7E (or 0xC00D7E) is known color: Medium Violet Red. HEX triplet: C0, 0D and 7E. RGB value is (192,13,126). Sum of RGB (Red+Green+Blue) = 192+13+126=331 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.01% from 331); Green value is 13 (5.47% from 255 or 3.93% from 331); Blue value is 126 (49.61% from 255 or 38.07% from 331); Max value from RGB is 192 - color contains mainly: red. Hex color #C00D7E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00D7E is #3FF281. Grayscale: #4F4F4F. Windows color (decimal): -4190850 or 8261056. OLE color: 8261056.
HSL color Cylindrical-coordinate representation of color #C00D7E: hue angle of 322.12º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C00D7E is Cyan = 0, Magento = 0.93, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 13 | 126 | - |
| CMYK | 0 | 0.93 | 0.34 | 0.25 |
| HSL | 322.12º | 0.87% | 0.4% | - |
| HSV(B) | 322.12º | 0.93% | 0.75% | - |
| XYZ | 25.65 | 13 | 20.9 | - |
| YUV | 79.4 | 154.3 | 208.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 13 | 126 | 0 | 0.93 | 0.34 | 0.25 | 322.12 | 0.87 | 0.4 |
| Hex | C0 | D | 7E | 0 | 5D | 22 | 19 | 142 | 57 | 28 |
| Octal | 300 | 15 | 176 | 0 | 135 | 42 | 31 | 502 | 127 | 50 |
| Binary | 11000000 | 1101 | 1111110 | 0 | 1011101 | 100010 | 11001 | 101000010 | 1010111 | 101000 |
Color Harmonies of #C00D7E
Complementary color
Monochromatic Colors of #C00D7E
Black with #C00D7E
Text Example
Text Example
White with #C00D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00D7E; }
p { color: rgb(192,13,126); }
H1.HeaderClassName
{
color: #C00D7E;
}
.AnyTagClassName
{
color: #C00D7E;
}
</style>
background-color css
<style>
a { background-color: #C00D7E; }
a { background-color: rgb(192,13,126); }
div.DivClassName
{
background-color: #C00D7E;
}
.BgClassName
{
background-color: #C00D7E;
}
</style>
border-color css
<style>
span { border-color: #C00D7E; }
span { border-color: rgb(192,13,126); }
td.TdClassName
{
border-color: #C00D7E;
}
.TagClassName
{
border-color: #C00D7E;
}
</style>