Shades of Medium Violet Red #C601A2
Tints of Medium Violet Red #C601A2
RGB
CMYK
RGB Variations
Color information
#C601A2 (or 0xC601A2) is known color: Medium Violet Red. HEX triplet: C6, 01 and A2. RGB value is (198,1,162). Sum of RGB (Red+Green+Blue) = 198+1+162=361 (47% of max value = 765). Red value is 198 (77.73% from 255 or 54.85% from 361); Green value is 1 (0.78% from 255 or 0.28% from 361); Blue value is 162 (63.67% from 255 or 44.88% from 361); Max value from RGB is 198 - color contains mainly: red. Hex color #C601A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C601A2 is #39FE5D. Grayscale: #4D4D4D. Windows color (decimal): -3800670 or 10617286. OLE color: 10617286.
HSL color Cylindrical-coordinate representation of color #C601A2: hue angle of 310.96º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C601A2 is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 1 | 162 | - |
| CMYK | 0 | 0.99 | 0.18 | 0.22 |
| HSL | 310.96º | 0.99% | 0.39% | - |
| HSV(B) | 310.96º | 0.99% | 0.78% | - |
| XYZ | 29.82 | 14.64 | 35.44 | - |
| YUV | 78.26 | 175.27 | 213.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 1 | 162 | 0 | 0.99 | 0.18 | 0.22 | 310.96 | 0.99 | 0.39 |
| Hex | C6 | 1 | A2 | 0 | 63 | 12 | 16 | 137 | 63 | 27 |
| Octal | 306 | 1 | 242 | 0 | 143 | 22 | 26 | 467 | 143 | 47 |
| Binary | 11000110 | 1 | 10100010 | 0 | 1100011 | 10010 | 10110 | 100110111 | 1100011 | 100111 |
Color Harmonies of #C601A2
Complementary color
Monochromatic Colors of #C601A2
Black with #C601A2
Text Example
Text Example
White with #C601A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C601A2; }
p { color: rgb(198,1,162); }
H1.HeaderClassName
{
color: #C601A2;
}
.AnyTagClassName
{
color: #C601A2;
}
</style>
background-color css
<style>
a { background-color: #C601A2; }
a { background-color: rgb(198,1,162); }
div.DivClassName
{
background-color: #C601A2;
}
.BgClassName
{
background-color: #C601A2;
}
</style>
border-color css
<style>
span { border-color: #C601A2; }
span { border-color: rgb(198,1,162); }
td.TdClassName
{
border-color: #C601A2;
}
.TagClassName
{
border-color: #C601A2;
}
</style>