Shades of Fuchsia #C532AD
Tints of Fuchsia #C532AD
RGB
CMYK
RGB Variations
Color information
#C532AD (or 0xC532AD) is known color: Fuchsia. HEX triplet: C5, 32 and AD. RGB value is (197,50,173). Sum of RGB (Red+Green+Blue) = 197+50+173=420 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.90% from 420); Green value is 50 (19.92% from 255 or 11.90% from 420); Blue value is 173 (67.97% from 255 or 41.19% from 420); Max value from RGB is 197 - color contains mainly: red. Hex color #C532AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C532AD is #3ACD52. Grayscale: #6B6B6B. Windows color (decimal): -3853651 or 11350725. OLE color: 11350725.
HSL color Cylindrical-coordinate representation of color #C532AD: hue angle of 309.8º 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 #C532AD is Cyan = 0, Magento = 0.75, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 50 | 173 | - |
| CMYK | 0 | 0.75 | 0.12 | 0.23 |
| HSL | 309.8º | 0.6% | 0.48% | - |
| HSV(B) | 309.8º | 0.75% | 0.77% | - |
| XYZ | 31.71 | 17.17 | 41.18 | - |
| YUV | 107.98 | 164.7 | 191.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 50 | 173 | 0 | 0.75 | 0.12 | 0.23 | 309.8 | 0.6 | 0.48 |
| Hex | C5 | 32 | AD | 0 | 4B | C | 17 | 136 | 3C | 30 |
| Octal | 305 | 62 | 255 | 0 | 113 | 14 | 27 | 466 | 74 | 60 |
| Binary | 11000101 | 110010 | 10101101 | 0 | 1001011 | 1100 | 10111 | 100110110 | 111100 | 110000 |
Color Harmonies of #C532AD
Complementary color
Monochromatic Colors of #C532AD
Black with #C532AD
Text Example
Text Example
White with #C532AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C532AD; }
p { color: rgb(197,50,173); }
H1.HeaderClassName
{
color: #C532AD;
}
.AnyTagClassName
{
color: #C532AD;
}
</style>
background-color css
<style>
a { background-color: #C532AD; }
a { background-color: rgb(197,50,173); }
div.DivClassName
{
background-color: #C532AD;
}
.BgClassName
{
background-color: #C532AD;
}
</style>
border-color css
<style>
span { border-color: #C532AD; }
span { border-color: rgb(197,50,173); }
td.TdClassName
{
border-color: #C532AD;
}
.TagClassName
{
border-color: #C532AD;
}
</style>