Shades of Fuchsia #C02ABF
Tints of Fuchsia #C02ABF
RGB
CMYK
RGB Variations
Color information
#C02ABF (or 0xC02ABF) is known color: Fuchsia. HEX triplet: C0, 2A and BF. RGB value is (192,42,191). Sum of RGB (Red+Green+Blue) = 192+42+191=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 42 (16.80% from 255 or 9.88% from 425); Blue value is 191 (75% from 255 or 44.94% from 425); Max value from RGB is 192 - color contains mainly: red. Hex color #C02ABF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02ABF is #3FD540. Grayscale: #676767. Windows color (decimal): -4183361 or 12528320. OLE color: 12528320.
HSL color Cylindrical-coordinate representation of color #C02ABF: hue angle of 300.4º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C02ABF is Cyan = 0, Magento = 0.78, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 42 | 191 | - |
| CMYK | 0 | 0.78 | 0.01 | 0.25 |
| HSL | 300.4º | 0.64% | 0.46% | - |
| HSV(B) | 300.4º | 0.78% | 0.75% | - |
| XYZ | 31.97 | 16.62 | 50.81 | - |
| YUV | 103.84 | 177.2 | 190.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 42 | 191 | 0 | 0.78 | 0.01 | 0.25 | 300.4 | 0.64 | 0.46 |
| Hex | C0 | 2A | BF | 0 | 4E | 1 | 19 | 12C | 40 | 2E |
| Octal | 300 | 52 | 277 | 0 | 116 | 1 | 31 | 454 | 100 | 56 |
| Binary | 11000000 | 101010 | 10111111 | 0 | 1001110 | 1 | 11001 | 100101100 | 1000000 | 101110 |
Color Harmonies of #C02ABF
Complementary color
Monochromatic Colors of #C02ABF
Black with #C02ABF
Text Example
Text Example
White with #C02ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02ABF; }
p { color: rgb(192,42,191); }
H1.HeaderClassName
{
color: #C02ABF;
}
.AnyTagClassName
{
color: #C02ABF;
}
</style>
background-color css
<style>
a { background-color: #C02ABF; }
a { background-color: rgb(192,42,191); }
div.DivClassName
{
background-color: #C02ABF;
}
.BgClassName
{
background-color: #C02ABF;
}
</style>
border-color css
<style>
span { border-color: #C02ABF; }
span { border-color: rgb(192,42,191); }
td.TdClassName
{
border-color: #C02ABF;
}
.TagClassName
{
border-color: #C02ABF;
}
</style>