Shades of Fuchsia #C05EAA
Tints of Fuchsia #C05EAA
RGB
CMYK
RGB Variations
Color information
#C05EAA (or 0xC05EAA) is known color: Fuchsia. HEX triplet: C0, 5E and AA. RGB value is (192,94,170). Sum of RGB (Red+Green+Blue) = 192+94+170=456 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.11% from 456); Green value is 94 (37.11% from 255 or 20.61% from 456); Blue value is 170 (66.80% from 255 or 37.28% from 456); Max value from RGB is 192 - color contains mainly: red. Hex color #C05EAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05EAA is #3FA155. Grayscale: #838383. Windows color (decimal): -4170070 or 11165376. OLE color: 11165376.
HSL color Cylindrical-coordinate representation of color #C05EAA: hue angle of 313.47º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C05EAA is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 94 | 170 | - |
| CMYK | 0 | 0.51 | 0.11 | 0.25 |
| HSL | 313.47º | 0.44% | 0.56% | - |
| HSV(B) | 313.47º | 0.51% | 0.75% | - |
| XYZ | 33 | 22.11 | 40.56 | - |
| YUV | 131.97 | 149.47 | 170.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 94 | 170 | 0 | 0.51 | 0.11 | 0.25 | 313.47 | 0.44 | 0.56 |
| Hex | C0 | 5E | AA | 0 | 33 | B | 19 | 139 | 2C | 38 |
| Octal | 300 | 136 | 252 | 0 | 63 | 13 | 31 | 471 | 54 | 70 |
| Binary | 11000000 | 1011110 | 10101010 | 0 | 110011 | 1011 | 11001 | 100111001 | 101100 | 111000 |
Color Harmonies of #C05EAA
Complementary color
Monochromatic Colors of #C05EAA
Black with #C05EAA
Text Example
Text Example
White with #C05EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05EAA; }
p { color: rgb(192,94,170); }
H1.HeaderClassName
{
color: #C05EAA;
}
.AnyTagClassName
{
color: #C05EAA;
}
</style>
background-color css
<style>
a { background-color: #C05EAA; }
a { background-color: rgb(192,94,170); }
div.DivClassName
{
background-color: #C05EAA;
}
.BgClassName
{
background-color: #C05EAA;
}
</style>
border-color css
<style>
span { border-color: #C05EAA; }
span { border-color: rgb(192,94,170); }
td.TdClassName
{
border-color: #C05EAA;
}
.TagClassName
{
border-color: #C05EAA;
}
</style>