Shades of Medium Violet Red #C7007B
Tints of Medium Violet Red #C7007B
RGB
CMYK
RGB Variations
Color information
#C7007B (or 0xC7007B) is known color: Medium Violet Red. HEX triplet: C7, 00 and 7B. RGB value is (199,0,123). Sum of RGB (Red+Green+Blue) = 199+0+123=322 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.80% from 322); Green value is 0 (0.39% from 255 or 0% from 322); Blue value is 123 (48.44% from 255 or 38.20% from 322); Max value from RGB is 199 - color contains mainly: red. Hex color #C7007B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7007B is #38FF84. Grayscale: #494949. Windows color (decimal): -3735429 or 8061127. OLE color: 8061127.
HSL color Cylindrical-coordinate representation of color #C7007B: hue angle of 322.91º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C7007B is Cyan = 0, Magento = 1, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 0 | 123 | - |
| CMYK | 0 | 1 | 0.38 | 0.22 |
| HSL | 322.91º | 1% | 0.39% | - |
| HSV(B) | 322.91º | 1% | 0.78% | - |
| XYZ | 27.13 | 13.57 | 19.93 | - |
| YUV | 73.52 | 155.93 | 217.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 0 | 123 | 0 | 1 | 0.38 | 0.22 | 322.91 | 1 | 0.39 |
| Hex | C7 | 0 | 7B | 0 | 64 | 26 | 16 | 143 | 64 | 27 |
| Octal | 307 | 0 | 173 | 0 | 144 | 46 | 26 | 503 | 144 | 47 |
| Binary | 11000111 | 0 | 1111011 | 0 | 1100100 | 100110 | 10110 | 101000011 | 1100100 | 100111 |
Color Harmonies of #C7007B
Complementary color
Monochromatic Colors of #C7007B
Black with #C7007B
Text Example
Text Example
White with #C7007B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7007B; }
p { color: rgb(199,0,123); }
H1.HeaderClassName
{
color: #C7007B;
}
.AnyTagClassName
{
color: #C7007B;
}
</style>
background-color css
<style>
a { background-color: #C7007B; }
a { background-color: rgb(199,0,123); }
div.DivClassName
{
background-color: #C7007B;
}
.BgClassName
{
background-color: #C7007B;
}
</style>
border-color css
<style>
span { border-color: #C7007B; }
span { border-color: rgb(199,0,123); }
td.TdClassName
{
border-color: #C7007B;
}
.TagClassName
{
border-color: #C7007B;
}
</style>