Shades of Fuchsia #C02AB8
Tints of Fuchsia #C02AB8
RGB
CMYK
RGB Variations
Color information
#C02AB8 (or 0xC02AB8) is known color: Fuchsia. HEX triplet: C0, 2A and B8. RGB value is (192,42,184). Sum of RGB (Red+Green+Blue) = 192+42+184=418 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.93% from 418); Green value is 42 (16.80% from 255 or 10.05% from 418); Blue value is 184 (72.27% from 255 or 44.02% from 418); Max value from RGB is 192 - color contains mainly: red. Hex color #C02AB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02AB8 is #3FD547. Grayscale: #666666. Windows color (decimal): -4183368 or 12069568. OLE color: 12069568.
HSL color Cylindrical-coordinate representation of color #C02AB8: hue angle of 303.2º 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 #C02AB8 is Cyan = 0, Magento = 0.78, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 42 | 184 | - |
| CMYK | 0 | 0.78 | 0.04 | 0.25 |
| HSL | 303.2º | 0.64% | 0.46% | - |
| HSV(B) | 303.2º | 0.78% | 0.75% | - |
| XYZ | 31.22 | 16.32 | 46.85 | - |
| YUV | 103.04 | 173.7 | 191.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 42 | 184 | 0 | 0.78 | 0.04 | 0.25 | 303.2 | 0.64 | 0.46 |
| Hex | C0 | 2A | B8 | 0 | 4E | 4 | 19 | 12F | 40 | 2E |
| Octal | 300 | 52 | 270 | 0 | 116 | 4 | 31 | 457 | 100 | 56 |
| Binary | 11000000 | 101010 | 10111000 | 0 | 1001110 | 100 | 11001 | 100101111 | 1000000 | 101110 |
Color Harmonies of #C02AB8
Complementary color
Monochromatic Colors of #C02AB8
Black with #C02AB8
Text Example
Text Example
White with #C02AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02AB8; }
p { color: rgb(192,42,184); }
H1.HeaderClassName
{
color: #C02AB8;
}
.AnyTagClassName
{
color: #C02AB8;
}
</style>
background-color css
<style>
a { background-color: #C02AB8; }
a { background-color: rgb(192,42,184); }
div.DivClassName
{
background-color: #C02AB8;
}
.BgClassName
{
background-color: #C02AB8;
}
</style>
border-color css
<style>
span { border-color: #C02AB8; }
span { border-color: rgb(192,42,184); }
td.TdClassName
{
border-color: #C02AB8;
}
.TagClassName
{
border-color: #C02AB8;
}
</style>