Shades of Fuchsia #C05EB0
Tints of Fuchsia #C05EB0
RGB
CMYK
RGB Variations
Color information
#C05EB0 (or 0xC05EB0) is known color: Fuchsia. HEX triplet: C0, 5E and B0. RGB value is (192,94,176). Sum of RGB (Red+Green+Blue) = 192+94+176=462 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.56% from 462); Green value is 94 (37.11% from 255 or 20.35% from 462); Blue value is 176 (69.14% from 255 or 38.10% from 462); Max value from RGB is 192 - color contains mainly: red. Hex color #C05EB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05EB0 is #3FA14F. Grayscale: #848484. Windows color (decimal): -4170064 or 11558592. OLE color: 11558592.
HSL color Cylindrical-coordinate representation of color #C05EB0: hue angle of 309.8º 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 #C05EB0 is Cyan = 0, Magento = 0.51, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 94 | 176 | - |
| CMYK | 0 | 0.51 | 0.08 | 0.25 |
| HSL | 309.8º | 0.44% | 0.56% | - |
| HSV(B) | 309.8º | 0.51% | 0.75% | - |
| XYZ | 33.58 | 22.35 | 43.62 | - |
| YUV | 132.65 | 152.47 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 94 | 176 | 0 | 0.51 | 0.08 | 0.25 | 309.8 | 0.44 | 0.56 |
| Hex | C0 | 5E | B0 | 0 | 33 | 8 | 19 | 136 | 2C | 38 |
| Octal | 300 | 136 | 260 | 0 | 63 | 10 | 31 | 466 | 54 | 70 |
| Binary | 11000000 | 1011110 | 10110000 | 0 | 110011 | 1000 | 11001 | 100110110 | 101100 | 111000 |
Color Harmonies of #C05EB0
Complementary color
Monochromatic Colors of #C05EB0
Black with #C05EB0
Text Example
Text Example
White with #C05EB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05EB0; }
p { color: rgb(192,94,176); }
H1.HeaderClassName
{
color: #C05EB0;
}
.AnyTagClassName
{
color: #C05EB0;
}
</style>
background-color css
<style>
a { background-color: #C05EB0; }
a { background-color: rgb(192,94,176); }
div.DivClassName
{
background-color: #C05EB0;
}
.BgClassName
{
background-color: #C05EB0;
}
</style>
border-color css
<style>
span { border-color: #C05EB0; }
span { border-color: rgb(192,94,176); }
td.TdClassName
{
border-color: #C05EB0;
}
.TagClassName
{
border-color: #C05EB0;
}
</style>