Shades of Medium Red Violet #C932A2
Tints of Medium Red Violet #C932A2
RGB
CMYK
RGB Variations
Color information
#C932A2 (or 0xC932A2) is known color: Medium Red Violet. HEX triplet: C9, 32 and A2. RGB value is (201,50,162). Sum of RGB (Red+Green+Blue) = 201+50+162=413 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.67% from 413); Green value is 50 (19.92% from 255 or 12.11% from 413); Blue value is 162 (63.67% from 255 or 39.23% from 413); Max value from RGB is 201 - color contains mainly: red. Hex color #C932A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C932A2 is #36CD5D. Grayscale: #6B6B6B. Windows color (decimal): -3591518 or 10629833. OLE color: 10629833.
HSL color Cylindrical-coordinate representation of color #C932A2: hue angle of 315.5º 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 #C932A2 is Cyan = 0, Magento = 0.75, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 50 | 162 | - |
| CMYK | 0 | 0.75 | 0.19 | 0.21 |
| HSL | 315.5º | 0.6% | 0.49% | - |
| HSV(B) | 315.5º | 0.75% | 0.79% | - |
| XYZ | 31.75 | 17.31 | 35.85 | - |
| YUV | 107.92 | 158.53 | 194.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 50 | 162 | 0 | 0.75 | 0.19 | 0.21 | 315.5 | 0.6 | 0.49 |
| Hex | C9 | 32 | A2 | 0 | 4B | 13 | 15 | 13B | 3C | 31 |
| Octal | 311 | 62 | 242 | 0 | 113 | 23 | 25 | 473 | 74 | 61 |
| Binary | 11001001 | 110010 | 10100010 | 0 | 1001011 | 10011 | 10101 | 100111011 | 111100 | 110001 |
Color Harmonies of #C932A2
Complementary color
Monochromatic Colors of #C932A2
Black with #C932A2
Text Example
Text Example
White with #C932A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C932A2; }
p { color: rgb(201,50,162); }
H1.HeaderClassName
{
color: #C932A2;
}
.AnyTagClassName
{
color: #C932A2;
}
</style>
background-color css
<style>
a { background-color: #C932A2; }
a { background-color: rgb(201,50,162); }
div.DivClassName
{
background-color: #C932A2;
}
.BgClassName
{
background-color: #C932A2;
}
</style>
border-color css
<style>
span { border-color: #C932A2; }
span { border-color: rgb(201,50,162); }
td.TdClassName
{
border-color: #C932A2;
}
.TagClassName
{
border-color: #C932A2;
}
</style>