Shades of Fuchsia #C532C0
Tints of Fuchsia #C532C0
RGB
CMYK
RGB Variations
Color information
#C532C0 (or 0xC532C0) is known color: Fuchsia. HEX triplet: C5, 32 and C0. RGB value is (197,50,192). Sum of RGB (Red+Green+Blue) = 197+50+192=439 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.87% from 439); Green value is 50 (19.92% from 255 or 11.39% from 439); Blue value is 192 (75.39% from 255 or 43.74% from 439); Max value from RGB is 197 - color contains mainly: red. Hex color #C532C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C532C0 is #3ACD3F. Grayscale: #6D6D6D. Windows color (decimal): -3853632 or 12595909. OLE color: 12595909.
HSL color Cylindrical-coordinate representation of color #C532C0: hue angle of 302.04º 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 #C532C0 is Cyan = 0, Magento = 0.75, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 50 | 192 | - |
| CMYK | 0 | 0.75 | 0.03 | 0.23 |
| HSL | 302.04º | 0.6% | 0.48% | - |
| HSV(B) | 302.04º | 0.75% | 0.77% | - |
| XYZ | 33.68 | 17.96 | 51.56 | - |
| YUV | 110.14 | 174.2 | 189.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 50 | 192 | 0 | 0.75 | 0.03 | 0.23 | 302.04 | 0.6 | 0.48 |
| Hex | C5 | 32 | C0 | 0 | 4B | 3 | 17 | 12E | 3C | 30 |
| Octal | 305 | 62 | 300 | 0 | 113 | 3 | 27 | 456 | 74 | 60 |
| Binary | 11000101 | 110010 | 11000000 | 0 | 1001011 | 11 | 10111 | 100101110 | 111100 | 110000 |
Color Harmonies of #C532C0
Complementary color
Monochromatic Colors of #C532C0
Black with #C532C0
Text Example
Text Example
White with #C532C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C532C0; }
p { color: rgb(197,50,192); }
H1.HeaderClassName
{
color: #C532C0;
}
.AnyTagClassName
{
color: #C532C0;
}
</style>
background-color css
<style>
a { background-color: #C532C0; }
a { background-color: rgb(197,50,192); }
div.DivClassName
{
background-color: #C532C0;
}
.BgClassName
{
background-color: #C532C0;
}
</style>
border-color css
<style>
span { border-color: #C532C0; }
span { border-color: rgb(197,50,192); }
td.TdClassName
{
border-color: #C532C0;
}
.TagClassName
{
border-color: #C532C0;
}
</style>