Shades of Medium Red Violet #C032A4
Tints of Medium Red Violet #C032A4
RGB
CMYK
RGB Variations
Color information
#C032A4 (or 0xC032A4) is known color: Medium Red Violet. HEX triplet: C0, 32 and A4. RGB value is (192,50,164). Sum of RGB (Red+Green+Blue) = 192+50+164=406 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.29% from 406); Green value is 50 (19.92% from 255 or 12.32% from 406); Blue value is 164 (64.45% from 255 or 40.39% from 406); Max value from RGB is 192 - color contains mainly: red. Hex color #C032A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C032A4 is #3FCD5B. Grayscale: #696969. Windows color (decimal): -4181340 or 10760896. OLE color: 10760896.
HSL color Cylindrical-coordinate representation of color #C032A4: hue angle of 311.83º 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 #C032A4 is Cyan = 0, Magento = 0.74, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 50 | 164 | - |
| CMYK | 0 | 0.74 | 0.15 | 0.25 |
| HSL | 311.83º | 0.59% | 0.47% | - |
| HSV(B) | 311.83º | 0.74% | 0.75% | - |
| XYZ | 29.58 | 16.17 | 36.68 | - |
| YUV | 105.45 | 161.04 | 189.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 50 | 164 | 0 | 0.74 | 0.15 | 0.25 | 311.83 | 0.59 | 0.47 |
| Hex | C0 | 32 | A4 | 0 | 4A | F | 19 | 138 | 3B | 2F |
| Octal | 300 | 62 | 244 | 0 | 112 | 17 | 31 | 470 | 73 | 57 |
| Binary | 11000000 | 110010 | 10100100 | 0 | 1001010 | 1111 | 11001 | 100111000 | 111011 | 101111 |
Color Harmonies of #C032A4
Complementary color
Monochromatic Colors of #C032A4
Black with #C032A4
Text Example
Text Example
White with #C032A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C032A4; }
p { color: rgb(192,50,164); }
H1.HeaderClassName
{
color: #C032A4;
}
.AnyTagClassName
{
color: #C032A4;
}
</style>
background-color css
<style>
a { background-color: #C032A4; }
a { background-color: rgb(192,50,164); }
div.DivClassName
{
background-color: #C032A4;
}
.BgClassName
{
background-color: #C032A4;
}
</style>
border-color css
<style>
span { border-color: #C032A4; }
span { border-color: rgb(192,50,164); }
td.TdClassName
{
border-color: #C032A4;
}
.TagClassName
{
border-color: #C032A4;
}
</style>