Shades of Medium Violet Red #C6026E
Tints of Medium Violet Red #C6026E
RGB
CMYK
RGB Variations
Color information
#C6026E (or 0xC6026E) is known color: Medium Violet Red. HEX triplet: C6, 02 and 6E. RGB value is (198,2,110). Sum of RGB (Red+Green+Blue) = 198+2+110=310 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.87% from 310); Green value is 2 (1.17% from 255 or 0.65% from 310); Blue value is 110 (43.36% from 255 or 35.48% from 310); Max value from RGB is 198 - color contains mainly: red. Hex color #C6026E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6026E is #39FD91. Grayscale: #484848. Windows color (decimal): -3800466 or 7209670. OLE color: 7209670.
HSL color Cylindrical-coordinate representation of color #C6026E: hue angle of 326.94º 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 #C6026E is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 2 | 110 | - |
| CMYK | 0 | 0.99 | 0.44 | 0.22 |
| HSL | 326.94º | 0.98% | 0.39% | - |
| HSV(B) | 326.94º | 0.99% | 0.78% | - |
| XYZ | 26.12 | 13.17 | 15.92 | - |
| YUV | 72.92 | 148.93 | 217.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 2 | 110 | 0 | 0.99 | 0.44 | 0.22 | 326.94 | 0.98 | 0.39 |
| Hex | C6 | 2 | 6E | 0 | 63 | 2C | 16 | 147 | 62 | 27 |
| Octal | 306 | 2 | 156 | 0 | 143 | 54 | 26 | 507 | 142 | 47 |
| Binary | 11000110 | 10 | 1101110 | 0 | 1100011 | 101100 | 10110 | 101000111 | 1100010 | 100111 |
Color Harmonies of #C6026E
Complementary color
Monochromatic Colors of #C6026E
Black with #C6026E
Text Example
Text Example
White with #C6026E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6026E; }
p { color: rgb(198,2,110); }
H1.HeaderClassName
{
color: #C6026E;
}
.AnyTagClassName
{
color: #C6026E;
}
</style>
background-color css
<style>
a { background-color: #C6026E; }
a { background-color: rgb(198,2,110); }
div.DivClassName
{
background-color: #C6026E;
}
.BgClassName
{
background-color: #C6026E;
}
</style>
border-color css
<style>
span { border-color: #C6026E; }
span { border-color: rgb(198,2,110); }
td.TdClassName
{
border-color: #C6026E;
}
.TagClassName
{
border-color: #C6026E;
}
</style>