Shades of Fuchsia #C05AAA
Tints of Fuchsia #C05AAA
RGB
CMYK
RGB Variations
Color information
#C05AAA (or 0xC05AAA) is known color: Fuchsia. HEX triplet: C0, 5A and AA. RGB value is (192,90,170). Sum of RGB (Red+Green+Blue) = 192+90+170=452 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.48% from 452); Green value is 90 (35.55% from 255 or 19.91% from 452); Blue value is 170 (66.80% from 255 or 37.61% from 452); Max value from RGB is 192 - color contains mainly: red. Hex color #C05AAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05AAA is #3FA555. Grayscale: #818181. Windows color (decimal): -4171094 or 11164352. OLE color: 11164352.
HSL color Cylindrical-coordinate representation of color #C05AAA: hue angle of 312.94º 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 #C05AAA is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 90 | 170 | - |
| CMYK | 0 | 0.53 | 0.11 | 0.25 |
| HSL | 312.94º | 0.45% | 0.55% | - |
| HSV(B) | 312.94º | 0.53% | 0.75% | - |
| XYZ | 32.65 | 21.42 | 40.44 | - |
| YUV | 129.62 | 150.79 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 90 | 170 | 0 | 0.53 | 0.11 | 0.25 | 312.94 | 0.45 | 0.55 |
| Hex | C0 | 5A | AA | 0 | 35 | B | 19 | 139 | 2D | 37 |
| Octal | 300 | 132 | 252 | 0 | 65 | 13 | 31 | 471 | 55 | 67 |
| Binary | 11000000 | 1011010 | 10101010 | 0 | 110101 | 1011 | 11001 | 100111001 | 101101 | 110111 |
Color Harmonies of #C05AAA
Complementary color
Monochromatic Colors of #C05AAA
Black with #C05AAA
Text Example
Text Example
White with #C05AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05AAA; }
p { color: rgb(192,90,170); }
H1.HeaderClassName
{
color: #C05AAA;
}
.AnyTagClassName
{
color: #C05AAA;
}
</style>
background-color css
<style>
a { background-color: #C05AAA; }
a { background-color: rgb(192,90,170); }
div.DivClassName
{
background-color: #C05AAA;
}
.BgClassName
{
background-color: #C05AAA;
}
</style>
border-color css
<style>
span { border-color: #C05AAA; }
span { border-color: rgb(192,90,170); }
td.TdClassName
{
border-color: #C05AAA;
}
.TagClassName
{
border-color: #C05AAA;
}
</style>