Shades of Fuchsia #C532B0
Tints of Fuchsia #C532B0
RGB
CMYK
RGB Variations
Color information
#C532B0 (or 0xC532B0) is known color: Fuchsia. HEX triplet: C5, 32 and B0. RGB value is (197,50,176). Sum of RGB (Red+Green+Blue) = 197+50+176=423 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.57% from 423); Green value is 50 (19.92% from 255 or 11.82% from 423); Blue value is 176 (69.14% from 255 or 41.61% from 423); Max value from RGB is 197 - color contains mainly: red. Hex color #C532B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C532B0 is #3ACD4F. Grayscale: #6B6B6B. Windows color (decimal): -3853648 or 11547333. OLE color: 11547333.
HSL color Cylindrical-coordinate representation of color #C532B0: hue angle of 308.57º 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 #C532B0 is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 50 | 176 | - |
| CMYK | 0 | 0.75 | 0.11 | 0.23 |
| HSL | 308.57º | 0.6% | 0.48% | - |
| HSV(B) | 308.57º | 0.75% | 0.77% | - |
| XYZ | 32 | 17.29 | 42.72 | - |
| YUV | 108.32 | 166.2 | 191.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 50 | 176 | 0 | 0.75 | 0.11 | 0.23 | 308.57 | 0.6 | 0.48 |
| Hex | C5 | 32 | B0 | 0 | 4B | B | 17 | 135 | 3C | 30 |
| Octal | 305 | 62 | 260 | 0 | 113 | 13 | 27 | 465 | 74 | 60 |
| Binary | 11000101 | 110010 | 10110000 | 0 | 1001011 | 1011 | 10111 | 100110101 | 111100 | 110000 |
Color Harmonies of #C532B0
Complementary color
Monochromatic Colors of #C532B0
Black with #C532B0
Text Example
Text Example
White with #C532B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C532B0; }
p { color: rgb(197,50,176); }
H1.HeaderClassName
{
color: #C532B0;
}
.AnyTagClassName
{
color: #C532B0;
}
</style>
background-color css
<style>
a { background-color: #C532B0; }
a { background-color: rgb(197,50,176); }
div.DivClassName
{
background-color: #C532B0;
}
.BgClassName
{
background-color: #C532B0;
}
</style>
border-color css
<style>
span { border-color: #C532B0; }
span { border-color: rgb(197,50,176); }
td.TdClassName
{
border-color: #C532B0;
}
.TagClassName
{
border-color: #C532B0;
}
</style>