Shades of Medium Red Violet #C130AA
Tints of Medium Red Violet #C130AA
RGB
CMYK
RGB Variations
Color information
#C130AA (or 0xC130AA) is known color: Medium Red Violet. HEX triplet: C1, 30 and AA. RGB value is (193,48,170). Sum of RGB (Red+Green+Blue) = 193+48+170=411 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.96% from 411); Green value is 48 (19.14% from 255 or 11.68% from 411); Blue value is 170 (66.80% from 255 or 41.36% from 411); Max value from RGB is 193 - color contains mainly: red. Hex color #C130AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C130AA is #3ECF55. Grayscale: #686868. Windows color (decimal): -4116310 or 11153601. OLE color: 11153601.
HSL color Cylindrical-coordinate representation of color #C130AA: hue angle of 309.52º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C130AA is Cyan = 0, Magento = 0.75, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 48 | 170 | - |
| CMYK | 0 | 0.75 | 0.12 | 0.24 |
| HSL | 309.52º | 0.6% | 0.47% | - |
| HSV(B) | 309.52º | 0.75% | 0.76% | - |
| XYZ | 30.3 | 16.35 | 39.59 | - |
| YUV | 105.26 | 164.54 | 190.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 48 | 170 | 0 | 0.75 | 0.12 | 0.24 | 309.52 | 0.6 | 0.47 |
| Hex | C1 | 30 | AA | 0 | 4B | C | 18 | 136 | 3C | 2F |
| Octal | 301 | 60 | 252 | 0 | 113 | 14 | 30 | 466 | 74 | 57 |
| Binary | 11000001 | 110000 | 10101010 | 0 | 1001011 | 1100 | 11000 | 100110110 | 111100 | 101111 |
Color Harmonies of #C130AA
Complementary color
Monochromatic Colors of #C130AA
Black with #C130AA
Text Example
Text Example
White with #C130AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C130AA; }
p { color: rgb(193,48,170); }
H1.HeaderClassName
{
color: #C130AA;
}
.AnyTagClassName
{
color: #C130AA;
}
</style>
background-color css
<style>
a { background-color: #C130AA; }
a { background-color: rgb(193,48,170); }
div.DivClassName
{
background-color: #C130AA;
}
.BgClassName
{
background-color: #C130AA;
}
</style>
border-color css
<style>
span { border-color: #C130AA; }
span { border-color: rgb(193,48,170); }
td.TdClassName
{
border-color: #C130AA;
}
.TagClassName
{
border-color: #C130AA;
}
</style>