Shades of Medium Red Violet #C932A7
Tints of Medium Red Violet #C932A7
RGB
CMYK
RGB Variations
Color information
#C932A7 (or 0xC932A7) is known color: Medium Red Violet. HEX triplet: C9, 32 and A7. RGB value is (201,50,167). Sum of RGB (Red+Green+Blue) = 201+50+167=418 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.09% from 418); Green value is 50 (19.92% from 255 or 11.96% from 418); Blue value is 167 (65.62% from 255 or 39.95% from 418); Max value from RGB is 201 - color contains mainly: red. Hex color #C932A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C932A7 is #36CD58. Grayscale: #6C6C6C. Windows color (decimal): -3591513 or 10957513. OLE color: 10957513.
HSL color Cylindrical-coordinate representation of color #C932A7: hue angle of 313.51º 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 #C932A7 is Cyan = 0, Magento = 0.75, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 50 | 167 | - |
| CMYK | 0 | 0.75 | 0.17 | 0.21 |
| HSL | 313.51º | 0.6% | 0.49% | - |
| HSV(B) | 313.51º | 0.75% | 0.79% | - |
| XYZ | 32.2 | 17.49 | 38.24 | - |
| YUV | 108.49 | 161.03 | 193.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 50 | 167 | 0 | 0.75 | 0.17 | 0.21 | 313.51 | 0.6 | 0.49 |
| Hex | C9 | 32 | A7 | 0 | 4B | 11 | 15 | 13A | 3C | 31 |
| Octal | 311 | 62 | 247 | 0 | 113 | 21 | 25 | 472 | 74 | 61 |
| Binary | 11001001 | 110010 | 10100111 | 0 | 1001011 | 10001 | 10101 | 100111010 | 111100 | 110001 |
Color Harmonies of #C932A7
Complementary color
Monochromatic Colors of #C932A7
Black with #C932A7
Text Example
Text Example
White with #C932A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C932A7; }
p { color: rgb(201,50,167); }
H1.HeaderClassName
{
color: #C932A7;
}
.AnyTagClassName
{
color: #C932A7;
}
</style>
background-color css
<style>
a { background-color: #C932A7; }
a { background-color: rgb(201,50,167); }
div.DivClassName
{
background-color: #C932A7;
}
.BgClassName
{
background-color: #C932A7;
}
</style>
border-color css
<style>
span { border-color: #C932A7; }
span { border-color: rgb(201,50,167); }
td.TdClassName
{
border-color: #C932A7;
}
.TagClassName
{
border-color: #C932A7;
}
</style>