Shades of Fuchsia #C02AB7
Tints of Fuchsia #C02AB7
RGB
CMYK
RGB Variations
Color information
#C02AB7 (or 0xC02AB7) is known color: Fuchsia. HEX triplet: C0, 2A and B7. RGB value is (192,42,183). Sum of RGB (Red+Green+Blue) = 192+42+183=417 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.04% from 417); Green value is 42 (16.80% from 255 or 10.07% from 417); Blue value is 183 (71.88% from 255 or 43.88% from 417); Max value from RGB is 192 - color contains mainly: red. Hex color #C02AB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02AB7 is #3FD548. Grayscale: #666666. Windows color (decimal): -4183369 or 12004032. OLE color: 12004032.
HSL color Cylindrical-coordinate representation of color #C02AB7: hue angle of 303.6º 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 #C02AB7 is Cyan = 0, Magento = 0.78, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 42 | 183 | - |
| CMYK | 0 | 0.78 | 0.05 | 0.25 |
| HSL | 303.6º | 0.64% | 0.46% | - |
| HSV(B) | 303.6º | 0.78% | 0.75% | - |
| XYZ | 31.11 | 16.28 | 46.3 | - |
| YUV | 102.92 | 173.2 | 191.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 42 | 183 | 0 | 0.78 | 0.05 | 0.25 | 303.6 | 0.64 | 0.46 |
| Hex | C0 | 2A | B7 | 0 | 4E | 5 | 19 | 130 | 40 | 2E |
| Octal | 300 | 52 | 267 | 0 | 116 | 5 | 31 | 460 | 100 | 56 |
| Binary | 11000000 | 101010 | 10110111 | 0 | 1001110 | 101 | 11001 | 100110000 | 1000000 | 101110 |
Color Harmonies of #C02AB7
Complementary color
Monochromatic Colors of #C02AB7
Black with #C02AB7
Text Example
Text Example
White with #C02AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02AB7; }
p { color: rgb(192,42,183); }
H1.HeaderClassName
{
color: #C02AB7;
}
.AnyTagClassName
{
color: #C02AB7;
}
</style>
background-color css
<style>
a { background-color: #C02AB7; }
a { background-color: rgb(192,42,183); }
div.DivClassName
{
background-color: #C02AB7;
}
.BgClassName
{
background-color: #C02AB7;
}
</style>
border-color css
<style>
span { border-color: #C02AB7; }
span { border-color: rgb(192,42,183); }
td.TdClassName
{
border-color: #C02AB7;
}
.TagClassName
{
border-color: #C02AB7;
}
</style>