Shades of Fuchsia #C03AAC
Tints of Fuchsia #C03AAC
RGB
CMYK
RGB Variations
Color information
#C03AAC (or 0xC03AAC) is known color: Fuchsia. HEX triplet: C0, 3A and AC. RGB value is (192,58,172). Sum of RGB (Red+Green+Blue) = 192+58+172=422 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.50% from 422); Green value is 58 (23.05% from 255 or 13.74% from 422); Blue value is 172 (67.58% from 255 or 40.76% from 422); Max value from RGB is 192 - color contains mainly: red. Hex color #C03AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03AAC is #3FC553. Grayscale: #6E6E6E. Windows color (decimal): -4179284 or 11287232. OLE color: 11287232.
HSL color Cylindrical-coordinate representation of color #C03AAC: hue angle of 308.96º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C03AAC is Cyan = 0, Magento = 0.70, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 58 | 172 | - |
| CMYK | 0 | 0.70 | 0.10 | 0.25 |
| HSL | 308.96º | 0.54% | 0.49% | - |
| HSV(B) | 308.96º | 0.7% | 0.75% | - |
| XYZ | 30.7 | 17.21 | 40.73 | - |
| YUV | 111.06 | 162.39 | 185.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 58 | 172 | 0 | 0.70 | 0.10 | 0.25 | 308.96 | 0.54 | 0.49 |
| Hex | C0 | 3A | AC | 0 | 46 | A | 19 | 135 | 36 | 31 |
| Octal | 300 | 72 | 254 | 0 | 106 | 12 | 31 | 465 | 66 | 61 |
| Binary | 11000000 | 111010 | 10101100 | 0 | 1000110 | 1010 | 11001 | 100110101 | 110110 | 110001 |
Color Harmonies of #C03AAC
Complementary color
Monochromatic Colors of #C03AAC
Black with #C03AAC
Text Example
Text Example
White with #C03AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03AAC; }
p { color: rgb(192,58,172); }
H1.HeaderClassName
{
color: #C03AAC;
}
.AnyTagClassName
{
color: #C03AAC;
}
</style>
background-color css
<style>
a { background-color: #C03AAC; }
a { background-color: rgb(192,58,172); }
div.DivClassName
{
background-color: #C03AAC;
}
.BgClassName
{
background-color: #C03AAC;
}
</style>
border-color css
<style>
span { border-color: #C03AAC; }
span { border-color: rgb(192,58,172); }
td.TdClassName
{
border-color: #C03AAC;
}
.TagClassName
{
border-color: #C03AAC;
}
</style>