Shades of Medium Violet Red #C6027A
Tints of Medium Violet Red #C6027A
RGB
CMYK
RGB Variations
Color information
#C6027A (or 0xC6027A) is known color: Medium Violet Red. HEX triplet: C6, 02 and 7A. RGB value is (198,2,122). Sum of RGB (Red+Green+Blue) = 198+2+122=322 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.49% from 322); Green value is 2 (1.17% from 255 or 0.62% from 322); Blue value is 122 (48.05% from 255 or 37.89% from 322); Max value from RGB is 198 - color contains mainly: red. Hex color #C6027A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6027A is #39FD85. Grayscale: #4A4A4A. Windows color (decimal): -3800454 or 7996102. OLE color: 7996102.
HSL color Cylindrical-coordinate representation of color #C6027A: hue angle of 323.27º 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 #C6027A is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 2 | 122 | - |
| CMYK | 0 | 0.99 | 0.38 | 0.22 |
| HSL | 323.27º | 0.98% | 0.39% | - |
| HSV(B) | 323.27º | 0.99% | 0.78% | - |
| XYZ | 26.82 | 13.45 | 19.6 | - |
| YUV | 74.28 | 154.93 | 216.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 2 | 122 | 0 | 0.99 | 0.38 | 0.22 | 323.27 | 0.98 | 0.39 |
| Hex | C6 | 2 | 7A | 0 | 63 | 26 | 16 | 143 | 62 | 27 |
| Octal | 306 | 2 | 172 | 0 | 143 | 46 | 26 | 503 | 142 | 47 |
| Binary | 11000110 | 10 | 1111010 | 0 | 1100011 | 100110 | 10110 | 101000011 | 1100010 | 100111 |
Color Harmonies of #C6027A
Complementary color
Monochromatic Colors of #C6027A
Black with #C6027A
Text Example
Text Example
White with #C6027A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6027A; }
p { color: rgb(198,2,122); }
H1.HeaderClassName
{
color: #C6027A;
}
.AnyTagClassName
{
color: #C6027A;
}
</style>
background-color css
<style>
a { background-color: #C6027A; }
a { background-color: rgb(198,2,122); }
div.DivClassName
{
background-color: #C6027A;
}
.BgClassName
{
background-color: #C6027A;
}
</style>
border-color css
<style>
span { border-color: #C6027A; }
span { border-color: rgb(198,2,122); }
td.TdClassName
{
border-color: #C6027A;
}
.TagClassName
{
border-color: #C6027A;
}
</style>