Shades of Fuchsia #C03AC1
Tints of Fuchsia #C03AC1
RGB
CMYK
RGB Variations
Color information
#C03AC1 (or 0xC03AC1) is known color: Fuchsia. HEX triplet: C0, 3A and C1. RGB value is (192,58,193). Sum of RGB (Red+Green+Blue) = 192+58+193=443 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.34% from 443); Green value is 58 (23.05% from 255 or 13.09% from 443); Blue value is 193 (75.78% from 255 or 43.57% from 443); Max value from RGB is 193 - color contains mainly: blue. Hex color #C03AC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03AC1 is #3FC53E. Grayscale: #717171. Windows color (decimal): -4179263 or 12663488. OLE color: 12663488.
HSL color Cylindrical-coordinate representation of color #C03AC1: hue angle of 299.56º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C03AC1 is Cyan = 0.01, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 58 | 193 | - |
| CMYK | 0.01 | 0.70 | 0 | 0.24 |
| HSL | 299.56º | 0.54% | 0.49% | - |
| HSV(B) | 299.56º | 0.7% | 0.76% | - |
| XYZ | 32.88 | 18.08 | 52.21 | - |
| YUV | 113.46 | 172.89 | 184.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 58 | 193 | 0.01 | 0.70 | 0 | 0.24 | 299.56 | 0.54 | 0.49 |
| Hex | C0 | 3A | C1 | 1 | 46 | 0 | 18 | 12C | 36 | 31 |
| Octal | 300 | 72 | 301 | 1 | 106 | 0 | 30 | 454 | 66 | 61 |
| Binary | 11000000 | 111010 | 11000001 | 1 | 1000110 | 0 | 11000 | 100101100 | 110110 | 110001 |
Color Harmonies of #C03AC1
Complementary color
Monochromatic Colors of #C03AC1
Black with #C03AC1
Text Example
Text Example
White with #C03AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03AC1; }
p { color: rgb(192,58,193); }
H1.HeaderClassName
{
color: #C03AC1;
}
.AnyTagClassName
{
color: #C03AC1;
}
</style>
background-color css
<style>
a { background-color: #C03AC1; }
a { background-color: rgb(192,58,193); }
div.DivClassName
{
background-color: #C03AC1;
}
.BgClassName
{
background-color: #C03AC1;
}
</style>
border-color css
<style>
span { border-color: #C03AC1; }
span { border-color: rgb(192,58,193); }
td.TdClassName
{
border-color: #C03AC1;
}
.TagClassName
{
border-color: #C03AC1;
}
</style>