Shades of Medium Violet Red #C7027B
Tints of Medium Violet Red #C7027B
RGB
CMYK
RGB Variations
Color information
#C7027B (or 0xC7027B) is known color: Medium Violet Red. HEX triplet: C7, 02 and 7B. RGB value is (199,2,123). Sum of RGB (Red+Green+Blue) = 199+2+123=324 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.42% from 324); Green value is 2 (1.17% from 255 or 0.62% from 324); Blue value is 123 (48.44% from 255 or 37.96% from 324); Max value from RGB is 199 - color contains mainly: red. Hex color #C7027B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7027B is #38FD84. Grayscale: #4A4A4A. Windows color (decimal): -3734917 or 8061639. OLE color: 8061639.
HSL color Cylindrical-coordinate representation of color #C7027B: hue angle of 323.15º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C7027B is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 2 | 123 | - |
| CMYK | 0 | 0.99 | 0.38 | 0.22 |
| HSL | 323.15º | 0.98% | 0.39% | - |
| HSV(B) | 323.15º | 0.99% | 0.78% | - |
| XYZ | 27.15 | 13.62 | 19.94 | - |
| YUV | 74.7 | 155.27 | 216.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 2 | 123 | 0 | 0.99 | 0.38 | 0.22 | 323.15 | 0.98 | 0.39 |
| Hex | C7 | 2 | 7B | 0 | 63 | 26 | 16 | 143 | 62 | 27 |
| Octal | 307 | 2 | 173 | 0 | 143 | 46 | 26 | 503 | 142 | 47 |
| Binary | 11000111 | 10 | 1111011 | 0 | 1100011 | 100110 | 10110 | 101000011 | 1100010 | 100111 |
Color Harmonies of #C7027B
Complementary color
Monochromatic Colors of #C7027B
Black with #C7027B
Text Example
Text Example
White with #C7027B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7027B; }
p { color: rgb(199,2,123); }
H1.HeaderClassName
{
color: #C7027B;
}
.AnyTagClassName
{
color: #C7027B;
}
</style>
background-color css
<style>
a { background-color: #C7027B; }
a { background-color: rgb(199,2,123); }
div.DivClassName
{
background-color: #C7027B;
}
.BgClassName
{
background-color: #C7027B;
}
</style>
border-color css
<style>
span { border-color: #C7027B; }
span { border-color: rgb(199,2,123); }
td.TdClassName
{
border-color: #C7027B;
}
.TagClassName
{
border-color: #C7027B;
}
</style>