Shades of Medium Red Violet #C932AB
Tints of Medium Red Violet #C932AB
RGB
CMYK
RGB Variations
Color information
#C932AB (or 0xC932AB) is known color: Medium Red Violet. HEX triplet: C9, 32 and AB. RGB value is (201,50,171). Sum of RGB (Red+Green+Blue) = 201+50+171=422 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.63% from 422); Green value is 50 (19.92% from 255 or 11.85% from 422); Blue value is 171 (67.19% from 255 or 40.52% from 422); Max value from RGB is 201 - color contains mainly: red. Hex color #C932AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C932AB is #36CD54. Grayscale: #6C6C6C. Windows color (decimal): -3591509 or 11219657. OLE color: 11219657.
HSL color Cylindrical-coordinate representation of color #C932AB: hue angle of 311.92º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C932AB is Cyan = 0, Magento = 0.75, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 50 | 171 | - |
| CMYK | 0 | 0.75 | 0.15 | 0.21 |
| HSL | 311.92º | 0.6% | 0.49% | - |
| HSV(B) | 311.92º | 0.75% | 0.79% | - |
| XYZ | 32.58 | 17.64 | 40.22 | - |
| YUV | 108.94 | 163.03 | 193.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 50 | 171 | 0 | 0.75 | 0.15 | 0.21 | 311.92 | 0.6 | 0.49 |
| Hex | C9 | 32 | AB | 0 | 4B | F | 15 | 138 | 3C | 31 |
| Octal | 311 | 62 | 253 | 0 | 113 | 17 | 25 | 470 | 74 | 61 |
| Binary | 11001001 | 110010 | 10101011 | 0 | 1001011 | 1111 | 10101 | 100111000 | 111100 | 110001 |
Color Harmonies of #C932AB
Complementary color
Monochromatic Colors of #C932AB
Black with #C932AB
Text Example
Text Example
White with #C932AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C932AB; }
p { color: rgb(201,50,171); }
H1.HeaderClassName
{
color: #C932AB;
}
.AnyTagClassName
{
color: #C932AB;
}
</style>
background-color css
<style>
a { background-color: #C932AB; }
a { background-color: rgb(201,50,171); }
div.DivClassName
{
background-color: #C932AB;
}
.BgClassName
{
background-color: #C932AB;
}
</style>
border-color css
<style>
span { border-color: #C932AB; }
span { border-color: rgb(201,50,171); }
td.TdClassName
{
border-color: #C932AB;
}
.TagClassName
{
border-color: #C932AB;
}
</style>