Shades of Medium Violet Red #C125AA
Tints of Medium Violet Red #C125AA
RGB
CMYK
RGB Variations
Color information
#C125AA (or 0xC125AA) is known color: Medium Violet Red. HEX triplet: C1, 25 and AA. RGB value is (193,37,170). Sum of RGB (Red+Green+Blue) = 193+37+170=400 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.25% from 400); Green value is 37 (14.84% from 255 or 9.25% from 400); Blue value is 170 (66.80% from 255 or 42.5% from 400); Max value from RGB is 193 - color contains mainly: red. Hex color #C125AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C125AA is #3EDA55. Grayscale: #626262. Windows color (decimal): -4119126 or 11150785. OLE color: 11150785.
HSL color Cylindrical-coordinate representation of color #C125AA: hue angle of 308.85º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C125AA is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 37 | 170 | - |
| CMYK | 0 | 0.81 | 0.12 | 0.24 |
| HSL | 308.85º | 0.68% | 0.45% | - |
| HSV(B) | 308.85º | 0.81% | 0.76% | - |
| XYZ | 29.91 | 15.56 | 39.46 | - |
| YUV | 98.81 | 168.18 | 195.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 37 | 170 | 0 | 0.81 | 0.12 | 0.24 | 308.85 | 0.68 | 0.45 |
| Hex | C1 | 25 | AA | 0 | 51 | C | 18 | 135 | 44 | 2D |
| Octal | 301 | 45 | 252 | 0 | 121 | 14 | 30 | 465 | 104 | 55 |
| Binary | 11000001 | 100101 | 10101010 | 0 | 1010001 | 1100 | 11000 | 100110101 | 1000100 | 101101 |
Color Harmonies of #C125AA
Complementary color
Monochromatic Colors of #C125AA
Black with #C125AA
Text Example
Text Example
White with #C125AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C125AA; }
p { color: rgb(193,37,170); }
H1.HeaderClassName
{
color: #C125AA;
}
.AnyTagClassName
{
color: #C125AA;
}
</style>
background-color css
<style>
a { background-color: #C125AA; }
a { background-color: rgb(193,37,170); }
div.DivClassName
{
background-color: #C125AA;
}
.BgClassName
{
background-color: #C125AA;
}
</style>
border-color css
<style>
span { border-color: #C125AA; }
span { border-color: rgb(193,37,170); }
td.TdClassName
{
border-color: #C125AA;
}
.TagClassName
{
border-color: #C125AA;
}
</style>