Shades of Medium Violet Red #C613A1
Tints of Medium Violet Red #C613A1
RGB
CMYK
RGB Variations
Color information
#C613A1 (or 0xC613A1) is known color: Medium Violet Red. HEX triplet: C6, 13 and A1. RGB value is (198,19,161). Sum of RGB (Red+Green+Blue) = 198+19+161=378 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.38% from 378); Green value is 19 (7.81% from 255 or 5.03% from 378); Blue value is 161 (63.28% from 255 or 42.59% from 378); Max value from RGB is 198 - color contains mainly: red. Hex color #C613A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C613A1 is #39EC5E. Grayscale: #585858. Windows color (decimal): -3796063 or 10556358. OLE color: 10556358.
HSL color Cylindrical-coordinate representation of color #C613A1: hue angle of 312.4º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C613A1 is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 19 | 161 | - |
| CMYK | 0 | 0.90 | 0.19 | 0.22 |
| HSL | 312.4º | 0.82% | 0.43% | - |
| HSV(B) | 312.4º | 0.9% | 0.78% | - |
| XYZ | 29.95 | 15.04 | 35.04 | - |
| YUV | 88.71 | 168.8 | 205.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 19 | 161 | 0 | 0.90 | 0.19 | 0.22 | 312.4 | 0.82 | 0.43 |
| Hex | C6 | 13 | A1 | 0 | 5A | 13 | 16 | 138 | 52 | 2B |
| Octal | 306 | 23 | 241 | 0 | 132 | 23 | 26 | 470 | 122 | 53 |
| Binary | 11000110 | 10011 | 10100001 | 0 | 1011010 | 10011 | 10110 | 100111000 | 1010010 | 101011 |
Color Harmonies of #C613A1
Complementary color
Monochromatic Colors of #C613A1
Black with #C613A1
Text Example
Text Example
White with #C613A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C613A1; }
p { color: rgb(198,19,161); }
H1.HeaderClassName
{
color: #C613A1;
}
.AnyTagClassName
{
color: #C613A1;
}
</style>
background-color css
<style>
a { background-color: #C613A1; }
a { background-color: rgb(198,19,161); }
div.DivClassName
{
background-color: #C613A1;
}
.BgClassName
{
background-color: #C613A1;
}
</style>
border-color css
<style>
span { border-color: #C613A1; }
span { border-color: rgb(198,19,161); }
td.TdClassName
{
border-color: #C613A1;
}
.TagClassName
{
border-color: #C613A1;
}
</style>