Shades of Fuchsia #C532CC
Tints of Fuchsia #C532CC
RGB
CMYK
RGB Variations
Color information
#C532CC (or 0xC532CC) is known color: Fuchsia. HEX triplet: C5, 32 and CC. RGB value is (197,50,204). Sum of RGB (Red+Green+Blue) = 197+50+204=451 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.68% from 451); Green value is 50 (19.92% from 255 or 11.09% from 451); Blue value is 204 (80.08% from 255 or 45.23% from 451); Max value from RGB is 204 - color contains mainly: blue. Hex color #C532CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C532CC is #3ACD33. Grayscale: #6F6F6F. Windows color (decimal): -3853620 or 13382341. OLE color: 13382341.
HSL color Cylindrical-coordinate representation of color #C532CC: hue angle of 297.27º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C532CC is Cyan = 0.03, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 197 | 50 | 204 | - |
| CMYK | 0.03 | 0.75 | 0 | 0.2 |
| HSL | 297.27º | 0.61% | 0.5% | - |
| HSV(B) | 297.27º | 0.75% | 0.8% | - |
| XYZ | 35.07 | 18.51 | 58.85 | - |
| YUV | 111.51 | 180.2 | 188.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 50 | 204 | 0.03 | 0.75 | 0 | 0.2 | 297.27 | 0.61 | 0.5 |
| Hex | C5 | 32 | CC | 3 | 4B | 0 | 14 | 129 | 3D | 32 |
| Octal | 305 | 62 | 314 | 3 | 113 | 0 | 24 | 451 | 75 | 62 |
| Binary | 11000101 | 110010 | 11001100 | 11 | 1001011 | 0 | 10100 | 100101001 | 111101 | 110010 |
Color Harmonies of #C532CC
Complementary color
Monochromatic Colors of #C532CC
Black with #C532CC
Text Example
Text Example
White with #C532CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C532CC; }
p { color: rgb(197,50,204); }
H1.HeaderClassName
{
color: #C532CC;
}
.AnyTagClassName
{
color: #C532CC;
}
</style>
background-color css
<style>
a { background-color: #C532CC; }
a { background-color: rgb(197,50,204); }
div.DivClassName
{
background-color: #C532CC;
}
.BgClassName
{
background-color: #C532CC;
}
</style>
border-color css
<style>
span { border-color: #C532CC; }
span { border-color: rgb(197,50,204); }
td.TdClassName
{
border-color: #C532CC;
}
.TagClassName
{
border-color: #C532CC;
}
</style>