Shades of Fuchsia #C02FC0
Tints of Fuchsia #C02FC0
RGB
CMYK
RGB Variations
Color information
#C02FC0 (or 0xC02FC0) is known color: Fuchsia. HEX triplet: C0, 2F and C0. RGB value is (192,47,192). Sum of RGB (Red+Green+Blue) = 192+47+192=431 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.55% from 431); Green value is 47 (18.75% from 255 or 10.90% from 431); Blue value is 192 (75.39% from 255 or 44.55% from 431); Max value from RGB is 192 - color contains mainly: red, blue. Hex color #C02FC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02FC0 is #3FD03F. Grayscale: #6A6A6A. Windows color (decimal): -4182080 or 12595136. OLE color: 12595136.
HSL color Cylindrical-coordinate representation of color #C02FC0: hue angle of 300º 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 #C02FC0 is Cyan = 0, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 47 | 192 | - |
| CMYK | 0 | 0.76 | 0 | 0.25 |
| HSL | 300º | 0.61% | 0.47% | - |
| HSV(B) | 300º | 0.76% | 0.75% | - |
| XYZ | 32.27 | 17.05 | 51.46 | - |
| YUV | 106.89 | 176.04 | 188.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 47 | 192 | 0 | 0.76 | 0 | 0.25 | 300 | 0.61 | 0.47 |
| Hex | C0 | 2F | C0 | 0 | 4C | 0 | 19 | 12C | 3D | 2F |
| Octal | 300 | 57 | 300 | 0 | 114 | 0 | 31 | 454 | 75 | 57 |
| Binary | 11000000 | 101111 | 11000000 | 0 | 1001100 | 0 | 11001 | 100101100 | 111101 | 101111 |
Color Harmonies of #C02FC0
Complementary color
Monochromatic Colors of #C02FC0
Black with #C02FC0
Text Example
Text Example
White with #C02FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02FC0; }
p { color: rgb(192,47,192); }
H1.HeaderClassName
{
color: #C02FC0;
}
.AnyTagClassName
{
color: #C02FC0;
}
</style>
background-color css
<style>
a { background-color: #C02FC0; }
a { background-color: rgb(192,47,192); }
div.DivClassName
{
background-color: #C02FC0;
}
.BgClassName
{
background-color: #C02FC0;
}
</style>
border-color css
<style>
span { border-color: #C02FC0; }
span { border-color: rgb(192,47,192); }
td.TdClassName
{
border-color: #C02FC0;
}
.TagClassName
{
border-color: #C02FC0;
}
</style>