Shades of Medium Red Violet #C025A3
Tints of Medium Red Violet #C025A3
RGB
CMYK
RGB Variations
Color information
#C025A3 (or 0xC025A3) is known color: Medium Red Violet. HEX triplet: C0, 25 and A3. RGB value is (192,37,163). Sum of RGB (Red+Green+Blue) = 192+37+163=392 (51% of max value = 765). Red value is 192 (75.39% from 255 or 48.98% from 392); Green value is 37 (14.84% from 255 or 9.44% from 392); Blue value is 163 (64.06% from 255 or 41.58% from 392); Max value from RGB is 192 - color contains mainly: red. Hex color #C025A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C025A3 is #3FDA5C. Grayscale: #616161. Windows color (decimal): -4184669 or 10692032. OLE color: 10692032.
HSL color Cylindrical-coordinate representation of color #C025A3: hue angle of 311.23º 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 #C025A3 is Cyan = 0, Magento = 0.81, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 37 | 163 | - |
| CMYK | 0 | 0.81 | 0.15 | 0.25 |
| HSL | 311.23º | 0.68% | 0.45% | - |
| HSV(B) | 311.23º | 0.81% | 0.75% | - |
| XYZ | 29.01 | 15.17 | 36.05 | - |
| YUV | 97.71 | 164.85 | 195.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 37 | 163 | 0 | 0.81 | 0.15 | 0.25 | 311.23 | 0.68 | 0.45 |
| Hex | C0 | 25 | A3 | 0 | 51 | F | 19 | 137 | 44 | 2D |
| Octal | 300 | 45 | 243 | 0 | 121 | 17 | 31 | 467 | 104 | 55 |
| Binary | 11000000 | 100101 | 10100011 | 0 | 1010001 | 1111 | 11001 | 100110111 | 1000100 | 101101 |
Color Harmonies of #C025A3
Complementary color
Monochromatic Colors of #C025A3
Black with #C025A3
Text Example
Text Example
White with #C025A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C025A3; }
p { color: rgb(192,37,163); }
H1.HeaderClassName
{
color: #C025A3;
}
.AnyTagClassName
{
color: #C025A3;
}
</style>
background-color css
<style>
a { background-color: #C025A3; }
a { background-color: rgb(192,37,163); }
div.DivClassName
{
background-color: #C025A3;
}
.BgClassName
{
background-color: #C025A3;
}
</style>
border-color css
<style>
span { border-color: #C025A3; }
span { border-color: rgb(192,37,163); }
td.TdClassName
{
border-color: #C025A3;
}
.TagClassName
{
border-color: #C025A3;
}
</style>