Shades of Fuchsia #C12FCC
Tints of Fuchsia #C12FCC
RGB
CMYK
RGB Variations
Color information
#C12FCC (or 0xC12FCC) is known color: Fuchsia. HEX triplet: C1, 2F and CC. RGB value is (193,47,204). Sum of RGB (Red+Green+Blue) = 193+47+204=444 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.47% from 444); Green value is 47 (18.75% from 255 or 10.59% from 444); Blue value is 204 (80.08% from 255 or 45.95% from 444); Max value from RGB is 204 - color contains mainly: blue. Hex color #C12FCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12FCC is #3ED033. Grayscale: #6C6C6C. Windows color (decimal): -4116532 or 13381569. OLE color: 13381569.
HSL color Cylindrical-coordinate representation of color #C12FCC: hue angle of 295.8º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C12FCC is Cyan = 0.05, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 193 | 47 | 204 | - |
| CMYK | 0.05 | 0.77 | 0 | 0.2 |
| HSL | 295.8º | 0.63% | 0.49% | - |
| HSV(B) | 295.8º | 0.77% | 0.8% | - |
| XYZ | 33.91 | 17.73 | 58.76 | - |
| YUV | 108.55 | 181.87 | 188.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 47 | 204 | 0.05 | 0.77 | 0 | 0.2 | 295.8 | 0.63 | 0.49 |
| Hex | C1 | 2F | CC | 5 | 4D | 0 | 14 | 128 | 3F | 31 |
| Octal | 301 | 57 | 314 | 5 | 115 | 0 | 24 | 450 | 77 | 61 |
| Binary | 11000001 | 101111 | 11001100 | 101 | 1001101 | 0 | 10100 | 100101000 | 111111 | 110001 |
Color Harmonies of #C12FCC
Complementary color
Monochromatic Colors of #C12FCC
Black with #C12FCC
Text Example
Text Example
White with #C12FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12FCC; }
p { color: rgb(193,47,204); }
H1.HeaderClassName
{
color: #C12FCC;
}
.AnyTagClassName
{
color: #C12FCC;
}
</style>
background-color css
<style>
a { background-color: #C12FCC; }
a { background-color: rgb(193,47,204); }
div.DivClassName
{
background-color: #C12FCC;
}
.BgClassName
{
background-color: #C12FCC;
}
</style>
border-color css
<style>
span { border-color: #C12FCC; }
span { border-color: rgb(193,47,204); }
td.TdClassName
{
border-color: #C12FCC;
}
.TagClassName
{
border-color: #C12FCC;
}
</style>