Shades of Fuchsia #C05EB9
Tints of Fuchsia #C05EB9
RGB
CMYK
RGB Variations
Color information
#C05EB9 (or 0xC05EB9) is known color: Fuchsia. HEX triplet: C0, 5E and B9. RGB value is (192,94,185). Sum of RGB (Red+Green+Blue) = 192+94+185=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 94 (37.11% from 255 or 19.96% from 471); Blue value is 185 (72.66% from 255 or 39.28% from 471); Max value from RGB is 192 - color contains mainly: red. Hex color #C05EB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05EB9 is #3FA146. Grayscale: #858585. Windows color (decimal): -4170055 or 12148416. OLE color: 12148416.
HSL color Cylindrical-coordinate representation of color #C05EB9: hue angle of 304.29º 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 #C05EB9 is Cyan = 0, Magento = 0.51, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 94 | 185 | - |
| CMYK | 0 | 0.51 | 0.04 | 0.25 |
| HSL | 304.29º | 0.44% | 0.56% | - |
| HSV(B) | 304.29º | 0.51% | 0.75% | - |
| XYZ | 34.5 | 22.71 | 48.47 | - |
| YUV | 133.68 | 156.97 | 169.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 94 | 185 | 0 | 0.51 | 0.04 | 0.25 | 304.29 | 0.44 | 0.56 |
| Hex | C0 | 5E | B9 | 0 | 33 | 4 | 19 | 130 | 2C | 38 |
| Octal | 300 | 136 | 271 | 0 | 63 | 4 | 31 | 460 | 54 | 70 |
| Binary | 11000000 | 1011110 | 10111001 | 0 | 110011 | 100 | 11001 | 100110000 | 101100 | 111000 |
Color Harmonies of #C05EB9
Complementary color
Monochromatic Colors of #C05EB9
Black with #C05EB9
Text Example
Text Example
White with #C05EB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05EB9; }
p { color: rgb(192,94,185); }
H1.HeaderClassName
{
color: #C05EB9;
}
.AnyTagClassName
{
color: #C05EB9;
}
</style>
background-color css
<style>
a { background-color: #C05EB9; }
a { background-color: rgb(192,94,185); }
div.DivClassName
{
background-color: #C05EB9;
}
.BgClassName
{
background-color: #C05EB9;
}
</style>
border-color css
<style>
span { border-color: #C05EB9; }
span { border-color: rgb(192,94,185); }
td.TdClassName
{
border-color: #C05EB9;
}
.TagClassName
{
border-color: #C05EB9;
}
</style>