Shades of Medium Violet Red #C601A3
Tints of Medium Violet Red #C601A3
RGB
CMYK
RGB Variations
Color information
#C601A3 (or 0xC601A3) is known color: Medium Violet Red. HEX triplet: C6, 01 and A3. RGB value is (198,1,163). Sum of RGB (Red+Green+Blue) = 198+1+163=362 (47% of max value = 765). Red value is 198 (77.73% from 255 or 54.70% from 362); Green value is 1 (0.78% from 255 or 0.28% from 362); Blue value is 163 (64.06% from 255 or 45.03% from 362); Max value from RGB is 198 - color contains mainly: red. Hex color #C601A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C601A3 is #39FE5C. Grayscale: #4D4D4D. Windows color (decimal): -3800669 or 10682822. OLE color: 10682822.
HSL color Cylindrical-coordinate representation of color #C601A3: hue angle of 310.66º 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 #C601A3 is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 1 | 163 | - |
| CMYK | 0 | 0.99 | 0.18 | 0.22 |
| HSL | 310.66º | 0.99% | 0.39% | - |
| HSV(B) | 310.66º | 0.99% | 0.78% | - |
| XYZ | 29.91 | 14.67 | 35.91 | - |
| YUV | 78.37 | 175.77 | 213.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 1 | 163 | 0 | 0.99 | 0.18 | 0.22 | 310.66 | 0.99 | 0.39 |
| Hex | C6 | 1 | A3 | 0 | 63 | 12 | 16 | 137 | 63 | 27 |
| Octal | 306 | 1 | 243 | 0 | 143 | 22 | 26 | 467 | 143 | 47 |
| Binary | 11000110 | 1 | 10100011 | 0 | 1100011 | 10010 | 10110 | 100110111 | 1100011 | 100111 |
Color Harmonies of #C601A3
Complementary color
Monochromatic Colors of #C601A3
Black with #C601A3
Text Example
Text Example
White with #C601A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C601A3; }
p { color: rgb(198,1,163); }
H1.HeaderClassName
{
color: #C601A3;
}
.AnyTagClassName
{
color: #C601A3;
}
</style>
background-color css
<style>
a { background-color: #C601A3; }
a { background-color: rgb(198,1,163); }
div.DivClassName
{
background-color: #C601A3;
}
.BgClassName
{
background-color: #C601A3;
}
</style>
border-color css
<style>
span { border-color: #C601A3; }
span { border-color: rgb(198,1,163); }
td.TdClassName
{
border-color: #C601A3;
}
.TagClassName
{
border-color: #C601A3;
}
</style>