Shades of Medium Violet Red #C206A2
Tints of Medium Violet Red #C206A2
RGB
CMYK
RGB Variations
Color information
#C206A2 (or 0xC206A2) is known color: Medium Violet Red. HEX triplet: C2, 06 and A2. RGB value is (194,6,162). Sum of RGB (Red+Green+Blue) = 194+6+162=362 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.59% from 362); Green value is 6 (2.73% from 255 or 1.66% from 362); Blue value is 162 (63.67% from 255 or 44.75% from 362); Max value from RGB is 194 - color contains mainly: red. Hex color #C206A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C206A2 is #3DF95D. Grayscale: #4F4F4F. Windows color (decimal): -4061534 or 10618562. OLE color: 10618562.
HSL color Cylindrical-coordinate representation of color #C206A2: hue angle of 310.21º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C206A2 is Cyan = 0, Magento = 0.97, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 6 | 162 | - |
| CMYK | 0 | 0.97 | 0.16 | 0.24 |
| HSL | 310.21º | 0.94% | 0.39% | - |
| HSV(B) | 310.21º | 0.97% | 0.76% | - |
| XYZ | 28.83 | 14.21 | 35.41 | - |
| YUV | 80 | 174.28 | 209.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 6 | 162 | 0 | 0.97 | 0.16 | 0.24 | 310.21 | 0.94 | 0.39 |
| Hex | C2 | 6 | A2 | 0 | 61 | 10 | 18 | 136 | 5E | 27 |
| Octal | 302 | 6 | 242 | 0 | 141 | 20 | 30 | 466 | 136 | 47 |
| Binary | 11000010 | 110 | 10100010 | 0 | 1100001 | 10000 | 11000 | 100110110 | 1011110 | 100111 |
Color Harmonies of #C206A2
Complementary color
Monochromatic Colors of #C206A2
Black with #C206A2
Text Example
Text Example
White with #C206A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C206A2; }
p { color: rgb(194,6,162); }
H1.HeaderClassName
{
color: #C206A2;
}
.AnyTagClassName
{
color: #C206A2;
}
</style>
background-color css
<style>
a { background-color: #C206A2; }
a { background-color: rgb(194,6,162); }
div.DivClassName
{
background-color: #C206A2;
}
.BgClassName
{
background-color: #C206A2;
}
</style>
border-color css
<style>
span { border-color: #C206A2; }
span { border-color: rgb(194,6,162); }
td.TdClassName
{
border-color: #C206A2;
}
.TagClassName
{
border-color: #C206A2;
}
</style>