Shades of Medium Red Violet #C432A8
Tints of Medium Red Violet #C432A8
RGB
CMYK
RGB Variations
Color information
#C432A8 (or 0xC432A8) is known color: Medium Red Violet. HEX triplet: C4, 32 and A8. RGB value is (196,50,168). Sum of RGB (Red+Green+Blue) = 196+50+168=414 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.34% from 414); Green value is 50 (19.92% from 255 or 12.08% from 414); Blue value is 168 (66.02% from 255 or 40.58% from 414); Max value from RGB is 196 - color contains mainly: red. Hex color #C432A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C432A8 is #3BCD57. Grayscale: #6A6A6A. Windows color (decimal): -3919192 or 11023044. OLE color: 11023044.
HSL color Cylindrical-coordinate representation of color #C432A8: hue angle of 311.51º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C432A8 is Cyan = 0, Magento = 0.74, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 50 | 168 | - |
| CMYK | 0 | 0.74 | 0.14 | 0.23 |
| HSL | 311.51º | 0.59% | 0.48% | - |
| HSV(B) | 311.51º | 0.74% | 0.77% | - |
| XYZ | 30.97 | 16.84 | 38.66 | - |
| YUV | 107.11 | 162.37 | 191.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 50 | 168 | 0 | 0.74 | 0.14 | 0.23 | 311.51 | 0.59 | 0.48 |
| Hex | C4 | 32 | A8 | 0 | 4A | E | 17 | 138 | 3B | 30 |
| Octal | 304 | 62 | 250 | 0 | 112 | 16 | 27 | 470 | 73 | 60 |
| Binary | 11000100 | 110010 | 10101000 | 0 | 1001010 | 1110 | 10111 | 100111000 | 111011 | 110000 |
Color Harmonies of #C432A8
Complementary color
Monochromatic Colors of #C432A8
Black with #C432A8
Text Example
Text Example
White with #C432A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C432A8; }
p { color: rgb(196,50,168); }
H1.HeaderClassName
{
color: #C432A8;
}
.AnyTagClassName
{
color: #C432A8;
}
</style>
background-color css
<style>
a { background-color: #C432A8; }
a { background-color: rgb(196,50,168); }
div.DivClassName
{
background-color: #C432A8;
}
.BgClassName
{
background-color: #C432A8;
}
</style>
border-color css
<style>
span { border-color: #C432A8; }
span { border-color: rgb(196,50,168); }
td.TdClassName
{
border-color: #C432A8;
}
.TagClassName
{
border-color: #C432A8;
}
</style>