Shades of Medium Red Violet #C025A6
Tints of Medium Red Violet #C025A6
RGB
CMYK
RGB Variations
Color information
#C025A6 (or 0xC025A6) is known color: Medium Red Violet. HEX triplet: C0, 25 and A6. RGB value is (192,37,166). Sum of RGB (Red+Green+Blue) = 192+37+166=395 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.61% from 395); Green value is 37 (14.84% from 255 or 9.37% from 395); Blue value is 166 (65.23% from 255 or 42.03% from 395); Max value from RGB is 192 - color contains mainly: red. Hex color #C025A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C025A6 is #3FDA59. Grayscale: #616161. Windows color (decimal): -4184666 or 10888640. OLE color: 10888640.
HSL color Cylindrical-coordinate representation of color #C025A6: hue angle of 310.06º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C025A6 is Cyan = 0, Magento = 0.81, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 37 | 166 | - |
| CMYK | 0 | 0.81 | 0.14 | 0.25 |
| HSL | 310.06º | 0.68% | 0.45% | - |
| HSV(B) | 310.06º | 0.81% | 0.75% | - |
| XYZ | 29.28 | 15.28 | 37.48 | - |
| YUV | 98.05 | 166.35 | 195.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 37 | 166 | 0 | 0.81 | 0.14 | 0.25 | 310.06 | 0.68 | 0.45 |
| Hex | C0 | 25 | A6 | 0 | 51 | E | 19 | 136 | 44 | 2D |
| Octal | 300 | 45 | 246 | 0 | 121 | 16 | 31 | 466 | 104 | 55 |
| Binary | 11000000 | 100101 | 10100110 | 0 | 1010001 | 1110 | 11001 | 100110110 | 1000100 | 101101 |
Color Harmonies of #C025A6
Complementary color
Monochromatic Colors of #C025A6
Black with #C025A6
Text Example
Text Example
White with #C025A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C025A6; }
p { color: rgb(192,37,166); }
H1.HeaderClassName
{
color: #C025A6;
}
.AnyTagClassName
{
color: #C025A6;
}
</style>
background-color css
<style>
a { background-color: #C025A6; }
a { background-color: rgb(192,37,166); }
div.DivClassName
{
background-color: #C025A6;
}
.BgClassName
{
background-color: #C025A6;
}
</style>
border-color css
<style>
span { border-color: #C025A6; }
span { border-color: rgb(192,37,166); }
td.TdClassName
{
border-color: #C025A6;
}
.TagClassName
{
border-color: #C025A6;
}
</style>