Shades of Fuchsia #C532CB
Tints of Fuchsia #C532CB
RGB
CMYK
RGB Variations
Color information
#C532CB (or 0xC532CB) is known color: Fuchsia. HEX triplet: C5, 32 and CB. RGB value is (197,50,203). Sum of RGB (Red+Green+Blue) = 197+50+203=450 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.78% from 450); Green value is 50 (19.92% from 255 or 11.11% from 450); Blue value is 203 (79.69% from 255 or 45.11% from 450); Max value from RGB is 203 - color contains mainly: blue. Hex color #C532CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C532CB is #3ACD34. Grayscale: #6E6E6E. Windows color (decimal): -3853621 or 13316805. OLE color: 13316805.
HSL color Cylindrical-coordinate representation of color #C532CB: hue angle of 297.65º degrees, saturation: 0.6, 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 #C532CB is Cyan = 0.03, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 50 | 203 | - |
| CMYK | 0.03 | 0.75 | 0 | 0.20 |
| HSL | 297.65º | 0.6% | 0.5% | - |
| HSV(B) | 297.65º | 0.75% | 0.8% | - |
| XYZ | 34.95 | 18.46 | 58.22 | - |
| YUV | 111.4 | 179.7 | 189.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 50 | 203 | 0.03 | 0.75 | 0 | 0.20 | 297.65 | 0.6 | 0.5 |
| Hex | C5 | 32 | CB | 3 | 4B | 0 | 14 | 12A | 3C | 32 |
| Octal | 305 | 62 | 313 | 3 | 113 | 0 | 24 | 452 | 74 | 62 |
| Binary | 11000101 | 110010 | 11001011 | 11 | 1001011 | 0 | 10100 | 100101010 | 111100 | 110010 |
Color Harmonies of #C532CB
Complementary color
Monochromatic Colors of #C532CB
Black with #C532CB
Text Example
Text Example
White with #C532CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C532CB; }
p { color: rgb(197,50,203); }
H1.HeaderClassName
{
color: #C532CB;
}
.AnyTagClassName
{
color: #C532CB;
}
</style>
background-color css
<style>
a { background-color: #C532CB; }
a { background-color: rgb(197,50,203); }
div.DivClassName
{
background-color: #C532CB;
}
.BgClassName
{
background-color: #C532CB;
}
</style>
border-color css
<style>
span { border-color: #C532CB; }
span { border-color: rgb(197,50,203); }
td.TdClassName
{
border-color: #C532CB;
}
.TagClassName
{
border-color: #C532CB;
}
</style>