Shades of Fuchsia #C02EBC
Tints of Fuchsia #C02EBC
RGB
CMYK
RGB Variations
Color information
#C02EBC (or 0xC02EBC) is known color: Fuchsia. HEX triplet: C0, 2E and BC. RGB value is (192,46,188). Sum of RGB (Red+Green+Blue) = 192+46+188=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 46 (18.36% from 255 or 10.80% from 426); Blue value is 188 (73.83% from 255 or 44.13% from 426); Max value from RGB is 192 - color contains mainly: red. Hex color #C02EBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02EBC is #3FD143. Grayscale: #696969. Windows color (decimal): -4182340 or 12332736. OLE color: 12332736.
HSL color Cylindrical-coordinate representation of color #C02EBC: hue angle of 301.64º 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 #C02EBC is Cyan = 0, Magento = 0.76, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 46 | 188 | - |
| CMYK | 0 | 0.76 | 0.02 | 0.25 |
| HSL | 301.64º | 0.61% | 0.47% | - |
| HSV(B) | 301.64º | 0.76% | 0.75% | - |
| XYZ | 31.79 | 16.79 | 49.14 | - |
| YUV | 105.84 | 174.37 | 189.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 46 | 188 | 0 | 0.76 | 0.02 | 0.25 | 301.64 | 0.61 | 0.47 |
| Hex | C0 | 2E | BC | 0 | 4C | 2 | 19 | 12E | 3D | 2F |
| Octal | 300 | 56 | 274 | 0 | 114 | 2 | 31 | 456 | 75 | 57 |
| Binary | 11000000 | 101110 | 10111100 | 0 | 1001100 | 10 | 11001 | 100101110 | 111101 | 101111 |
Color Harmonies of #C02EBC
Complementary color
Monochromatic Colors of #C02EBC
Black with #C02EBC
Text Example
Text Example
White with #C02EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02EBC; }
p { color: rgb(192,46,188); }
H1.HeaderClassName
{
color: #C02EBC;
}
.AnyTagClassName
{
color: #C02EBC;
}
</style>
background-color css
<style>
a { background-color: #C02EBC; }
a { background-color: rgb(192,46,188); }
div.DivClassName
{
background-color: #C02EBC;
}
.BgClassName
{
background-color: #C02EBC;
}
</style>
border-color css
<style>
span { border-color: #C02EBC; }
span { border-color: rgb(192,46,188); }
td.TdClassName
{
border-color: #C02EBC;
}
.TagClassName
{
border-color: #C02EBC;
}
</style>