Shades of Fuchsia #C530BA
Tints of Fuchsia #C530BA
RGB
CMYK
RGB Variations
Color information
#C530BA (or 0xC530BA) is known color: Fuchsia. HEX triplet: C5, 30 and BA. RGB value is (197,48,186). Sum of RGB (Red+Green+Blue) = 197+48+186=431 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.71% from 431); Green value is 48 (19.14% from 255 or 11.14% from 431); Blue value is 186 (73.05% from 255 or 43.16% from 431); Max value from RGB is 197 - color contains mainly: red. Hex color #C530BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C530BA is #3ACF45. Grayscale: #6B6B6B. Windows color (decimal): -3854150 or 12202181. OLE color: 12202181.
HSL color Cylindrical-coordinate representation of color #C530BA: hue angle of 304.43º 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 #C530BA is Cyan = 0, Magento = 0.76, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 48 | 186 | - |
| CMYK | 0 | 0.76 | 0.06 | 0.23 |
| HSL | 304.43º | 0.61% | 0.48% | - |
| HSV(B) | 304.43º | 0.76% | 0.77% | - |
| XYZ | 32.95 | 17.53 | 48.1 | - |
| YUV | 108.28 | 171.86 | 191.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 48 | 186 | 0 | 0.76 | 0.06 | 0.23 | 304.43 | 0.61 | 0.48 |
| Hex | C5 | 30 | BA | 0 | 4C | 6 | 17 | 130 | 3D | 30 |
| Octal | 305 | 60 | 272 | 0 | 114 | 6 | 27 | 460 | 75 | 60 |
| Binary | 11000101 | 110000 | 10111010 | 0 | 1001100 | 110 | 10111 | 100110000 | 111101 | 110000 |
Color Harmonies of #C530BA
Complementary color
Monochromatic Colors of #C530BA
Black with #C530BA
Text Example
Text Example
White with #C530BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C530BA; }
p { color: rgb(197,48,186); }
H1.HeaderClassName
{
color: #C530BA;
}
.AnyTagClassName
{
color: #C530BA;
}
</style>
background-color css
<style>
a { background-color: #C530BA; }
a { background-color: rgb(197,48,186); }
div.DivClassName
{
background-color: #C530BA;
}
.BgClassName
{
background-color: #C530BA;
}
</style>
border-color css
<style>
span { border-color: #C530BA; }
span { border-color: rgb(197,48,186); }
td.TdClassName
{
border-color: #C530BA;
}
.TagClassName
{
border-color: #C530BA;
}
</style>