Shades of Medium Violet Red #C600A2
Tints of Medium Violet Red #C600A2
RGB
CMYK
RGB Variations
Color information
#C600A2 (or 0xC600A2) is known color: Medium Violet Red. HEX triplet: C6, 00 and A2. RGB value is (198,0,162). Sum of RGB (Red+Green+Blue) = 198+0+162=360 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55% from 360); Green value is 0 (0.39% from 255 or 0% from 360); Blue value is 162 (63.67% from 255 or 45% from 360); Max value from RGB is 198 - color contains mainly: red. Hex color #C600A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C600A2 is #39FF5D. Grayscale: #4D4D4D. Windows color (decimal): -3800926 or 10617030. OLE color: 10617030.
HSL color Cylindrical-coordinate representation of color #C600A2: hue angle of 310.91º 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 #C600A2 is Cyan = 0, Magento = 1, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 0 | 162 | - |
| CMYK | 0 | 1 | 0.18 | 0.22 |
| HSL | 310.91º | 1% | 0.39% | - |
| HSV(B) | 310.91º | 1% | 0.78% | - |
| XYZ | 29.81 | 14.61 | 35.43 | - |
| YUV | 77.67 | 175.6 | 213.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 0 | 162 | 0 | 1 | 0.18 | 0.22 | 310.91 | 1 | 0.39 |
| Hex | C6 | 0 | A2 | 0 | 64 | 12 | 16 | 137 | 64 | 27 |
| Octal | 306 | 0 | 242 | 0 | 144 | 22 | 26 | 467 | 144 | 47 |
| Binary | 11000110 | 0 | 10100010 | 0 | 1100100 | 10010 | 10110 | 100110111 | 1100100 | 100111 |
Color Harmonies of #C600A2
Complementary color
Monochromatic Colors of #C600A2
Black with #C600A2
Text Example
Text Example
White with #C600A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C600A2; }
p { color: rgb(198,0,162); }
H1.HeaderClassName
{
color: #C600A2;
}
.AnyTagClassName
{
color: #C600A2;
}
</style>
background-color css
<style>
a { background-color: #C600A2; }
a { background-color: rgb(198,0,162); }
div.DivClassName
{
background-color: #C600A2;
}
.BgClassName
{
background-color: #C600A2;
}
</style>
border-color css
<style>
span { border-color: #C600A2; }
span { border-color: rgb(198,0,162); }
td.TdClassName
{
border-color: #C600A2;
}
.TagClassName
{
border-color: #C600A2;
}
</style>