Shades of Fuchsia #C05EB8
Tints of Fuchsia #C05EB8
RGB
CMYK
RGB Variations
Color information
#C05EB8 (or 0xC05EB8) is known color: Fuchsia. HEX triplet: C0, 5E and B8. RGB value is (192,94,184). Sum of RGB (Red+Green+Blue) = 192+94+184=470 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.85% from 470); Green value is 94 (37.11% from 255 or 20% from 470); Blue value is 184 (72.27% from 255 or 39.15% from 470); Max value from RGB is 192 - color contains mainly: red. Hex color #C05EB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05EB8 is #3FA147. Grayscale: #858585. Windows color (decimal): -4170056 or 12082880. OLE color: 12082880.
HSL color Cylindrical-coordinate representation of color #C05EB8: hue angle of 304.9º 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 #C05EB8 is Cyan = 0, Magento = 0.51, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 94 | 184 | - |
| CMYK | 0 | 0.51 | 0.04 | 0.25 |
| HSL | 304.9º | 0.44% | 0.56% | - |
| HSV(B) | 304.9º | 0.51% | 0.75% | - |
| XYZ | 34.39 | 22.67 | 47.91 | - |
| YUV | 133.56 | 156.47 | 169.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 94 | 184 | 0 | 0.51 | 0.04 | 0.25 | 304.9 | 0.44 | 0.56 |
| Hex | C0 | 5E | B8 | 0 | 33 | 4 | 19 | 131 | 2C | 38 |
| Octal | 300 | 136 | 270 | 0 | 63 | 4 | 31 | 461 | 54 | 70 |
| Binary | 11000000 | 1011110 | 10111000 | 0 | 110011 | 100 | 11001 | 100110001 | 101100 | 111000 |
Color Harmonies of #C05EB8
Complementary color
Monochromatic Colors of #C05EB8
Black with #C05EB8
Text Example
Text Example
White with #C05EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05EB8; }
p { color: rgb(192,94,184); }
H1.HeaderClassName
{
color: #C05EB8;
}
.AnyTagClassName
{
color: #C05EB8;
}
</style>
background-color css
<style>
a { background-color: #C05EB8; }
a { background-color: rgb(192,94,184); }
div.DivClassName
{
background-color: #C05EB8;
}
.BgClassName
{
background-color: #C05EB8;
}
</style>
border-color css
<style>
span { border-color: #C05EB8; }
span { border-color: rgb(192,94,184); }
td.TdClassName
{
border-color: #C05EB8;
}
.TagClassName
{
border-color: #C05EB8;
}
</style>