Shades of Fuchsia #C12ABE
Tints of Fuchsia #C12ABE
RGB
CMYK
RGB Variations
Color information
#C12ABE (or 0xC12ABE) is known color: Fuchsia. HEX triplet: C1, 2A and BE. RGB value is (193,42,190). Sum of RGB (Red+Green+Blue) = 193+42+190=425 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.41% from 425); Green value is 42 (16.80% from 255 or 9.88% from 425); Blue value is 190 (74.61% from 255 or 44.71% from 425); Max value from RGB is 193 - color contains mainly: red. Hex color #C12ABE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12ABE is #3ED541. Grayscale: #676767. Windows color (decimal): -4117826 or 12462785. OLE color: 12462785.
HSL color Cylindrical-coordinate representation of color #C12ABE: hue angle of 301.19º 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 #C12ABE is Cyan = 0, Magento = 0.78, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 42 | 190 | - |
| CMYK | 0 | 0.78 | 0.02 | 0.24 |
| HSL | 301.19º | 0.64% | 0.46% | - |
| HSV(B) | 301.19º | 0.78% | 0.76% | - |
| XYZ | 32.11 | 16.71 | 50.25 | - |
| YUV | 104.02 | 176.53 | 191.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 42 | 190 | 0 | 0.78 | 0.02 | 0.24 | 301.19 | 0.64 | 0.46 |
| Hex | C1 | 2A | BE | 0 | 4E | 2 | 18 | 12D | 40 | 2E |
| Octal | 301 | 52 | 276 | 0 | 116 | 2 | 30 | 455 | 100 | 56 |
| Binary | 11000001 | 101010 | 10111110 | 0 | 1001110 | 10 | 11000 | 100101101 | 1000000 | 101110 |
Color Harmonies of #C12ABE
Complementary color
Monochromatic Colors of #C12ABE
Black with #C12ABE
Text Example
Text Example
White with #C12ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12ABE; }
p { color: rgb(193,42,190); }
H1.HeaderClassName
{
color: #C12ABE;
}
.AnyTagClassName
{
color: #C12ABE;
}
</style>
background-color css
<style>
a { background-color: #C12ABE; }
a { background-color: rgb(193,42,190); }
div.DivClassName
{
background-color: #C12ABE;
}
.BgClassName
{
background-color: #C12ABE;
}
</style>
border-color css
<style>
span { border-color: #C12ABE; }
span { border-color: rgb(193,42,190); }
td.TdClassName
{
border-color: #C12ABE;
}
.TagClassName
{
border-color: #C12ABE;
}
</style>