Shades of Fuchsia #C530BC
Tints of Fuchsia #C530BC
RGB
CMYK
RGB Variations
Color information
#C530BC (or 0xC530BC) is known color: Fuchsia. HEX triplet: C5, 30 and BC. RGB value is (197,48,188). Sum of RGB (Red+Green+Blue) = 197+48+188=433 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.50% from 433); Green value is 48 (19.14% from 255 or 11.09% from 433); Blue value is 188 (73.83% from 255 or 43.42% from 433); Max value from RGB is 197 - color contains mainly: red. Hex color #C530BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C530BC is #3ACF43. Grayscale: #6C6C6C. Windows color (decimal): -3854148 or 12333253. OLE color: 12333253.
HSL color Cylindrical-coordinate representation of color #C530BC: hue angle of 303.62º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C530BC is Cyan = 0, Magento = 0.76, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 48 | 188 | - |
| CMYK | 0 | 0.76 | 0.05 | 0.23 |
| HSL | 303.62º | 0.61% | 0.48% | - |
| HSV(B) | 303.62º | 0.76% | 0.77% | - |
| XYZ | 33.16 | 17.62 | 49.23 | - |
| YUV | 108.51 | 172.86 | 191.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 48 | 188 | 0 | 0.76 | 0.05 | 0.23 | 303.62 | 0.61 | 0.48 |
| Hex | C5 | 30 | BC | 0 | 4C | 5 | 17 | 130 | 3D | 30 |
| Octal | 305 | 60 | 274 | 0 | 114 | 5 | 27 | 460 | 75 | 60 |
| Binary | 11000101 | 110000 | 10111100 | 0 | 1001100 | 101 | 10111 | 100110000 | 111101 | 110000 |
Color Harmonies of #C530BC
Complementary color
Monochromatic Colors of #C530BC
Black with #C530BC
Text Example
Text Example
White with #C530BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C530BC; }
p { color: rgb(197,48,188); }
H1.HeaderClassName
{
color: #C530BC;
}
.AnyTagClassName
{
color: #C530BC;
}
</style>
background-color css
<style>
a { background-color: #C530BC; }
a { background-color: rgb(197,48,188); }
div.DivClassName
{
background-color: #C530BC;
}
.BgClassName
{
background-color: #C530BC;
}
</style>
border-color css
<style>
span { border-color: #C530BC; }
span { border-color: rgb(197,48,188); }
td.TdClassName
{
border-color: #C530BC;
}
.TagClassName
{
border-color: #C530BC;
}
</style>