Shades of Medium Violet Red #C6088A
Tints of Medium Violet Red #C6088A
RGB
CMYK
RGB Variations
Color information
#C6088A (or 0xC6088A) is known color: Medium Violet Red. HEX triplet: C6, 08 and 8A. RGB value is (198,8,138). Sum of RGB (Red+Green+Blue) = 198+8+138=344 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.56% from 344); Green value is 8 (3.52% from 255 or 2.33% from 344); Blue value is 138 (54.30% from 255 or 40.12% from 344); Max value from RGB is 198 - color contains mainly: red. Hex color #C6088A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C6088A is #39F775. Grayscale: #4F4F4F. Windows color (decimal): -3798902 or 9046214. OLE color: 9046214.
HSL color Cylindrical-coordinate representation of color #C6088A: hue angle of 318.95º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C6088A is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 8 | 138 | - |
| CMYK | 0 | 0.96 | 0.30 | 0.22 |
| HSL | 318.95º | 0.92% | 0.4% | - |
| HSV(B) | 318.95º | 0.96% | 0.78% | - |
| XYZ | 27.96 | 14.01 | 25.28 | - |
| YUV | 79.63 | 160.95 | 212.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 8 | 138 | 0 | 0.96 | 0.30 | 0.22 | 318.95 | 0.92 | 0.4 |
| Hex | C6 | 8 | 8A | 0 | 60 | 1E | 16 | 13F | 5C | 28 |
| Octal | 306 | 10 | 212 | 0 | 140 | 36 | 26 | 477 | 134 | 50 |
| Binary | 11000110 | 1000 | 10001010 | 0 | 1100000 | 11110 | 10110 | 100111111 | 1011100 | 101000 |
Color Harmonies of #C6088A
Complementary color
Monochromatic Colors of #C6088A
Black with #C6088A
Text Example
Text Example
White with #C6088A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6088A; }
p { color: rgb(198,8,138); }
H1.HeaderClassName
{
color: #C6088A;
}
.AnyTagClassName
{
color: #C6088A;
}
</style>
background-color css
<style>
a { background-color: #C6088A; }
a { background-color: rgb(198,8,138); }
div.DivClassName
{
background-color: #C6088A;
}
.BgClassName
{
background-color: #C6088A;
}
</style>
border-color css
<style>
span { border-color: #C6088A; }
span { border-color: rgb(198,8,138); }
td.TdClassName
{
border-color: #C6088A;
}
.TagClassName
{
border-color: #C6088A;
}
</style>