Shades of Fuchsia #C12EBC
Tints of Fuchsia #C12EBC
RGB
CMYK
RGB Variations
Color information
#C12EBC (or 0xC12EBC) is known color: Fuchsia. HEX triplet: C1, 2E and BC. RGB value is (193,46,188). Sum of RGB (Red+Green+Blue) = 193+46+188=427 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.20% from 427); Green value is 46 (18.36% from 255 or 10.77% from 427); Blue value is 188 (73.83% from 255 or 44.03% from 427); Max value from RGB is 193 - color contains mainly: red. Hex color #C12EBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12EBC is #3ED143. Grayscale: #696969. Windows color (decimal): -4116804 or 12332737. OLE color: 12332737.
HSL color Cylindrical-coordinate representation of color #C12EBC: hue angle of 302.04º degrees, saturation: 0.62, 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 #C12EBC is Cyan = 0, Magento = 0.76, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 46 | 188 | - |
| CMYK | 0 | 0.76 | 0.03 | 0.24 |
| HSL | 302.04º | 0.62% | 0.47% | - |
| HSV(B) | 302.04º | 0.76% | 0.76% | - |
| XYZ | 32.05 | 16.92 | 49.15 | - |
| YUV | 106.14 | 174.2 | 189.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 46 | 188 | 0 | 0.76 | 0.03 | 0.24 | 302.04 | 0.62 | 0.47 |
| Hex | C1 | 2E | BC | 0 | 4C | 3 | 18 | 12E | 3E | 2F |
| Octal | 301 | 56 | 274 | 0 | 114 | 3 | 30 | 456 | 76 | 57 |
| Binary | 11000001 | 101110 | 10111100 | 0 | 1001100 | 11 | 11000 | 100101110 | 111110 | 101111 |
Color Harmonies of #C12EBC
Complementary color
Monochromatic Colors of #C12EBC
Black with #C12EBC
Text Example
Text Example
White with #C12EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12EBC; }
p { color: rgb(193,46,188); }
H1.HeaderClassName
{
color: #C12EBC;
}
.AnyTagClassName
{
color: #C12EBC;
}
</style>
background-color css
<style>
a { background-color: #C12EBC; }
a { background-color: rgb(193,46,188); }
div.DivClassName
{
background-color: #C12EBC;
}
.BgClassName
{
background-color: #C12EBC;
}
</style>
border-color css
<style>
span { border-color: #C12EBC; }
span { border-color: rgb(193,46,188); }
td.TdClassName
{
border-color: #C12EBC;
}
.TagClassName
{
border-color: #C12EBC;
}
</style>