Shades of Fuchsia #C05EB2
Tints of Fuchsia #C05EB2
RGB
CMYK
RGB Variations
Color information
#C05EB2 (or 0xC05EB2) is known color: Fuchsia. HEX triplet: C0, 5E and B2. RGB value is (192,94,178). Sum of RGB (Red+Green+Blue) = 192+94+178=464 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.38% from 464); Green value is 94 (37.11% from 255 or 20.26% from 464); Blue value is 178 (69.92% from 255 or 38.36% from 464); Max value from RGB is 192 - color contains mainly: red. Hex color #C05EB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05EB2 is #3FA14D. Grayscale: #848484. Windows color (decimal): -4170062 or 11689664. OLE color: 11689664.
HSL color Cylindrical-coordinate representation of color #C05EB2: hue angle of 308.57º 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 #C05EB2 is Cyan = 0, Magento = 0.51, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 94 | 178 | - |
| CMYK | 0 | 0.51 | 0.07 | 0.25 |
| HSL | 308.57º | 0.44% | 0.56% | - |
| HSV(B) | 308.57º | 0.51% | 0.75% | - |
| XYZ | 33.78 | 22.43 | 44.67 | - |
| YUV | 132.88 | 153.47 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 94 | 178 | 0 | 0.51 | 0.07 | 0.25 | 308.57 | 0.44 | 0.56 |
| Hex | C0 | 5E | B2 | 0 | 33 | 7 | 19 | 135 | 2C | 38 |
| Octal | 300 | 136 | 262 | 0 | 63 | 7 | 31 | 465 | 54 | 70 |
| Binary | 11000000 | 1011110 | 10110010 | 0 | 110011 | 111 | 11001 | 100110101 | 101100 | 111000 |
Color Harmonies of #C05EB2
Complementary color
Monochromatic Colors of #C05EB2
Black with #C05EB2
Text Example
Text Example
White with #C05EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05EB2; }
p { color: rgb(192,94,178); }
H1.HeaderClassName
{
color: #C05EB2;
}
.AnyTagClassName
{
color: #C05EB2;
}
</style>
background-color css
<style>
a { background-color: #C05EB2; }
a { background-color: rgb(192,94,178); }
div.DivClassName
{
background-color: #C05EB2;
}
.BgClassName
{
background-color: #C05EB2;
}
</style>
border-color css
<style>
span { border-color: #C05EB2; }
span { border-color: rgb(192,94,178); }
td.TdClassName
{
border-color: #C05EB2;
}
.TagClassName
{
border-color: #C05EB2;
}
</style>