Shades of Medium Violet Red #C6026A
Tints of Medium Violet Red #C6026A
RGB
CMYK
RGB Variations
Color information
#C6026A (or 0xC6026A) is known color: Medium Violet Red. HEX triplet: C6, 02 and 6A. RGB value is (198,2,106). Sum of RGB (Red+Green+Blue) = 198+2+106=306 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.71% from 306); Green value is 2 (1.17% from 255 or 0.65% from 306); Blue value is 106 (41.80% from 255 or 34.64% from 306); Max value from RGB is 198 - color contains mainly: red. Hex color #C6026A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6026A is #39FD95. Grayscale: #484848. Windows color (decimal): -3800470 or 6947526. OLE color: 6947526.
HSL color Cylindrical-coordinate representation of color #C6026A: hue angle of 328.16º 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 #C6026A is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 2 | 106 | - |
| CMYK | 0 | 0.99 | 0.46 | 0.22 |
| HSL | 328.16º | 0.98% | 0.39% | - |
| HSV(B) | 328.16º | 0.99% | 0.78% | - |
| XYZ | 25.91 | 13.09 | 14.8 | - |
| YUV | 72.46 | 146.93 | 217.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 2 | 106 | 0 | 0.99 | 0.46 | 0.22 | 328.16 | 0.98 | 0.39 |
| Hex | C6 | 2 | 6A | 0 | 63 | 2E | 16 | 148 | 62 | 27 |
| Octal | 306 | 2 | 152 | 0 | 143 | 56 | 26 | 510 | 142 | 47 |
| Binary | 11000110 | 10 | 1101010 | 0 | 1100011 | 101110 | 10110 | 101001000 | 1100010 | 100111 |
Color Harmonies of #C6026A
Complementary color
Monochromatic Colors of #C6026A
Black with #C6026A
Text Example
Text Example
White with #C6026A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6026A; }
p { color: rgb(198,2,106); }
H1.HeaderClassName
{
color: #C6026A;
}
.AnyTagClassName
{
color: #C6026A;
}
</style>
background-color css
<style>
a { background-color: #C6026A; }
a { background-color: rgb(198,2,106); }
div.DivClassName
{
background-color: #C6026A;
}
.BgClassName
{
background-color: #C6026A;
}
</style>
border-color css
<style>
span { border-color: #C6026A; }
span { border-color: rgb(198,2,106); }
td.TdClassName
{
border-color: #C6026A;
}
.TagClassName
{
border-color: #C6026A;
}
</style>