Shades of Fuchsia #C432AC
Tints of Fuchsia #C432AC
RGB
CMYK
RGB Variations
Color information
#C432AC (or 0xC432AC) is known color: Fuchsia. HEX triplet: C4, 32 and AC. RGB value is (196,50,172). Sum of RGB (Red+Green+Blue) = 196+50+172=418 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.89% from 418); Green value is 50 (19.92% from 255 or 11.96% from 418); Blue value is 172 (67.58% from 255 or 41.15% from 418); Max value from RGB is 196 - color contains mainly: red. Hex color #C432AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C432AC is #3BCD53. Grayscale: #6B6B6B. Windows color (decimal): -3919188 or 11285188. OLE color: 11285188.
HSL color Cylindrical-coordinate representation of color #C432AC: hue angle of 309.86º 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 #C432AC is Cyan = 0, Magento = 0.74, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 50 | 172 | - |
| CMYK | 0 | 0.74 | 0.12 | 0.23 |
| HSL | 309.86º | 0.59% | 0.48% | - |
| HSV(B) | 309.86º | 0.74% | 0.77% | - |
| XYZ | 31.35 | 17 | 40.66 | - |
| YUV | 107.56 | 164.37 | 191.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 50 | 172 | 0 | 0.74 | 0.12 | 0.23 | 309.86 | 0.59 | 0.48 |
| Hex | C4 | 32 | AC | 0 | 4A | C | 17 | 136 | 3B | 30 |
| Octal | 304 | 62 | 254 | 0 | 112 | 14 | 27 | 466 | 73 | 60 |
| Binary | 11000100 | 110010 | 10101100 | 0 | 1001010 | 1100 | 10111 | 100110110 | 111011 | 110000 |
Color Harmonies of #C432AC
Complementary color
Monochromatic Colors of #C432AC
Black with #C432AC
Text Example
Text Example
White with #C432AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C432AC; }
p { color: rgb(196,50,172); }
H1.HeaderClassName
{
color: #C432AC;
}
.AnyTagClassName
{
color: #C432AC;
}
</style>
background-color css
<style>
a { background-color: #C432AC; }
a { background-color: rgb(196,50,172); }
div.DivClassName
{
background-color: #C432AC;
}
.BgClassName
{
background-color: #C432AC;
}
</style>
border-color css
<style>
span { border-color: #C432AC; }
span { border-color: rgb(196,50,172); }
td.TdClassName
{
border-color: #C432AC;
}
.TagClassName
{
border-color: #C432AC;
}
</style>