Shades of Medium Red Violet #C832AA
Tints of Medium Red Violet #C832AA
RGB
CMYK
RGB Variations
Color information
#C832AA (or 0xC832AA) is known color: Medium Red Violet. HEX triplet: C8, 32 and AA. RGB value is (200,50,170). Sum of RGB (Red+Green+Blue) = 200+50+170=420 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.62% from 420); Green value is 50 (19.92% from 255 or 11.90% from 420); Blue value is 170 (66.80% from 255 or 40.48% from 420); Max value from RGB is 200 - color contains mainly: red. Hex color #C832AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C832AA is #37CD55. Grayscale: #6C6C6C. Windows color (decimal): -3657046 or 11154120. OLE color: 11154120.
HSL color Cylindrical-coordinate representation of color #C832AA: hue angle of 312º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C832AA is Cyan = 0, Magento = 0.75, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 50 | 170 | - |
| CMYK | 0 | 0.75 | 0.15 | 0.22 |
| HSL | 312º | 0.6% | 0.49% | - |
| HSV(B) | 312º | 0.75% | 0.78% | - |
| XYZ | 32.22 | 17.46 | 39.7 | - |
| YUV | 108.53 | 162.7 | 193.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 50 | 170 | 0 | 0.75 | 0.15 | 0.22 | 312 | 0.6 | 0.49 |
| Hex | C8 | 32 | AA | 0 | 4B | F | 16 | 138 | 3C | 31 |
| Octal | 310 | 62 | 252 | 0 | 113 | 17 | 26 | 470 | 74 | 61 |
| Binary | 11001000 | 110010 | 10101010 | 0 | 1001011 | 1111 | 10110 | 100111000 | 111100 | 110001 |
Color Harmonies of #C832AA
Complementary color
Monochromatic Colors of #C832AA
Black with #C832AA
Text Example
Text Example
White with #C832AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C832AA; }
p { color: rgb(200,50,170); }
H1.HeaderClassName
{
color: #C832AA;
}
.AnyTagClassName
{
color: #C832AA;
}
</style>
background-color css
<style>
a { background-color: #C832AA; }
a { background-color: rgb(200,50,170); }
div.DivClassName
{
background-color: #C832AA;
}
.BgClassName
{
background-color: #C832AA;
}
</style>
border-color css
<style>
span { border-color: #C832AA; }
span { border-color: rgb(200,50,170); }
td.TdClassName
{
border-color: #C832AA;
}
.TagClassName
{
border-color: #C832AA;
}
</style>