Shades of Medium Violet Red #C6028A
Tints of Medium Violet Red #C6028A
RGB
CMYK
RGB Variations
Color information
#C6028A (or 0xC6028A) is known color: Medium Violet Red. HEX triplet: C6, 02 and 8A. RGB value is (198,2,138). Sum of RGB (Red+Green+Blue) = 198+2+138=338 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.58% from 338); Green value is 2 (1.17% from 255 or 0.59% from 338); Blue value is 138 (54.30% from 255 or 40.83% from 338); Max value from RGB is 198 - color contains mainly: red. Hex color #C6028A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C6028A is #39FD75. Grayscale: #4B4B4B. Windows color (decimal): -3800438 or 9044678. OLE color: 9044678.
HSL color Cylindrical-coordinate representation of color #C6028A: hue angle of 318.37º 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 #C6028A is Cyan = 0, Magento = 0.99, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 2 | 138 | - |
| CMYK | 0 | 0.99 | 0.30 | 0.22 |
| HSL | 318.37º | 0.98% | 0.39% | - |
| HSV(B) | 318.37º | 0.99% | 0.78% | - |
| XYZ | 27.9 | 13.88 | 25.25 | - |
| YUV | 76.11 | 162.93 | 214.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 2 | 138 | 0 | 0.99 | 0.30 | 0.22 | 318.37 | 0.98 | 0.39 |
| Hex | C6 | 2 | 8A | 0 | 63 | 1E | 16 | 13E | 62 | 27 |
| Octal | 306 | 2 | 212 | 0 | 143 | 36 | 26 | 476 | 142 | 47 |
| Binary | 11000110 | 10 | 10001010 | 0 | 1100011 | 11110 | 10110 | 100111110 | 1100010 | 100111 |
Color Harmonies of #C6028A
Complementary color
Monochromatic Colors of #C6028A
Black with #C6028A
Text Example
Text Example
White with #C6028A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6028A; }
p { color: rgb(198,2,138); }
H1.HeaderClassName
{
color: #C6028A;
}
.AnyTagClassName
{
color: #C6028A;
}
</style>
background-color css
<style>
a { background-color: #C6028A; }
a { background-color: rgb(198,2,138); }
div.DivClassName
{
background-color: #C6028A;
}
.BgClassName
{
background-color: #C6028A;
}
</style>
border-color css
<style>
span { border-color: #C6028A; }
span { border-color: rgb(198,2,138); }
td.TdClassName
{
border-color: #C6028A;
}
.TagClassName
{
border-color: #C6028A;
}
</style>