Shades of Fuchsia #C05EB1
Tints of Fuchsia #C05EB1
RGB
CMYK
RGB Variations
Color information
#C05EB1 (or 0xC05EB1) is known color: Fuchsia. HEX triplet: C0, 5E and B1. RGB value is (192,94,177). Sum of RGB (Red+Green+Blue) = 192+94+177=463 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.47% from 463); Green value is 94 (37.11% from 255 or 20.30% from 463); Blue value is 177 (69.53% from 255 or 38.23% from 463); Max value from RGB is 192 - color contains mainly: red. Hex color #C05EB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05EB1 is #3FA14E. Grayscale: #848484. Windows color (decimal): -4170063 or 11624128. OLE color: 11624128.
HSL color Cylindrical-coordinate representation of color #C05EB1: hue angle of 309.18º 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 #C05EB1 is Cyan = 0, Magento = 0.51, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 94 | 177 | - |
| CMYK | 0 | 0.51 | 0.08 | 0.25 |
| HSL | 309.18º | 0.44% | 0.56% | - |
| HSV(B) | 309.18º | 0.51% | 0.75% | - |
| XYZ | 33.68 | 22.39 | 44.14 | - |
| YUV | 132.76 | 152.97 | 170.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 94 | 177 | 0 | 0.51 | 0.08 | 0.25 | 309.18 | 0.44 | 0.56 |
| Hex | C0 | 5E | B1 | 0 | 33 | 8 | 19 | 135 | 2C | 38 |
| Octal | 300 | 136 | 261 | 0 | 63 | 10 | 31 | 465 | 54 | 70 |
| Binary | 11000000 | 1011110 | 10110001 | 0 | 110011 | 1000 | 11001 | 100110101 | 101100 | 111000 |
Color Harmonies of #C05EB1
Complementary color
Monochromatic Colors of #C05EB1
Black with #C05EB1
Text Example
Text Example
White with #C05EB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05EB1; }
p { color: rgb(192,94,177); }
H1.HeaderClassName
{
color: #C05EB1;
}
.AnyTagClassName
{
color: #C05EB1;
}
</style>
background-color css
<style>
a { background-color: #C05EB1; }
a { background-color: rgb(192,94,177); }
div.DivClassName
{
background-color: #C05EB1;
}
.BgClassName
{
background-color: #C05EB1;
}
</style>
border-color css
<style>
span { border-color: #C05EB1; }
span { border-color: rgb(192,94,177); }
td.TdClassName
{
border-color: #C05EB1;
}
.TagClassName
{
border-color: #C05EB1;
}
</style>