Shades of Medium Red Violet #C032A6
Tints of Medium Red Violet #C032A6
RGB
CMYK
RGB Variations
Color information
#C032A6 (or 0xC032A6) is known color: Medium Red Violet. HEX triplet: C0, 32 and A6. RGB value is (192,50,166). Sum of RGB (Red+Green+Blue) = 192+50+166=408 (54% of max value = 765). Red value is 192 (75.39% from 255 or 47.06% from 408); Green value is 50 (19.92% from 255 or 12.25% from 408); Blue value is 166 (65.23% from 255 or 40.69% from 408); Max value from RGB is 192 - color contains mainly: red. Hex color #C032A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C032A6 is #3FCD59. Grayscale: #696969. Windows color (decimal): -4181338 or 10891968. OLE color: 10891968.
HSL color Cylindrical-coordinate representation of color #C032A6: hue angle of 310.99º 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 #C032A6 is Cyan = 0, Magento = 0.74, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 50 | 166 | - |
| CMYK | 0 | 0.74 | 0.14 | 0.25 |
| HSL | 310.99º | 0.59% | 0.47% | - |
| HSV(B) | 310.99º | 0.74% | 0.75% | - |
| XYZ | 29.76 | 16.24 | 37.64 | - |
| YUV | 105.68 | 162.04 | 189.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 50 | 166 | 0 | 0.74 | 0.14 | 0.25 | 310.99 | 0.59 | 0.47 |
| Hex | C0 | 32 | A6 | 0 | 4A | E | 19 | 137 | 3B | 2F |
| Octal | 300 | 62 | 246 | 0 | 112 | 16 | 31 | 467 | 73 | 57 |
| Binary | 11000000 | 110010 | 10100110 | 0 | 1001010 | 1110 | 11001 | 100110111 | 111011 | 101111 |
Color Harmonies of #C032A6
Complementary color
Monochromatic Colors of #C032A6
Black with #C032A6
Text Example
Text Example
White with #C032A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C032A6; }
p { color: rgb(192,50,166); }
H1.HeaderClassName
{
color: #C032A6;
}
.AnyTagClassName
{
color: #C032A6;
}
</style>
background-color css
<style>
a { background-color: #C032A6; }
a { background-color: rgb(192,50,166); }
div.DivClassName
{
background-color: #C032A6;
}
.BgClassName
{
background-color: #C032A6;
}
</style>
border-color css
<style>
span { border-color: #C032A6; }
span { border-color: rgb(192,50,166); }
td.TdClassName
{
border-color: #C032A6;
}
.TagClassName
{
border-color: #C032A6;
}
</style>