Shades of Medium Violet Red #C00E7B
Tints of Medium Violet Red #C00E7B
RGB
CMYK
RGB Variations
Color information
#C00E7B (or 0xC00E7B) is known color: Medium Violet Red. HEX triplet: C0, 0E and 7B. RGB value is (192,14,123). Sum of RGB (Red+Green+Blue) = 192+14+123=329 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.36% from 329); Green value is 14 (5.86% from 255 or 4.26% from 329); Blue value is 123 (48.44% from 255 or 37.39% from 329); Max value from RGB is 192 - color contains mainly: red. Hex color #C00E7B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00E7B is #3FF184. Grayscale: #4F4F4F. Windows color (decimal): -4190597 or 8064704. OLE color: 8064704.
HSL color Cylindrical-coordinate representation of color #C00E7B: hue angle of 323.26º degrees, saturation: 0.86, 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 #C00E7B is Cyan = 0, Magento = 0.93, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 14 | 123 | - |
| CMYK | 0 | 0.93 | 0.36 | 0.25 |
| HSL | 323.26º | 0.86% | 0.4% | - |
| HSV(B) | 323.26º | 0.93% | 0.75% | - |
| XYZ | 25.47 | 12.95 | 19.9 | - |
| YUV | 79.65 | 152.47 | 208.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 14 | 123 | 0 | 0.93 | 0.36 | 0.25 | 323.26 | 0.86 | 0.4 |
| Hex | C0 | E | 7B | 0 | 5D | 24 | 19 | 143 | 56 | 28 |
| Octal | 300 | 16 | 173 | 0 | 135 | 44 | 31 | 503 | 126 | 50 |
| Binary | 11000000 | 1110 | 1111011 | 0 | 1011101 | 100100 | 11001 | 101000011 | 1010110 | 101000 |
Color Harmonies of #C00E7B
Complementary color
Monochromatic Colors of #C00E7B
Black with #C00E7B
Text Example
Text Example
White with #C00E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00E7B; }
p { color: rgb(192,14,123); }
H1.HeaderClassName
{
color: #C00E7B;
}
.AnyTagClassName
{
color: #C00E7B;
}
</style>
background-color css
<style>
a { background-color: #C00E7B; }
a { background-color: rgb(192,14,123); }
div.DivClassName
{
background-color: #C00E7B;
}
.BgClassName
{
background-color: #C00E7B;
}
</style>
border-color css
<style>
span { border-color: #C00E7B; }
span { border-color: rgb(192,14,123); }
td.TdClassName
{
border-color: #C00E7B;
}
.TagClassName
{
border-color: #C00E7B;
}
</style>