Shades of Fuchsia #C12CBA
Tints of Fuchsia #C12CBA
RGB
CMYK
RGB Variations
Color information
#C12CBA (or 0xC12CBA) is known color: Fuchsia. HEX triplet: C1, 2C and BA. RGB value is (193,44,186). Sum of RGB (Red+Green+Blue) = 193+44+186=423 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.63% from 423); Green value is 44 (17.58% from 255 or 10.40% from 423); Blue value is 186 (73.05% from 255 or 43.97% from 423); Max value from RGB is 193 - color contains mainly: red. Hex color #C12CBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12CBA is #3ED345. Grayscale: #686868. Windows color (decimal): -4117318 or 12201153. OLE color: 12201153.
HSL color Cylindrical-coordinate representation of color #C12CBA: hue angle of 302.82º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C12CBA is Cyan = 0, Magento = 0.77, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 44 | 186 | - |
| CMYK | 0 | 0.77 | 0.04 | 0.24 |
| HSL | 302.82º | 0.63% | 0.46% | - |
| HSV(B) | 302.82º | 0.77% | 0.76% | - |
| XYZ | 31.76 | 16.68 | 48 | - |
| YUV | 104.74 | 173.86 | 190.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 44 | 186 | 0 | 0.77 | 0.04 | 0.24 | 302.82 | 0.63 | 0.46 |
| Hex | C1 | 2C | BA | 0 | 4D | 4 | 18 | 12F | 3F | 2E |
| Octal | 301 | 54 | 272 | 0 | 115 | 4 | 30 | 457 | 77 | 56 |
| Binary | 11000001 | 101100 | 10111010 | 0 | 1001101 | 100 | 11000 | 100101111 | 111111 | 101110 |
Color Harmonies of #C12CBA
Complementary color
Monochromatic Colors of #C12CBA
Black with #C12CBA
Text Example
Text Example
White with #C12CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12CBA; }
p { color: rgb(193,44,186); }
H1.HeaderClassName
{
color: #C12CBA;
}
.AnyTagClassName
{
color: #C12CBA;
}
</style>
background-color css
<style>
a { background-color: #C12CBA; }
a { background-color: rgb(193,44,186); }
div.DivClassName
{
background-color: #C12CBA;
}
.BgClassName
{
background-color: #C12CBA;
}
</style>
border-color css
<style>
span { border-color: #C12CBA; }
span { border-color: rgb(193,44,186); }
td.TdClassName
{
border-color: #C12CBA;
}
.TagClassName
{
border-color: #C12CBA;
}
</style>