Shades of Fuchsia #C053AC
Tints of Fuchsia #C053AC
RGB
CMYK
RGB Variations
Color information
#C053AC (or 0xC053AC) is known color: Fuchsia. HEX triplet: C0, 53 and AC. RGB value is (192,83,172). Sum of RGB (Red+Green+Blue) = 192+83+172=447 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.95% from 447); Green value is 83 (32.81% from 255 or 18.57% from 447); Blue value is 172 (67.58% from 255 or 38.48% from 447); Max value from RGB is 192 - color contains mainly: red. Hex color #C053AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C053AC is #3FAC53. Grayscale: #7D7D7D. Windows color (decimal): -4172884 or 11293632. OLE color: 11293632.
HSL color Cylindrical-coordinate representation of color #C053AC: hue angle of 311.01º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C053AC is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 83 | 172 | - |
| CMYK | 0 | 0.57 | 0.10 | 0.25 |
| HSL | 311.01º | 0.46% | 0.54% | - |
| HSV(B) | 311.01º | 0.57% | 0.75% | - |
| XYZ | 32.28 | 20.37 | 41.26 | - |
| YUV | 125.74 | 154.11 | 175.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 83 | 172 | 0 | 0.57 | 0.10 | 0.25 | 311.01 | 0.46 | 0.54 |
| Hex | C0 | 53 | AC | 0 | 39 | A | 19 | 137 | 2E | 36 |
| Octal | 300 | 123 | 254 | 0 | 71 | 12 | 31 | 467 | 56 | 66 |
| Binary | 11000000 | 1010011 | 10101100 | 0 | 111001 | 1010 | 11001 | 100110111 | 101110 | 110110 |
Color Harmonies of #C053AC
Complementary color
Monochromatic Colors of #C053AC
Black with #C053AC
Text Example
Text Example
White with #C053AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C053AC; }
p { color: rgb(192,83,172); }
H1.HeaderClassName
{
color: #C053AC;
}
.AnyTagClassName
{
color: #C053AC;
}
</style>
background-color css
<style>
a { background-color: #C053AC; }
a { background-color: rgb(192,83,172); }
div.DivClassName
{
background-color: #C053AC;
}
.BgClassName
{
background-color: #C053AC;
}
</style>
border-color css
<style>
span { border-color: #C053AC; }
span { border-color: rgb(192,83,172); }
td.TdClassName
{
border-color: #C053AC;
}
.TagClassName
{
border-color: #C053AC;
}
</style>