Shades of Medium Red Violet #C032A5
Tints of Medium Red Violet #C032A5
RGB
CMYK
RGB Variations
Color information
#C032A5 (or 0xC032A5) is known color: Medium Red Violet. HEX triplet: C0, 32 and A5. RGB value is (192,50,165). Sum of RGB (Red+Green+Blue) = 192+50+165=407 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.17% from 407); Green value is 50 (19.92% from 255 or 12.29% from 407); Blue value is 165 (64.84% from 255 or 40.54% from 407); Max value from RGB is 192 - color contains mainly: red. Hex color #C032A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C032A5 is #3FCD5A. Grayscale: #696969. Windows color (decimal): -4181339 or 10826432. OLE color: 10826432.
HSL color Cylindrical-coordinate representation of color #C032A5: hue angle of 311.41º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C032A5 is Cyan = 0, Magento = 0.74, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 50 | 165 | - |
| CMYK | 0 | 0.74 | 0.14 | 0.25 |
| HSL | 311.41º | 0.59% | 0.47% | - |
| HSV(B) | 311.41º | 0.74% | 0.75% | - |
| XYZ | 29.67 | 16.2 | 37.16 | - |
| YUV | 105.57 | 161.54 | 189.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 50 | 165 | 0 | 0.74 | 0.14 | 0.25 | 311.41 | 0.59 | 0.47 |
| Hex | C0 | 32 | A5 | 0 | 4A | E | 19 | 137 | 3B | 2F |
| Octal | 300 | 62 | 245 | 0 | 112 | 16 | 31 | 467 | 73 | 57 |
| Binary | 11000000 | 110010 | 10100101 | 0 | 1001010 | 1110 | 11001 | 100110111 | 111011 | 101111 |
Color Harmonies of #C032A5
Complementary color
Monochromatic Colors of #C032A5
Black with #C032A5
Text Example
Text Example
White with #C032A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C032A5; }
p { color: rgb(192,50,165); }
H1.HeaderClassName
{
color: #C032A5;
}
.AnyTagClassName
{
color: #C032A5;
}
</style>
background-color css
<style>
a { background-color: #C032A5; }
a { background-color: rgb(192,50,165); }
div.DivClassName
{
background-color: #C032A5;
}
.BgClassName
{
background-color: #C032A5;
}
</style>
border-color css
<style>
span { border-color: #C032A5; }
span { border-color: rgb(192,50,165); }
td.TdClassName
{
border-color: #C032A5;
}
.TagClassName
{
border-color: #C032A5;
}
</style>