Shades of Fuchsia #C532AB
Tints of Fuchsia #C532AB
RGB
CMYK
RGB Variations
Color information
#C532AB (or 0xC532AB) is known color: Fuchsia. HEX triplet: C5, 32 and AB. RGB value is (197,50,171). Sum of RGB (Red+Green+Blue) = 197+50+171=418 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.13% from 418); Green value is 50 (19.92% from 255 or 11.96% from 418); Blue value is 171 (67.19% from 255 or 40.91% from 418); Max value from RGB is 197 - color contains mainly: red. Hex color #C532AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C532AB is #3ACD54. Grayscale: #6B6B6B. Windows color (decimal): -3853653 or 11219653. OLE color: 11219653.
HSL color Cylindrical-coordinate representation of color #C532AB: hue angle of 310.61º 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 #C532AB is Cyan = 0, Magento = 0.75, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 50 | 171 | - |
| CMYK | 0 | 0.75 | 0.13 | 0.23 |
| HSL | 310.61º | 0.6% | 0.48% | - |
| HSV(B) | 310.61º | 0.75% | 0.77% | - |
| XYZ | 31.52 | 17.09 | 40.17 | - |
| YUV | 107.75 | 163.7 | 191.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 50 | 171 | 0 | 0.75 | 0.13 | 0.23 | 310.61 | 0.6 | 0.48 |
| Hex | C5 | 32 | AB | 0 | 4B | D | 17 | 137 | 3C | 30 |
| Octal | 305 | 62 | 253 | 0 | 113 | 15 | 27 | 467 | 74 | 60 |
| Binary | 11000101 | 110010 | 10101011 | 0 | 1001011 | 1101 | 10111 | 100110111 | 111100 | 110000 |
Color Harmonies of #C532AB
Complementary color
Monochromatic Colors of #C532AB
Black with #C532AB
Text Example
Text Example
White with #C532AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C532AB; }
p { color: rgb(197,50,171); }
H1.HeaderClassName
{
color: #C532AB;
}
.AnyTagClassName
{
color: #C532AB;
}
</style>
background-color css
<style>
a { background-color: #C532AB; }
a { background-color: rgb(197,50,171); }
div.DivClassName
{
background-color: #C532AB;
}
.BgClassName
{
background-color: #C532AB;
}
</style>
border-color css
<style>
span { border-color: #C532AB; }
span { border-color: rgb(197,50,171); }
td.TdClassName
{
border-color: #C532AB;
}
.TagClassName
{
border-color: #C532AB;
}
</style>