Shades of Medium Red Violet #C032A7
Tints of Medium Red Violet #C032A7
RGB
CMYK
RGB Variations
Color information
#C032A7 (or 0xC032A7) is known color: Medium Red Violet. HEX triplet: C0, 32 and A7. RGB value is (192,50,167). Sum of RGB (Red+Green+Blue) = 192+50+167=409 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.94% from 409); Green value is 50 (19.92% from 255 or 12.22% from 409); Blue value is 167 (65.62% from 255 or 40.83% from 409); Max value from RGB is 192 - color contains mainly: red. Hex color #C032A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C032A7 is #3FCD58. Grayscale: #696969. Windows color (decimal): -4181337 or 10957504. OLE color: 10957504.
HSL color Cylindrical-coordinate representation of color #C032A7: hue angle of 310.56º 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 #C032A7 is Cyan = 0, Magento = 0.74, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 50 | 167 | - |
| CMYK | 0 | 0.74 | 0.13 | 0.25 |
| HSL | 310.56º | 0.59% | 0.47% | - |
| HSV(B) | 310.56º | 0.74% | 0.75% | - |
| XYZ | 29.85 | 16.28 | 38.13 | - |
| YUV | 105.8 | 162.54 | 189.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 50 | 167 | 0 | 0.74 | 0.13 | 0.25 | 310.56 | 0.59 | 0.47 |
| Hex | C0 | 32 | A7 | 0 | 4A | D | 19 | 137 | 3B | 2F |
| Octal | 300 | 62 | 247 | 0 | 112 | 15 | 31 | 467 | 73 | 57 |
| Binary | 11000000 | 110010 | 10100111 | 0 | 1001010 | 1101 | 11001 | 100110111 | 111011 | 101111 |
Color Harmonies of #C032A7
Complementary color
Monochromatic Colors of #C032A7
Black with #C032A7
Text Example
Text Example
White with #C032A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C032A7; }
p { color: rgb(192,50,167); }
H1.HeaderClassName
{
color: #C032A7;
}
.AnyTagClassName
{
color: #C032A7;
}
</style>
background-color css
<style>
a { background-color: #C032A7; }
a { background-color: rgb(192,50,167); }
div.DivClassName
{
background-color: #C032A7;
}
.BgClassName
{
background-color: #C032A7;
}
</style>
border-color css
<style>
span { border-color: #C032A7; }
span { border-color: rgb(192,50,167); }
td.TdClassName
{
border-color: #C032A7;
}
.TagClassName
{
border-color: #C032A7;
}
</style>