Shades of Fuchsia #C02AB1
Tints of Fuchsia #C02AB1
RGB
CMYK
RGB Variations
Color information
#C02AB1 (or 0xC02AB1) is known color: Fuchsia. HEX triplet: C0, 2A and B1. RGB value is (192,42,177). Sum of RGB (Red+Green+Blue) = 192+42+177=411 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.72% from 411); Green value is 42 (16.80% from 255 or 10.22% from 411); Blue value is 177 (69.53% from 255 or 43.07% from 411); Max value from RGB is 192 - color contains mainly: red. Hex color #C02AB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02AB1 is #3FD54E. Grayscale: #656565. Windows color (decimal): -4183375 or 11610816. OLE color: 11610816.
HSL color Cylindrical-coordinate representation of color #C02AB1: hue angle of 306º 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 #C02AB1 is Cyan = 0, Magento = 0.78, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 42 | 177 | - |
| CMYK | 0 | 0.78 | 0.08 | 0.25 |
| HSL | 306º | 0.64% | 0.46% | - |
| HSV(B) | 306º | 0.78% | 0.75% | - |
| XYZ | 30.5 | 16.04 | 43.08 | - |
| YUV | 102.24 | 170.2 | 192.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 42 | 177 | 0 | 0.78 | 0.08 | 0.25 | 306 | 0.64 | 0.46 |
| Hex | C0 | 2A | B1 | 0 | 4E | 8 | 19 | 132 | 40 | 2E |
| Octal | 300 | 52 | 261 | 0 | 116 | 10 | 31 | 462 | 100 | 56 |
| Binary | 11000000 | 101010 | 10110001 | 0 | 1001110 | 1000 | 11001 | 100110010 | 1000000 | 101110 |
Color Harmonies of #C02AB1
Complementary color
Monochromatic Colors of #C02AB1
Black with #C02AB1
Text Example
Text Example
White with #C02AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02AB1; }
p { color: rgb(192,42,177); }
H1.HeaderClassName
{
color: #C02AB1;
}
.AnyTagClassName
{
color: #C02AB1;
}
</style>
background-color css
<style>
a { background-color: #C02AB1; }
a { background-color: rgb(192,42,177); }
div.DivClassName
{
background-color: #C02AB1;
}
.BgClassName
{
background-color: #C02AB1;
}
</style>
border-color css
<style>
span { border-color: #C02AB1; }
span { border-color: rgb(192,42,177); }
td.TdClassName
{
border-color: #C02AB1;
}
.TagClassName
{
border-color: #C02AB1;
}
</style>