Shades of Fuchsia #C02AB0
Tints of Fuchsia #C02AB0
RGB
CMYK
RGB Variations
Color information
#C02AB0 (or 0xC02AB0) is known color: Fuchsia. HEX triplet: C0, 2A and B0. RGB value is (192,42,176). Sum of RGB (Red+Green+Blue) = 192+42+176=410 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.83% from 410); Green value is 42 (16.80% from 255 or 10.24% from 410); Blue value is 176 (69.14% from 255 or 42.93% from 410); Max value from RGB is 192 - color contains mainly: red. Hex color #C02AB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02AB0 is #3FD54F. Grayscale: #656565. Windows color (decimal): -4183376 or 11545280. OLE color: 11545280.
HSL color Cylindrical-coordinate representation of color #C02AB0: hue angle of 306.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 #C02AB0 is Cyan = 0, Magento = 0.78, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 42 | 176 | - |
| CMYK | 0 | 0.78 | 0.08 | 0.25 |
| HSL | 306.4º | 0.64% | 0.46% | - |
| HSV(B) | 306.4º | 0.78% | 0.75% | - |
| XYZ | 30.4 | 16 | 42.56 | - |
| YUV | 102.13 | 169.7 | 192.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 42 | 176 | 0 | 0.78 | 0.08 | 0.25 | 306.4 | 0.64 | 0.46 |
| Hex | C0 | 2A | B0 | 0 | 4E | 8 | 19 | 132 | 40 | 2E |
| Octal | 300 | 52 | 260 | 0 | 116 | 10 | 31 | 462 | 100 | 56 |
| Binary | 11000000 | 101010 | 10110000 | 0 | 1001110 | 1000 | 11001 | 100110010 | 1000000 | 101110 |
Color Harmonies of #C02AB0
Complementary color
Monochromatic Colors of #C02AB0
Black with #C02AB0
Text Example
Text Example
White with #C02AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02AB0; }
p { color: rgb(192,42,176); }
H1.HeaderClassName
{
color: #C02AB0;
}
.AnyTagClassName
{
color: #C02AB0;
}
</style>
background-color css
<style>
a { background-color: #C02AB0; }
a { background-color: rgb(192,42,176); }
div.DivClassName
{
background-color: #C02AB0;
}
.BgClassName
{
background-color: #C02AB0;
}
</style>
border-color css
<style>
span { border-color: #C02AB0; }
span { border-color: rgb(192,42,176); }
td.TdClassName
{
border-color: #C02AB0;
}
.TagClassName
{
border-color: #C02AB0;
}
</style>