Shades of Medium Violet Red #C6026C
Tints of Medium Violet Red #C6026C
RGB
CMYK
RGB Variations
Color information
#C6026C (or 0xC6026C) is known color: Medium Violet Red. HEX triplet: C6, 02 and 6C. RGB value is (198,2,108). Sum of RGB (Red+Green+Blue) = 198+2+108=308 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.29% from 308); Green value is 2 (1.17% from 255 or 0.65% from 308); Blue value is 108 (42.58% from 255 or 35.06% from 308); Max value from RGB is 198 - color contains mainly: red. Hex color #C6026C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6026C is #39FD93. Grayscale: #484848. Windows color (decimal): -3800468 or 7078598. OLE color: 7078598.
HSL color Cylindrical-coordinate representation of color #C6026C: hue angle of 327.55º 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 #C6026C is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 2 | 108 | - |
| CMYK | 0 | 0.99 | 0.45 | 0.22 |
| HSL | 327.55º | 0.98% | 0.39% | - |
| HSV(B) | 327.55º | 0.99% | 0.78% | - |
| XYZ | 26.02 | 13.13 | 15.35 | - |
| YUV | 72.69 | 147.93 | 217.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 2 | 108 | 0 | 0.99 | 0.45 | 0.22 | 327.55 | 0.98 | 0.39 |
| Hex | C6 | 2 | 6C | 0 | 63 | 2D | 16 | 148 | 62 | 27 |
| Octal | 306 | 2 | 154 | 0 | 143 | 55 | 26 | 510 | 142 | 47 |
| Binary | 11000110 | 10 | 1101100 | 0 | 1100011 | 101101 | 10110 | 101001000 | 1100010 | 100111 |
Color Harmonies of #C6026C
Complementary color
Monochromatic Colors of #C6026C
Black with #C6026C
Text Example
Text Example
White with #C6026C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6026C; }
p { color: rgb(198,2,108); }
H1.HeaderClassName
{
color: #C6026C;
}
.AnyTagClassName
{
color: #C6026C;
}
</style>
background-color css
<style>
a { background-color: #C6026C; }
a { background-color: rgb(198,2,108); }
div.DivClassName
{
background-color: #C6026C;
}
.BgClassName
{
background-color: #C6026C;
}
</style>
border-color css
<style>
span { border-color: #C6026C; }
span { border-color: rgb(198,2,108); }
td.TdClassName
{
border-color: #C6026C;
}
.TagClassName
{
border-color: #C6026C;
}
</style>