Shades of Medium Violet Red #C125A6
Tints of Medium Violet Red #C125A6
RGB
CMYK
RGB Variations
Color information
#C125A6 (or 0xC125A6) is known color: Medium Violet Red. HEX triplet: C1, 25 and A6. RGB value is (193,37,166). Sum of RGB (Red+Green+Blue) = 193+37+166=396 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.74% from 396); Green value is 37 (14.84% from 255 or 9.34% from 396); Blue value is 166 (65.23% from 255 or 41.92% from 396); Max value from RGB is 193 - color contains mainly: red. Hex color #C125A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C125A6 is #3EDA59. Grayscale: #616161. Windows color (decimal): -4119130 or 10888641. OLE color: 10888641.
HSL color Cylindrical-coordinate representation of color #C125A6: hue angle of 310.38º 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 #C125A6 is Cyan = 0, Magento = 0.81, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 37 | 166 | - |
| CMYK | 0 | 0.81 | 0.14 | 0.24 |
| HSL | 310.38º | 0.68% | 0.45% | - |
| HSV(B) | 310.38º | 0.81% | 0.76% | - |
| XYZ | 29.54 | 15.41 | 37.49 | - |
| YUV | 98.35 | 166.18 | 195.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 37 | 166 | 0 | 0.81 | 0.14 | 0.24 | 310.38 | 0.68 | 0.45 |
| Hex | C1 | 25 | A6 | 0 | 51 | E | 18 | 136 | 44 | 2D |
| Octal | 301 | 45 | 246 | 0 | 121 | 16 | 30 | 466 | 104 | 55 |
| Binary | 11000001 | 100101 | 10100110 | 0 | 1010001 | 1110 | 11000 | 100110110 | 1000100 | 101101 |
Color Harmonies of #C125A6
Complementary color
Monochromatic Colors of #C125A6
Black with #C125A6
Text Example
Text Example
White with #C125A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C125A6; }
p { color: rgb(193,37,166); }
H1.HeaderClassName
{
color: #C125A6;
}
.AnyTagClassName
{
color: #C125A6;
}
</style>
background-color css
<style>
a { background-color: #C125A6; }
a { background-color: rgb(193,37,166); }
div.DivClassName
{
background-color: #C125A6;
}
.BgClassName
{
background-color: #C125A6;
}
</style>
border-color css
<style>
span { border-color: #C125A6; }
span { border-color: rgb(193,37,166); }
td.TdClassName
{
border-color: #C125A6;
}
.TagClassName
{
border-color: #C125A6;
}
</style>