Shades of Medium Violet Red #C6209A
Tints of Medium Violet Red #C6209A
RGB
CMYK
RGB Variations
Color information
#C6209A (or 0xC6209A) is known color: Medium Violet Red. HEX triplet: C6, 20 and 9A. RGB value is (198,32,154). Sum of RGB (Red+Green+Blue) = 198+32+154=384 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.56% from 384); Green value is 32 (12.89% from 255 or 8.33% from 384); Blue value is 154 (60.55% from 255 or 40.10% from 384); Max value from RGB is 198 - color contains mainly: red. Hex color #C6209A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6209A is #39DF65. Grayscale: #5F5F5F. Windows color (decimal): -3792742 or 10100934. OLE color: 10100934.
HSL color Cylindrical-coordinate representation of color #C6209A: hue angle of 315.9º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C6209A is Cyan = 0, Magento = 0.84, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 32 | 154 | - |
| CMYK | 0 | 0.84 | 0.22 | 0.22 |
| HSL | 315.9º | 0.72% | 0.45% | - |
| HSV(B) | 315.9º | 0.84% | 0.78% | - |
| XYZ | 29.64 | 15.37 | 31.98 | - |
| YUV | 95.54 | 161 | 201.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 32 | 154 | 0 | 0.84 | 0.22 | 0.22 | 315.9 | 0.72 | 0.45 |
| Hex | C6 | 20 | 9A | 0 | 54 | 16 | 16 | 13C | 48 | 2D |
| Octal | 306 | 40 | 232 | 0 | 124 | 26 | 26 | 474 | 110 | 55 |
| Binary | 11000110 | 100000 | 10011010 | 0 | 1010100 | 10110 | 10110 | 100111100 | 1001000 | 101101 |
Color Harmonies of #C6209A
Complementary color
Monochromatic Colors of #C6209A
Black with #C6209A
Text Example
Text Example
White with #C6209A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6209A; }
p { color: rgb(198,32,154); }
H1.HeaderClassName
{
color: #C6209A;
}
.AnyTagClassName
{
color: #C6209A;
}
</style>
background-color css
<style>
a { background-color: #C6209A; }
a { background-color: rgb(198,32,154); }
div.DivClassName
{
background-color: #C6209A;
}
.BgClassName
{
background-color: #C6209A;
}
</style>
border-color css
<style>
span { border-color: #C6209A; }
span { border-color: rgb(198,32,154); }
td.TdClassName
{
border-color: #C6209A;
}
.TagClassName
{
border-color: #C6209A;
}
</style>