Shades of Fuchsia #C532AF
Tints of Fuchsia #C532AF
RGB
CMYK
RGB Variations
Color information
#C532AF (or 0xC532AF) is known color: Fuchsia. HEX triplet: C5, 32 and AF. RGB value is (197,50,175). Sum of RGB (Red+Green+Blue) = 197+50+175=422 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.68% from 422); Green value is 50 (19.92% from 255 or 11.85% from 422); Blue value is 175 (68.75% from 255 or 41.47% from 422); Max value from RGB is 197 - color contains mainly: red. Hex color #C532AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C532AF is #3ACD50. Grayscale: #6B6B6B. Windows color (decimal): -3853649 or 11481797. OLE color: 11481797.
HSL color Cylindrical-coordinate representation of color #C532AF: hue angle of 308.98º 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 #C532AF is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 50 | 175 | - |
| CMYK | 0 | 0.75 | 0.11 | 0.23 |
| HSL | 308.98º | 0.6% | 0.48% | - |
| HSV(B) | 308.98º | 0.75% | 0.77% | - |
| XYZ | 31.9 | 17.25 | 42.2 | - |
| YUV | 108.2 | 165.7 | 191.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 50 | 175 | 0 | 0.75 | 0.11 | 0.23 | 308.98 | 0.6 | 0.48 |
| Hex | C5 | 32 | AF | 0 | 4B | B | 17 | 135 | 3C | 30 |
| Octal | 305 | 62 | 257 | 0 | 113 | 13 | 27 | 465 | 74 | 60 |
| Binary | 11000101 | 110010 | 10101111 | 0 | 1001011 | 1011 | 10111 | 100110101 | 111100 | 110000 |
Color Harmonies of #C532AF
Complementary color
Monochromatic Colors of #C532AF
Black with #C532AF
Text Example
Text Example
White with #C532AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C532AF; }
p { color: rgb(197,50,175); }
H1.HeaderClassName
{
color: #C532AF;
}
.AnyTagClassName
{
color: #C532AF;
}
</style>
background-color css
<style>
a { background-color: #C532AF; }
a { background-color: rgb(197,50,175); }
div.DivClassName
{
background-color: #C532AF;
}
.BgClassName
{
background-color: #C532AF;
}
</style>
border-color css
<style>
span { border-color: #C532AF; }
span { border-color: rgb(197,50,175); }
td.TdClassName
{
border-color: #C532AF;
}
.TagClassName
{
border-color: #C532AF;
}
</style>