Shades of Medium Violet Red #C605A2
Tints of Medium Violet Red #C605A2
RGB
CMYK
RGB Variations
Color information
#C605A2 (or 0xC605A2) is known color: Medium Violet Red. HEX triplet: C6, 05 and A2. RGB value is (198,5,162). Sum of RGB (Red+Green+Blue) = 198+5+162=365 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.25% from 365); Green value is 5 (2.34% from 255 or 1.37% from 365); Blue value is 162 (63.67% from 255 or 44.38% from 365); Max value from RGB is 198 - color contains mainly: red. Hex color #C605A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C605A2 is #39FA5D. Grayscale: #505050. Windows color (decimal): -3799646 or 10618310. OLE color: 10618310.
HSL color Cylindrical-coordinate representation of color #C605A2: hue angle of 311.19º degrees, saturation: 0.95, 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 #C605A2 is Cyan = 0, Magento = 0.97, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 5 | 162 | - |
| CMYK | 0 | 0.97 | 0.18 | 0.22 |
| HSL | 311.19º | 0.95% | 0.4% | - |
| HSV(B) | 311.19º | 0.97% | 0.78% | - |
| XYZ | 29.86 | 14.72 | 35.45 | - |
| YUV | 80.61 | 173.94 | 211.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 5 | 162 | 0 | 0.97 | 0.18 | 0.22 | 311.19 | 0.95 | 0.4 |
| Hex | C6 | 5 | A2 | 0 | 61 | 12 | 16 | 137 | 5F | 28 |
| Octal | 306 | 5 | 242 | 0 | 141 | 22 | 26 | 467 | 137 | 50 |
| Binary | 11000110 | 101 | 10100010 | 0 | 1100001 | 10010 | 10110 | 100110111 | 1011111 | 101000 |
Color Harmonies of #C605A2
Complementary color
Monochromatic Colors of #C605A2
Black with #C605A2
Text Example
Text Example
White with #C605A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C605A2; }
p { color: rgb(198,5,162); }
H1.HeaderClassName
{
color: #C605A2;
}
.AnyTagClassName
{
color: #C605A2;
}
</style>
background-color css
<style>
a { background-color: #C605A2; }
a { background-color: rgb(198,5,162); }
div.DivClassName
{
background-color: #C605A2;
}
.BgClassName
{
background-color: #C605A2;
}
</style>
border-color css
<style>
span { border-color: #C605A2; }
span { border-color: rgb(198,5,162); }
td.TdClassName
{
border-color: #C605A2;
}
.TagClassName
{
border-color: #C605A2;
}
</style>