Shades of Fuchsia #C02EB1
Tints of Fuchsia #C02EB1
RGB
CMYK
RGB Variations
Color information
#C02EB1 (or 0xC02EB1) is known color: Fuchsia. HEX triplet: C0, 2E and B1. RGB value is (192,46,177). Sum of RGB (Red+Green+Blue) = 192+46+177=415 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.27% from 415); Green value is 46 (18.36% from 255 or 11.08% from 415); Blue value is 177 (69.53% from 255 or 42.65% from 415); Max value from RGB is 192 - color contains mainly: red. Hex color #C02EB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02EB1 is #3FD14E. Grayscale: #686868. Windows color (decimal): -4182351 or 11611840. OLE color: 11611840.
HSL color Cylindrical-coordinate representation of color #C02EB1: hue angle of 306.16º 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 #C02EB1 is Cyan = 0, Magento = 0.76, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 46 | 177 | - |
| CMYK | 0 | 0.76 | 0.08 | 0.25 |
| HSL | 306.16º | 0.61% | 0.47% | - |
| HSV(B) | 306.16º | 0.76% | 0.75% | - |
| XYZ | 30.65 | 16.33 | 43.13 | - |
| YUV | 104.59 | 168.87 | 190.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 46 | 177 | 0 | 0.76 | 0.08 | 0.25 | 306.16 | 0.61 | 0.47 |
| Hex | C0 | 2E | B1 | 0 | 4C | 8 | 19 | 132 | 3D | 2F |
| Octal | 300 | 56 | 261 | 0 | 114 | 10 | 31 | 462 | 75 | 57 |
| Binary | 11000000 | 101110 | 10110001 | 0 | 1001100 | 1000 | 11001 | 100110010 | 111101 | 101111 |
Color Harmonies of #C02EB1
Complementary color
Monochromatic Colors of #C02EB1
Black with #C02EB1
Text Example
Text Example
White with #C02EB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02EB1; }
p { color: rgb(192,46,177); }
H1.HeaderClassName
{
color: #C02EB1;
}
.AnyTagClassName
{
color: #C02EB1;
}
</style>
background-color css
<style>
a { background-color: #C02EB1; }
a { background-color: rgb(192,46,177); }
div.DivClassName
{
background-color: #C02EB1;
}
.BgClassName
{
background-color: #C02EB1;
}
</style>
border-color css
<style>
span { border-color: #C02EB1; }
span { border-color: rgb(192,46,177); }
td.TdClassName
{
border-color: #C02EB1;
}
.TagClassName
{
border-color: #C02EB1;
}
</style>