Shades of Medium Violet Red #C606A2
Tints of Medium Violet Red #C606A2
RGB
CMYK
RGB Variations
Color information
#C606A2 (or 0xC606A2) is known color: Medium Violet Red. HEX triplet: C6, 06 and A2. RGB value is (198,6,162). Sum of RGB (Red+Green+Blue) = 198+6+162=366 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.10% from 366); Green value is 6 (2.73% from 255 or 1.64% from 366); Blue value is 162 (63.67% from 255 or 44.26% from 366); Max value from RGB is 198 - color contains mainly: red. Hex color #C606A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C606A2 is #39F95D. Grayscale: #505050. Windows color (decimal): -3799390 or 10618566. OLE color: 10618566.
HSL color Cylindrical-coordinate representation of color #C606A2: hue angle of 311.25º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C606A2 is Cyan = 0, Magento = 0.97, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 6 | 162 | - |
| CMYK | 0 | 0.97 | 0.18 | 0.22 |
| HSL | 311.25º | 0.94% | 0.4% | - |
| HSV(B) | 311.25º | 0.97% | 0.78% | - |
| XYZ | 29.88 | 14.74 | 35.45 | - |
| YUV | 81.19 | 173.61 | 211.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 6 | 162 | 0 | 0.97 | 0.18 | 0.22 | 311.25 | 0.94 | 0.4 |
| Hex | C6 | 6 | A2 | 0 | 61 | 12 | 16 | 137 | 5E | 28 |
| Octal | 306 | 6 | 242 | 0 | 141 | 22 | 26 | 467 | 136 | 50 |
| Binary | 11000110 | 110 | 10100010 | 0 | 1100001 | 10010 | 10110 | 100110111 | 1011110 | 101000 |
Color Harmonies of #C606A2
Complementary color
Monochromatic Colors of #C606A2
Black with #C606A2
Text Example
Text Example
White with #C606A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C606A2; }
p { color: rgb(198,6,162); }
H1.HeaderClassName
{
color: #C606A2;
}
.AnyTagClassName
{
color: #C606A2;
}
</style>
background-color css
<style>
a { background-color: #C606A2; }
a { background-color: rgb(198,6,162); }
div.DivClassName
{
background-color: #C606A2;
}
.BgClassName
{
background-color: #C606A2;
}
</style>
border-color css
<style>
span { border-color: #C606A2; }
span { border-color: rgb(198,6,162); }
td.TdClassName
{
border-color: #C606A2;
}
.TagClassName
{
border-color: #C606A2;
}
</style>