Shades of Fuchsia #C02FBC
Tints of Fuchsia #C02FBC
RGB
CMYK
RGB Variations
Color information
#C02FBC (or 0xC02FBC) is known color: Fuchsia. HEX triplet: C0, 2F and BC. RGB value is (192,47,188). Sum of RGB (Red+Green+Blue) = 192+47+188=427 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.96% from 427); Green value is 47 (18.75% from 255 or 11.01% from 427); Blue value is 188 (73.83% from 255 or 44.03% from 427); Max value from RGB is 192 - color contains mainly: red. Hex color #C02FBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02FBC is #3FD043. Grayscale: #6A6A6A. Windows color (decimal): -4182084 or 12332992. OLE color: 12332992.
HSL color Cylindrical-coordinate representation of color #C02FBC: hue angle of 301.66º 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 #C02FBC is Cyan = 0, Magento = 0.76, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 47 | 188 | - |
| CMYK | 0 | 0.76 | 0.02 | 0.25 |
| HSL | 301.66º | 0.61% | 0.47% | - |
| HSV(B) | 301.66º | 0.76% | 0.75% | - |
| XYZ | 31.83 | 16.87 | 49.16 | - |
| YUV | 106.43 | 174.04 | 189.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 47 | 188 | 0 | 0.76 | 0.02 | 0.25 | 301.66 | 0.61 | 0.47 |
| Hex | C0 | 2F | BC | 0 | 4C | 2 | 19 | 12E | 3D | 2F |
| Octal | 300 | 57 | 274 | 0 | 114 | 2 | 31 | 456 | 75 | 57 |
| Binary | 11000000 | 101111 | 10111100 | 0 | 1001100 | 10 | 11001 | 100101110 | 111101 | 101111 |
Color Harmonies of #C02FBC
Complementary color
Monochromatic Colors of #C02FBC
Black with #C02FBC
Text Example
Text Example
White with #C02FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02FBC; }
p { color: rgb(192,47,188); }
H1.HeaderClassName
{
color: #C02FBC;
}
.AnyTagClassName
{
color: #C02FBC;
}
</style>
background-color css
<style>
a { background-color: #C02FBC; }
a { background-color: rgb(192,47,188); }
div.DivClassName
{
background-color: #C02FBC;
}
.BgClassName
{
background-color: #C02FBC;
}
</style>
border-color css
<style>
span { border-color: #C02FBC; }
span { border-color: rgb(192,47,188); }
td.TdClassName
{
border-color: #C02FBC;
}
.TagClassName
{
border-color: #C02FBC;
}
</style>