Shades of Fuchsia #C12FBC
Tints of Fuchsia #C12FBC
RGB
CMYK
RGB Variations
Color information
#C12FBC (or 0xC12FBC) is known color: Fuchsia. HEX triplet: C1, 2F and BC. RGB value is (193,47,188). Sum of RGB (Red+Green+Blue) = 193+47+188=428 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.09% from 428); Green value is 47 (18.75% from 255 or 10.98% from 428); Blue value is 188 (73.83% from 255 or 43.93% from 428); Max value from RGB is 193 - color contains mainly: red. Hex color #C12FBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12FBC is #3ED043. Grayscale: #6A6A6A. Windows color (decimal): -4116548 or 12332993. OLE color: 12332993.
HSL color Cylindrical-coordinate representation of color #C12FBC: hue angle of 302.05º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C12FBC is Cyan = 0, Magento = 0.76, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 47 | 188 | - |
| CMYK | 0 | 0.76 | 0.03 | 0.24 |
| HSL | 302.05º | 0.61% | 0.47% | - |
| HSV(B) | 302.05º | 0.76% | 0.76% | - |
| XYZ | 32.09 | 17 | 49.17 | - |
| YUV | 106.73 | 173.87 | 189.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 47 | 188 | 0 | 0.76 | 0.03 | 0.24 | 302.05 | 0.61 | 0.47 |
| Hex | C1 | 2F | BC | 0 | 4C | 3 | 18 | 12E | 3D | 2F |
| Octal | 301 | 57 | 274 | 0 | 114 | 3 | 30 | 456 | 75 | 57 |
| Binary | 11000001 | 101111 | 10111100 | 0 | 1001100 | 11 | 11000 | 100101110 | 111101 | 101111 |
Color Harmonies of #C12FBC
Complementary color
Monochromatic Colors of #C12FBC
Black with #C12FBC
Text Example
Text Example
White with #C12FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12FBC; }
p { color: rgb(193,47,188); }
H1.HeaderClassName
{
color: #C12FBC;
}
.AnyTagClassName
{
color: #C12FBC;
}
</style>
background-color css
<style>
a { background-color: #C12FBC; }
a { background-color: rgb(193,47,188); }
div.DivClassName
{
background-color: #C12FBC;
}
.BgClassName
{
background-color: #C12FBC;
}
</style>
border-color css
<style>
span { border-color: #C12FBC; }
span { border-color: rgb(193,47,188); }
td.TdClassName
{
border-color: #C12FBC;
}
.TagClassName
{
border-color: #C12FBC;
}
</style>