Shades of Medium Violet Red #C613AA
Tints of Medium Violet Red #C613AA
RGB
CMYK
RGB Variations
Color information
#C613AA (or 0xC613AA) is known color: Medium Violet Red. HEX triplet: C6, 13 and AA. RGB value is (198,19,170). Sum of RGB (Red+Green+Blue) = 198+19+170=387 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.16% from 387); Green value is 19 (7.81% from 255 or 4.91% from 387); Blue value is 170 (66.80% from 255 or 43.93% from 387); Max value from RGB is 198 - color contains mainly: red. Hex color #C613AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C613AA is #39EC55. Grayscale: #595959. Windows color (decimal): -3796054 or 11146182. OLE color: 11146182.
HSL color Cylindrical-coordinate representation of color #C613AA: hue angle of 309.39º 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 #C613AA is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 19 | 170 | - |
| CMYK | 0 | 0.90 | 0.14 | 0.22 |
| HSL | 309.39º | 0.82% | 0.43% | - |
| HSV(B) | 309.39º | 0.9% | 0.78% | - |
| XYZ | 30.78 | 15.37 | 39.38 | - |
| YUV | 89.74 | 173.3 | 205.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 19 | 170 | 0 | 0.90 | 0.14 | 0.22 | 309.39 | 0.82 | 0.43 |
| Hex | C6 | 13 | AA | 0 | 5A | E | 16 | 135 | 52 | 2B |
| Octal | 306 | 23 | 252 | 0 | 132 | 16 | 26 | 465 | 122 | 53 |
| Binary | 11000110 | 10011 | 10101010 | 0 | 1011010 | 1110 | 10110 | 100110101 | 1010010 | 101011 |
Color Harmonies of #C613AA
Complementary color
Monochromatic Colors of #C613AA
Black with #C613AA
Text Example
Text Example
White with #C613AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C613AA; }
p { color: rgb(198,19,170); }
H1.HeaderClassName
{
color: #C613AA;
}
.AnyTagClassName
{
color: #C613AA;
}
</style>
background-color css
<style>
a { background-color: #C613AA; }
a { background-color: rgb(198,19,170); }
div.DivClassName
{
background-color: #C613AA;
}
.BgClassName
{
background-color: #C613AA;
}
</style>
border-color css
<style>
span { border-color: #C613AA; }
span { border-color: rgb(198,19,170); }
td.TdClassName
{
border-color: #C613AA;
}
.TagClassName
{
border-color: #C613AA;
}
</style>