Shades of Fuchsia #C030AC
Tints of Fuchsia #C030AC
RGB
CMYK
RGB Variations
Color information
#C030AC (or 0xC030AC) is known color: Fuchsia. HEX triplet: C0, 30 and AC. RGB value is (192,48,172). Sum of RGB (Red+Green+Blue) = 192+48+172=412 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.60% from 412); Green value is 48 (19.14% from 255 or 11.65% from 412); Blue value is 172 (67.58% from 255 or 41.75% from 412); Max value from RGB is 192 - color contains mainly: red. Hex color #C030AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C030AC is #3FCF53. Grayscale: #686868. Windows color (decimal): -4181844 or 11284672. OLE color: 11284672.
HSL color Cylindrical-coordinate representation of color #C030AC: hue angle of 308.33º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C030AC is Cyan = 0, Magento = 0.75, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 48 | 172 | - |
| CMYK | 0 | 0.75 | 0.10 | 0.25 |
| HSL | 308.33º | 0.6% | 0.47% | - |
| HSV(B) | 308.33º | 0.75% | 0.75% | - |
| XYZ | 30.24 | 16.3 | 40.58 | - |
| YUV | 105.19 | 165.71 | 189.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 48 | 172 | 0 | 0.75 | 0.10 | 0.25 | 308.33 | 0.6 | 0.47 |
| Hex | C0 | 30 | AC | 0 | 4B | A | 19 | 134 | 3C | 2F |
| Octal | 300 | 60 | 254 | 0 | 113 | 12 | 31 | 464 | 74 | 57 |
| Binary | 11000000 | 110000 | 10101100 | 0 | 1001011 | 1010 | 11001 | 100110100 | 111100 | 101111 |
Color Harmonies of #C030AC
Complementary color
Monochromatic Colors of #C030AC
Black with #C030AC
Text Example
Text Example
White with #C030AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C030AC; }
p { color: rgb(192,48,172); }
H1.HeaderClassName
{
color: #C030AC;
}
.AnyTagClassName
{
color: #C030AC;
}
</style>
background-color css
<style>
a { background-color: #C030AC; }
a { background-color: rgb(192,48,172); }
div.DivClassName
{
background-color: #C030AC;
}
.BgClassName
{
background-color: #C030AC;
}
</style>
border-color css
<style>
span { border-color: #C030AC; }
span { border-color: rgb(192,48,172); }
td.TdClassName
{
border-color: #C030AC;
}
.TagClassName
{
border-color: #C030AC;
}
</style>