Shades of Fuchsia #C12CCC
Tints of Fuchsia #C12CCC
RGB
CMYK
RGB Variations
Color information
#C12CCC (or 0xC12CCC) is known color: Fuchsia. HEX triplet: C1, 2C and CC. RGB value is (193,44,204). Sum of RGB (Red+Green+Blue) = 193+44+204=441 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.76% from 441); Green value is 44 (17.58% from 255 or 9.98% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 204 - color contains mainly: blue. Hex color #C12CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12CCC is #3ED333. Grayscale: #6A6A6A. Windows color (decimal): -4117300 or 13380801. OLE color: 13380801.
HSL color Cylindrical-coordinate representation of color #C12CCC: hue angle of 295.88º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C12CCC is Cyan = 0.05, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 193 | 44 | 204 | - |
| CMYK | 0.05 | 0.78 | 0 | 0.2 |
| HSL | 295.88º | 0.65% | 0.49% | - |
| HSV(B) | 295.88º | 0.78% | 0.8% | - |
| XYZ | 33.79 | 17.5 | 58.72 | - |
| YUV | 106.79 | 182.86 | 189.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 44 | 204 | 0.05 | 0.78 | 0 | 0.2 | 295.88 | 0.65 | 0.49 |
| Hex | C1 | 2C | CC | 5 | 4E | 0 | 14 | 128 | 41 | 31 |
| Octal | 301 | 54 | 314 | 5 | 116 | 0 | 24 | 450 | 101 | 61 |
| Binary | 11000001 | 101100 | 11001100 | 101 | 1001110 | 0 | 10100 | 100101000 | 1000001 | 110001 |
Color Harmonies of #C12CCC
Complementary color
Monochromatic Colors of #C12CCC
Black with #C12CCC
Text Example
Text Example
White with #C12CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12CCC; }
p { color: rgb(193,44,204); }
H1.HeaderClassName
{
color: #C12CCC;
}
.AnyTagClassName
{
color: #C12CCC;
}
</style>
background-color css
<style>
a { background-color: #C12CCC; }
a { background-color: rgb(193,44,204); }
div.DivClassName
{
background-color: #C12CCC;
}
.BgClassName
{
background-color: #C12CCC;
}
</style>
border-color css
<style>
span { border-color: #C12CCC; }
span { border-color: rgb(193,44,204); }
td.TdClassName
{
border-color: #C12CCC;
}
.TagClassName
{
border-color: #C12CCC;
}
</style>