Shades of Fuchsia #C05EC8
Tints of Fuchsia #C05EC8
RGB
CMYK
RGB Variations
Color information
#C05EC8 (or 0xC05EC8) is known color: Fuchsia. HEX triplet: C0, 5E and C8. RGB value is (192,94,200). Sum of RGB (Red+Green+Blue) = 192+94+200=486 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.51% from 486); Green value is 94 (37.11% from 255 or 19.34% from 486); Blue value is 200 (78.52% from 255 or 41.15% from 486); Max value from RGB is 200 - color contains mainly: blue. Hex color #C05EC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05EC8 is #3FA137. Grayscale: #878787. Windows color (decimal): -4170040 or 13131456. OLE color: 13131456.
HSL color Cylindrical-coordinate representation of color #C05EC8: hue angle of 295.47º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C05EC8 is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 94 | 200 | - |
| CMYK | 0.04 | 0.53 | 0 | 0.22 |
| HSL | 295.47º | 0.49% | 0.58% | - |
| HSV(B) | 295.47º | 0.53% | 0.78% | - |
| XYZ | 36.17 | 23.38 | 57.25 | - |
| YUV | 135.39 | 164.47 | 168.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 94 | 200 | 0.04 | 0.53 | 0 | 0.22 | 295.47 | 0.49 | 0.58 |
| Hex | C0 | 5E | C8 | 4 | 35 | 0 | 16 | 127 | 31 | 3A |
| Octal | 300 | 136 | 310 | 4 | 65 | 0 | 26 | 447 | 61 | 72 |
| Binary | 11000000 | 1011110 | 11001000 | 100 | 110101 | 0 | 10110 | 100100111 | 110001 | 111010 |
Color Harmonies of #C05EC8
Complementary color
Monochromatic Colors of #C05EC8
Black with #C05EC8
Text Example
Text Example
White with #C05EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05EC8; }
p { color: rgb(192,94,200); }
H1.HeaderClassName
{
color: #C05EC8;
}
.AnyTagClassName
{
color: #C05EC8;
}
</style>
background-color css
<style>
a { background-color: #C05EC8; }
a { background-color: rgb(192,94,200); }
div.DivClassName
{
background-color: #C05EC8;
}
.BgClassName
{
background-color: #C05EC8;
}
</style>
border-color css
<style>
span { border-color: #C05EC8; }
span { border-color: rgb(192,94,200); }
td.TdClassName
{
border-color: #C05EC8;
}
.TagClassName
{
border-color: #C05EC8;
}
</style>