Shades of Fuchsia #C532AC
Tints of Fuchsia #C532AC
RGB
CMYK
RGB Variations
Color information
#C532AC (or 0xC532AC) is known color: Fuchsia. HEX triplet: C5, 32 and AC. RGB value is (197,50,172). Sum of RGB (Red+Green+Blue) = 197+50+172=419 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.02% from 419); Green value is 50 (19.92% from 255 or 11.93% from 419); Blue value is 172 (67.58% from 255 or 41.05% from 419); Max value from RGB is 197 - color contains mainly: red. Hex color #C532AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C532AC is #3ACD53. Grayscale: #6B6B6B. Windows color (decimal): -3853652 or 11285189. OLE color: 11285189.
HSL color Cylindrical-coordinate representation of color #C532AC: hue angle of 310.2º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C532AC is Cyan = 0, Magento = 0.75, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 50 | 172 | - |
| CMYK | 0 | 0.75 | 0.13 | 0.23 |
| HSL | 310.2º | 0.6% | 0.48% | - |
| HSV(B) | 310.2º | 0.75% | 0.77% | - |
| XYZ | 31.61 | 17.13 | 40.67 | - |
| YUV | 107.86 | 164.2 | 191.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 50 | 172 | 0 | 0.75 | 0.13 | 0.23 | 310.2 | 0.6 | 0.48 |
| Hex | C5 | 32 | AC | 0 | 4B | D | 17 | 136 | 3C | 30 |
| Octal | 305 | 62 | 254 | 0 | 113 | 15 | 27 | 466 | 74 | 60 |
| Binary | 11000101 | 110010 | 10101100 | 0 | 1001011 | 1101 | 10111 | 100110110 | 111100 | 110000 |
Color Harmonies of #C532AC
Complementary color
Monochromatic Colors of #C532AC
Black with #C532AC
Text Example
Text Example
White with #C532AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C532AC; }
p { color: rgb(197,50,172); }
H1.HeaderClassName
{
color: #C532AC;
}
.AnyTagClassName
{
color: #C532AC;
}
</style>
background-color css
<style>
a { background-color: #C532AC; }
a { background-color: rgb(197,50,172); }
div.DivClassName
{
background-color: #C532AC;
}
.BgClassName
{
background-color: #C532AC;
}
</style>
border-color css
<style>
span { border-color: #C532AC; }
span { border-color: rgb(197,50,172); }
td.TdClassName
{
border-color: #C532AC;
}
.TagClassName
{
border-color: #C532AC;
}
</style>