Shades of Fuchsia #C530AC
Tints of Fuchsia #C530AC
RGB
CMYK
RGB Variations
Color information
#C530AC (or 0xC530AC) is known color: Fuchsia. HEX triplet: C5, 30 and AC. RGB value is (197,48,172). Sum of RGB (Red+Green+Blue) = 197+48+172=417 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.24% from 417); Green value is 48 (19.14% from 255 or 11.51% from 417); Blue value is 172 (67.58% from 255 or 41.25% from 417); Max value from RGB is 197 - color contains mainly: red. Hex color #C530AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C530AC is #3ACF53. Grayscale: #6A6A6A. Windows color (decimal): -3854164 or 11284677. OLE color: 11284677.
HSL color Cylindrical-coordinate representation of color #C530AC: hue angle of 310.07º 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 #C530AC is Cyan = 0, Magento = 0.76, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 48 | 172 | - |
| CMYK | 0 | 0.76 | 0.13 | 0.23 |
| HSL | 310.07º | 0.61% | 0.48% | - |
| HSV(B) | 310.07º | 0.76% | 0.77% | - |
| XYZ | 31.53 | 16.96 | 40.64 | - |
| YUV | 106.69 | 164.86 | 192.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 48 | 172 | 0 | 0.76 | 0.13 | 0.23 | 310.07 | 0.61 | 0.48 |
| Hex | C5 | 30 | AC | 0 | 4C | D | 17 | 136 | 3D | 30 |
| Octal | 305 | 60 | 254 | 0 | 114 | 15 | 27 | 466 | 75 | 60 |
| Binary | 11000101 | 110000 | 10101100 | 0 | 1001100 | 1101 | 10111 | 100110110 | 111101 | 110000 |
Color Harmonies of #C530AC
Complementary color
Monochromatic Colors of #C530AC
Black with #C530AC
Text Example
Text Example
White with #C530AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C530AC; }
p { color: rgb(197,48,172); }
H1.HeaderClassName
{
color: #C530AC;
}
.AnyTagClassName
{
color: #C530AC;
}
</style>
background-color css
<style>
a { background-color: #C530AC; }
a { background-color: rgb(197,48,172); }
div.DivClassName
{
background-color: #C530AC;
}
.BgClassName
{
background-color: #C530AC;
}
</style>
border-color css
<style>
span { border-color: #C530AC; }
span { border-color: rgb(197,48,172); }
td.TdClassName
{
border-color: #C530AC;
}
.TagClassName
{
border-color: #C530AC;
}
</style>