Shades of Fuchsia #C12AB5
Tints of Fuchsia #C12AB5
RGB
CMYK
RGB Variations
Color information
#C12AB5 (or 0xC12AB5) is known color: Fuchsia. HEX triplet: C1, 2A and B5. RGB value is (193,42,181). Sum of RGB (Red+Green+Blue) = 193+42+181=416 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.39% from 416); Green value is 42 (16.80% from 255 or 10.10% from 416); Blue value is 181 (71.09% from 255 or 43.51% from 416); Max value from RGB is 193 - color contains mainly: red. Hex color #C12AB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12AB5 is #3ED54A. Grayscale: #666666. Windows color (decimal): -4117835 or 11872961. OLE color: 11872961.
HSL color Cylindrical-coordinate representation of color #C12AB5: hue angle of 304.77º 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 #C12AB5 is Cyan = 0, Magento = 0.78, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 42 | 181 | - |
| CMYK | 0 | 0.78 | 0.06 | 0.24 |
| HSL | 304.77º | 0.64% | 0.46% | - |
| HSV(B) | 304.77º | 0.78% | 0.76% | - |
| XYZ | 31.16 | 16.33 | 45.23 | - |
| YUV | 103 | 172.03 | 192.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 42 | 181 | 0 | 0.78 | 0.06 | 0.24 | 304.77 | 0.64 | 0.46 |
| Hex | C1 | 2A | B5 | 0 | 4E | 6 | 18 | 131 | 40 | 2E |
| Octal | 301 | 52 | 265 | 0 | 116 | 6 | 30 | 461 | 100 | 56 |
| Binary | 11000001 | 101010 | 10110101 | 0 | 1001110 | 110 | 11000 | 100110001 | 1000000 | 101110 |
Color Harmonies of #C12AB5
Complementary color
Monochromatic Colors of #C12AB5
Black with #C12AB5
Text Example
Text Example
White with #C12AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12AB5; }
p { color: rgb(193,42,181); }
H1.HeaderClassName
{
color: #C12AB5;
}
.AnyTagClassName
{
color: #C12AB5;
}
</style>
background-color css
<style>
a { background-color: #C12AB5; }
a { background-color: rgb(193,42,181); }
div.DivClassName
{
background-color: #C12AB5;
}
.BgClassName
{
background-color: #C12AB5;
}
</style>
border-color css
<style>
span { border-color: #C12AB5; }
span { border-color: rgb(193,42,181); }
td.TdClassName
{
border-color: #C12AB5;
}
.TagClassName
{
border-color: #C12AB5;
}
</style>