Shades of Medium Violet Red #C6009A
Tints of Medium Violet Red #C6009A
RGB
CMYK
RGB Variations
Color information
#C6009A (or 0xC6009A) is known color: Medium Violet Red. HEX triplet: C6, 00 and 9A. RGB value is (198,0,154). Sum of RGB (Red+Green+Blue) = 198+0+154=352 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.25% from 352); Green value is 0 (0.39% from 255 or 0% from 352); Blue value is 154 (60.55% from 255 or 43.75% from 352); Max value from RGB is 198 - color contains mainly: red. Hex color #C6009A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C6009A is #39FF65. Grayscale: #4C4C4C. Windows color (decimal): -3800934 or 10092742. OLE color: 10092742.
HSL color Cylindrical-coordinate representation of color #C6009A: hue angle of 313.33º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C6009A is Cyan = 0, Magento = 1, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 0 | 154 | - |
| CMYK | 0 | 1 | 0.22 | 0.22 |
| HSL | 313.33º | 1% | 0.39% | - |
| HSV(B) | 313.33º | 1% | 0.78% | - |
| XYZ | 29.12 | 14.34 | 31.8 | - |
| YUV | 76.76 | 171.6 | 214.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 0 | 154 | 0 | 1 | 0.22 | 0.22 | 313.33 | 1 | 0.39 |
| Hex | C6 | 0 | 9A | 0 | 64 | 16 | 16 | 139 | 64 | 27 |
| Octal | 306 | 0 | 232 | 0 | 144 | 26 | 26 | 471 | 144 | 47 |
| Binary | 11000110 | 0 | 10011010 | 0 | 1100100 | 10110 | 10110 | 100111001 | 1100100 | 100111 |
Color Harmonies of #C6009A
Complementary color
Monochromatic Colors of #C6009A
Black with #C6009A
Text Example
Text Example
White with #C6009A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6009A; }
p { color: rgb(198,0,154); }
H1.HeaderClassName
{
color: #C6009A;
}
.AnyTagClassName
{
color: #C6009A;
}
</style>
background-color css
<style>
a { background-color: #C6009A; }
a { background-color: rgb(198,0,154); }
div.DivClassName
{
background-color: #C6009A;
}
.BgClassName
{
background-color: #C6009A;
}
</style>
border-color css
<style>
span { border-color: #C6009A; }
span { border-color: rgb(198,0,154); }
td.TdClassName
{
border-color: #C6009A;
}
.TagClassName
{
border-color: #C6009A;
}
</style>