Shades of Fuchsia #C12ABA
Tints of Fuchsia #C12ABA
RGB
CMYK
RGB Variations
Color information
#C12ABA (or 0xC12ABA) is known color: Fuchsia. HEX triplet: C1, 2A and BA. RGB value is (193,42,186). Sum of RGB (Red+Green+Blue) = 193+42+186=421 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.84% from 421); Green value is 42 (16.80% from 255 or 9.98% from 421); Blue value is 186 (73.05% from 255 or 44.18% from 421); Max value from RGB is 193 - color contains mainly: red. Hex color #C12ABA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12ABA is #3ED545. Grayscale: #676767. Windows color (decimal): -4117830 or 12200641. OLE color: 12200641.
HSL color Cylindrical-coordinate representation of color #C12ABA: hue angle of 302.78º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C12ABA is Cyan = 0, Magento = 0.78, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 42 | 186 | - |
| CMYK | 0 | 0.78 | 0.04 | 0.24 |
| HSL | 302.78º | 0.64% | 0.46% | - |
| HSV(B) | 302.78º | 0.78% | 0.76% | - |
| XYZ | 31.68 | 16.54 | 47.98 | - |
| YUV | 103.57 | 174.53 | 191.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 42 | 186 | 0 | 0.78 | 0.04 | 0.24 | 302.78 | 0.64 | 0.46 |
| Hex | C1 | 2A | BA | 0 | 4E | 4 | 18 | 12F | 40 | 2E |
| Octal | 301 | 52 | 272 | 0 | 116 | 4 | 30 | 457 | 100 | 56 |
| Binary | 11000001 | 101010 | 10111010 | 0 | 1001110 | 100 | 11000 | 100101111 | 1000000 | 101110 |
Color Harmonies of #C12ABA
Complementary color
Monochromatic Colors of #C12ABA
Black with #C12ABA
Text Example
Text Example
White with #C12ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12ABA; }
p { color: rgb(193,42,186); }
H1.HeaderClassName
{
color: #C12ABA;
}
.AnyTagClassName
{
color: #C12ABA;
}
</style>
background-color css
<style>
a { background-color: #C12ABA; }
a { background-color: rgb(193,42,186); }
div.DivClassName
{
background-color: #C12ABA;
}
.BgClassName
{
background-color: #C12ABA;
}
</style>
border-color css
<style>
span { border-color: #C12ABA; }
span { border-color: rgb(193,42,186); }
td.TdClassName
{
border-color: #C12ABA;
}
.TagClassName
{
border-color: #C12ABA;
}
</style>