Shades of Fuchsia #C532CA
Tints of Fuchsia #C532CA
RGB
CMYK
RGB Variations
Color information
#C532CA (or 0xC532CA) is known color: Fuchsia. HEX triplet: C5, 32 and CA. RGB value is (197,50,202). Sum of RGB (Red+Green+Blue) = 197+50+202=449 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.88% from 449); Green value is 50 (19.92% from 255 or 11.14% from 449); Blue value is 202 (79.30% from 255 or 44.99% from 449); Max value from RGB is 202 - color contains mainly: blue. Hex color #C532CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C532CA is #3ACD35. Grayscale: #6E6E6E. Windows color (decimal): -3853622 or 13251269. OLE color: 13251269.
HSL color Cylindrical-coordinate representation of color #C532CA: hue angle of 298.03º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C532CA is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 50 | 202 | - |
| CMYK | 0.02 | 0.75 | 0 | 0.21 |
| HSL | 298.03º | 0.6% | 0.49% | - |
| HSV(B) | 298.03º | 0.75% | 0.79% | - |
| XYZ | 34.83 | 18.42 | 57.6 | - |
| YUV | 111.28 | 179.2 | 189.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 50 | 202 | 0.02 | 0.75 | 0 | 0.21 | 298.03 | 0.6 | 0.49 |
| Hex | C5 | 32 | CA | 2 | 4B | 0 | 15 | 12A | 3C | 31 |
| Octal | 305 | 62 | 312 | 2 | 113 | 0 | 25 | 452 | 74 | 61 |
| Binary | 11000101 | 110010 | 11001010 | 10 | 1001011 | 0 | 10101 | 100101010 | 111100 | 110001 |
Color Harmonies of #C532CA
Complementary color
Monochromatic Colors of #C532CA
Black with #C532CA
Text Example
Text Example
White with #C532CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C532CA; }
p { color: rgb(197,50,202); }
H1.HeaderClassName
{
color: #C532CA;
}
.AnyTagClassName
{
color: #C532CA;
}
</style>
background-color css
<style>
a { background-color: #C532CA; }
a { background-color: rgb(197,50,202); }
div.DivClassName
{
background-color: #C532CA;
}
.BgClassName
{
background-color: #C532CA;
}
</style>
border-color css
<style>
span { border-color: #C532CA; }
span { border-color: rgb(197,50,202); }
td.TdClassName
{
border-color: #C532CA;
}
.TagClassName
{
border-color: #C532CA;
}
</style>