Shades of Fuchsia #C02EB0
Tints of Fuchsia #C02EB0
RGB
CMYK
RGB Variations
Color information
#C02EB0 (or 0xC02EB0) is known color: Fuchsia. HEX triplet: C0, 2E and B0. RGB value is (192,46,176). Sum of RGB (Red+Green+Blue) = 192+46+176=414 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.38% from 414); Green value is 46 (18.36% from 255 or 11.11% from 414); Blue value is 176 (69.14% from 255 or 42.51% from 414); Max value from RGB is 192 - color contains mainly: red. Hex color #C02EB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02EB0 is #3FD14F. Grayscale: #686868. Windows color (decimal): -4182352 or 11546304. OLE color: 11546304.
HSL color Cylindrical-coordinate representation of color #C02EB0: hue angle of 306.58º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C02EB0 is Cyan = 0, Magento = 0.76, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 46 | 176 | - |
| CMYK | 0 | 0.76 | 0.08 | 0.25 |
| HSL | 306.58º | 0.61% | 0.47% | - |
| HSV(B) | 306.58º | 0.76% | 0.75% | - |
| XYZ | 30.55 | 16.3 | 42.61 | - |
| YUV | 104.47 | 168.37 | 190.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 46 | 176 | 0 | 0.76 | 0.08 | 0.25 | 306.58 | 0.61 | 0.47 |
| Hex | C0 | 2E | B0 | 0 | 4C | 8 | 19 | 133 | 3D | 2F |
| Octal | 300 | 56 | 260 | 0 | 114 | 10 | 31 | 463 | 75 | 57 |
| Binary | 11000000 | 101110 | 10110000 | 0 | 1001100 | 1000 | 11001 | 100110011 | 111101 | 101111 |
Color Harmonies of #C02EB0
Complementary color
Monochromatic Colors of #C02EB0
Black with #C02EB0
Text Example
Text Example
White with #C02EB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02EB0; }
p { color: rgb(192,46,176); }
H1.HeaderClassName
{
color: #C02EB0;
}
.AnyTagClassName
{
color: #C02EB0;
}
</style>
background-color css
<style>
a { background-color: #C02EB0; }
a { background-color: rgb(192,46,176); }
div.DivClassName
{
background-color: #C02EB0;
}
.BgClassName
{
background-color: #C02EB0;
}
</style>
border-color css
<style>
span { border-color: #C02EB0; }
span { border-color: rgb(192,46,176); }
td.TdClassName
{
border-color: #C02EB0;
}
.TagClassName
{
border-color: #C02EB0;
}
</style>