Shades of Medium Red Violet #C032AA
Tints of Medium Red Violet #C032AA
RGB
CMYK
RGB Variations
Color information
#C032AA (or 0xC032AA) is known color: Medium Red Violet. HEX triplet: C0, 32 and AA. RGB value is (192,50,170). Sum of RGB (Red+Green+Blue) = 192+50+170=412 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.60% from 412); Green value is 50 (19.92% from 255 or 12.14% from 412); Blue value is 170 (66.80% from 255 or 41.26% from 412); Max value from RGB is 192 - color contains mainly: red. Hex color #C032AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C032AA is #3FCD55. Grayscale: #696969. Windows color (decimal): -4181334 or 11154112. OLE color: 11154112.
HSL color Cylindrical-coordinate representation of color #C032AA: hue angle of 309.3º 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 #C032AA is Cyan = 0, Magento = 0.74, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 50 | 170 | - |
| CMYK | 0 | 0.74 | 0.11 | 0.25 |
| HSL | 309.3º | 0.59% | 0.47% | - |
| HSV(B) | 309.3º | 0.74% | 0.75% | - |
| XYZ | 30.13 | 16.39 | 39.61 | - |
| YUV | 106.14 | 164.04 | 189.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 50 | 170 | 0 | 0.74 | 0.11 | 0.25 | 309.3 | 0.59 | 0.47 |
| Hex | C0 | 32 | AA | 0 | 4A | B | 19 | 135 | 3B | 2F |
| Octal | 300 | 62 | 252 | 0 | 112 | 13 | 31 | 465 | 73 | 57 |
| Binary | 11000000 | 110010 | 10101010 | 0 | 1001010 | 1011 | 11001 | 100110101 | 111011 | 101111 |
Color Harmonies of #C032AA
Complementary color
Monochromatic Colors of #C032AA
Black with #C032AA
Text Example
Text Example
White with #C032AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C032AA; }
p { color: rgb(192,50,170); }
H1.HeaderClassName
{
color: #C032AA;
}
.AnyTagClassName
{
color: #C032AA;
}
</style>
background-color css
<style>
a { background-color: #C032AA; }
a { background-color: rgb(192,50,170); }
div.DivClassName
{
background-color: #C032AA;
}
.BgClassName
{
background-color: #C032AA;
}
</style>
border-color css
<style>
span { border-color: #C032AA; }
span { border-color: rgb(192,50,170); }
td.TdClassName
{
border-color: #C032AA;
}
.TagClassName
{
border-color: #C032AA;
}
</style>