Shades of Fuchsia #C02EB7
Tints of Fuchsia #C02EB7
RGB
CMYK
RGB Variations
Color information
#C02EB7 (or 0xC02EB7) is known color: Fuchsia. HEX triplet: C0, 2E and B7. RGB value is (192,46,183). Sum of RGB (Red+Green+Blue) = 192+46+183=421 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.61% from 421); Green value is 46 (18.36% from 255 or 10.93% from 421); Blue value is 183 (71.88% from 255 or 43.47% from 421); Max value from RGB is 192 - color contains mainly: red. Hex color #C02EB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02EB7 is #3FD148. Grayscale: #686868. Windows color (decimal): -4182345 or 12005056. OLE color: 12005056.
HSL color Cylindrical-coordinate representation of color #C02EB7: hue angle of 303.7º 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 #C02EB7 is Cyan = 0, Magento = 0.76, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 46 | 183 | - |
| CMYK | 0 | 0.76 | 0.05 | 0.25 |
| HSL | 303.7º | 0.61% | 0.47% | - |
| HSV(B) | 303.7º | 0.76% | 0.75% | - |
| XYZ | 31.26 | 16.58 | 46.35 | - |
| YUV | 105.27 | 171.87 | 189.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 46 | 183 | 0 | 0.76 | 0.05 | 0.25 | 303.7 | 0.61 | 0.47 |
| Hex | C0 | 2E | B7 | 0 | 4C | 5 | 19 | 130 | 3D | 2F |
| Octal | 300 | 56 | 267 | 0 | 114 | 5 | 31 | 460 | 75 | 57 |
| Binary | 11000000 | 101110 | 10110111 | 0 | 1001100 | 101 | 11001 | 100110000 | 111101 | 101111 |
Color Harmonies of #C02EB7
Complementary color
Monochromatic Colors of #C02EB7
Black with #C02EB7
Text Example
Text Example
White with #C02EB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02EB7; }
p { color: rgb(192,46,183); }
H1.HeaderClassName
{
color: #C02EB7;
}
.AnyTagClassName
{
color: #C02EB7;
}
</style>
background-color css
<style>
a { background-color: #C02EB7; }
a { background-color: rgb(192,46,183); }
div.DivClassName
{
background-color: #C02EB7;
}
.BgClassName
{
background-color: #C02EB7;
}
</style>
border-color css
<style>
span { border-color: #C02EB7; }
span { border-color: rgb(192,46,183); }
td.TdClassName
{
border-color: #C02EB7;
}
.TagClassName
{
border-color: #C02EB7;
}
</style>