Shades of Fuchsia #C02EB2
Tints of Fuchsia #C02EB2
RGB
CMYK
RGB Variations
Color information
#C02EB2 (or 0xC02EB2) is known color: Fuchsia. HEX triplet: C0, 2E and B2. RGB value is (192,46,178). Sum of RGB (Red+Green+Blue) = 192+46+178=416 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.15% from 416); Green value is 46 (18.36% from 255 or 11.06% from 416); Blue value is 178 (69.92% from 255 or 42.79% from 416); Max value from RGB is 192 - color contains mainly: red. Hex color #C02EB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02EB2 is #3FD14D. Grayscale: #686868. Windows color (decimal): -4182350 or 11677376. OLE color: 11677376.
HSL color Cylindrical-coordinate representation of color #C02EB2: hue angle of 305.75º 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 #C02EB2 is Cyan = 0, Magento = 0.76, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 46 | 178 | - |
| CMYK | 0 | 0.76 | 0.07 | 0.25 |
| HSL | 305.75º | 0.61% | 0.47% | - |
| HSV(B) | 305.75º | 0.76% | 0.75% | - |
| XYZ | 30.75 | 16.37 | 43.66 | - |
| YUV | 104.7 | 169.37 | 190.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 46 | 178 | 0 | 0.76 | 0.07 | 0.25 | 305.75 | 0.61 | 0.47 |
| Hex | C0 | 2E | B2 | 0 | 4C | 7 | 19 | 132 | 3D | 2F |
| Octal | 300 | 56 | 262 | 0 | 114 | 7 | 31 | 462 | 75 | 57 |
| Binary | 11000000 | 101110 | 10110010 | 0 | 1001100 | 111 | 11001 | 100110010 | 111101 | 101111 |
Color Harmonies of #C02EB2
Complementary color
Monochromatic Colors of #C02EB2
Black with #C02EB2
Text Example
Text Example
White with #C02EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02EB2; }
p { color: rgb(192,46,178); }
H1.HeaderClassName
{
color: #C02EB2;
}
.AnyTagClassName
{
color: #C02EB2;
}
</style>
background-color css
<style>
a { background-color: #C02EB2; }
a { background-color: rgb(192,46,178); }
div.DivClassName
{
background-color: #C02EB2;
}
.BgClassName
{
background-color: #C02EB2;
}
</style>
border-color css
<style>
span { border-color: #C02EB2; }
span { border-color: rgb(192,46,178); }
td.TdClassName
{
border-color: #C02EB2;
}
.TagClassName
{
border-color: #C02EB2;
}
</style>