Shades of Fuchsia #C05AA8
Tints of Fuchsia #C05AA8
RGB
CMYK
RGB Variations
Color information
#C05AA8 (or 0xC05AA8) is known color: Fuchsia. HEX triplet: C0, 5A and A8. RGB value is (192,90,168). Sum of RGB (Red+Green+Blue) = 192+90+168=450 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.67% from 450); Green value is 90 (35.55% from 255 or 20% from 450); Blue value is 168 (66.02% from 255 or 37.33% from 450); Max value from RGB is 192 - color contains mainly: red. Hex color #C05AA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05AA8 is #3FA557. Grayscale: #818181. Windows color (decimal): -4171096 or 11033280. OLE color: 11033280.
HSL color Cylindrical-coordinate representation of color #C05AA8: hue angle of 314.12º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C05AA8 is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 90 | 168 | - |
| CMYK | 0 | 0.53 | 0.12 | 0.25 |
| HSL | 314.12º | 0.45% | 0.55% | - |
| HSV(B) | 314.12º | 0.53% | 0.75% | - |
| XYZ | 32.46 | 21.35 | 39.46 | - |
| YUV | 129.39 | 149.79 | 172.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 90 | 168 | 0 | 0.53 | 0.12 | 0.25 | 314.12 | 0.45 | 0.55 |
| Hex | C0 | 5A | A8 | 0 | 35 | C | 19 | 13A | 2D | 37 |
| Octal | 300 | 132 | 250 | 0 | 65 | 14 | 31 | 472 | 55 | 67 |
| Binary | 11000000 | 1011010 | 10101000 | 0 | 110101 | 1100 | 11001 | 100111010 | 101101 | 110111 |
Color Harmonies of #C05AA8
Complementary color
Monochromatic Colors of #C05AA8
Black with #C05AA8
Text Example
Text Example
White with #C05AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05AA8; }
p { color: rgb(192,90,168); }
H1.HeaderClassName
{
color: #C05AA8;
}
.AnyTagClassName
{
color: #C05AA8;
}
</style>
background-color css
<style>
a { background-color: #C05AA8; }
a { background-color: rgb(192,90,168); }
div.DivClassName
{
background-color: #C05AA8;
}
.BgClassName
{
background-color: #C05AA8;
}
</style>
border-color css
<style>
span { border-color: #C05AA8; }
span { border-color: rgb(192,90,168); }
td.TdClassName
{
border-color: #C05AA8;
}
.TagClassName
{
border-color: #C05AA8;
}
</style>