Shades of Medium Violet Red #C00B7E
Tints of Medium Violet Red #C00B7E
RGB
CMYK
RGB Variations
Color information
#C00B7E (or 0xC00B7E) is known color: Medium Violet Red. HEX triplet: C0, 0B and 7E. RGB value is (192,11,126). Sum of RGB (Red+Green+Blue) = 192+11+126=329 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.36% from 329); Green value is 11 (4.69% from 255 or 3.34% from 329); Blue value is 126 (49.61% from 255 or 38.30% from 329); Max value from RGB is 192 - color contains mainly: red. Hex color #C00B7E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00B7E is #3FF481. Grayscale: #4D4D4D. Windows color (decimal): -4191362 or 8260544. OLE color: 8260544.
HSL color Cylindrical-coordinate representation of color #C00B7E: hue angle of 321.88º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C00B7E is Cyan = 0, Magento = 0.94, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 11 | 126 | - |
| CMYK | 0 | 0.94 | 0.34 | 0.25 |
| HSL | 321.88º | 0.89% | 0.4% | - |
| HSV(B) | 321.88º | 0.94% | 0.75% | - |
| XYZ | 25.62 | 12.95 | 20.89 | - |
| YUV | 78.23 | 154.97 | 209.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 11 | 126 | 0 | 0.94 | 0.34 | 0.25 | 321.88 | 0.89 | 0.4 |
| Hex | C0 | B | 7E | 0 | 5E | 22 | 19 | 142 | 59 | 28 |
| Octal | 300 | 13 | 176 | 0 | 136 | 42 | 31 | 502 | 131 | 50 |
| Binary | 11000000 | 1011 | 1111110 | 0 | 1011110 | 100010 | 11001 | 101000010 | 1011001 | 101000 |
Color Harmonies of #C00B7E
Complementary color
Monochromatic Colors of #C00B7E
Black with #C00B7E
Text Example
Text Example
White with #C00B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00B7E; }
p { color: rgb(192,11,126); }
H1.HeaderClassName
{
color: #C00B7E;
}
.AnyTagClassName
{
color: #C00B7E;
}
</style>
background-color css
<style>
a { background-color: #C00B7E; }
a { background-color: rgb(192,11,126); }
div.DivClassName
{
background-color: #C00B7E;
}
.BgClassName
{
background-color: #C00B7E;
}
</style>
border-color css
<style>
span { border-color: #C00B7E; }
span { border-color: rgb(192,11,126); }
td.TdClassName
{
border-color: #C00B7E;
}
.TagClassName
{
border-color: #C00B7E;
}
</style>