Shades of Fuchsia #C12AB0
Tints of Fuchsia #C12AB0
RGB
CMYK
RGB Variations
Color information
#C12AB0 (or 0xC12AB0) is known color: Fuchsia. HEX triplet: C1, 2A and B0. RGB value is (193,42,176). Sum of RGB (Red+Green+Blue) = 193+42+176=411 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.96% from 411); Green value is 42 (16.80% from 255 or 10.22% from 411); Blue value is 176 (69.14% from 255 or 42.82% from 411); Max value from RGB is 193 - color contains mainly: red. Hex color #C12AB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12AB0 is #3ED54F. Grayscale: #666666. Windows color (decimal): -4117840 or 11545281. OLE color: 11545281.
HSL color Cylindrical-coordinate representation of color #C12AB0: hue angle of 306.75º 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 #C12AB0 is Cyan = 0, Magento = 0.78, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 42 | 176 | - |
| CMYK | 0 | 0.78 | 0.09 | 0.24 |
| HSL | 306.76º | 0.64% | 0.46% | - |
| HSV(B) | 306.76º | 0.78% | 0.76% | - |
| XYZ | 30.66 | 16.13 | 42.57 | - |
| YUV | 102.43 | 169.53 | 192.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 42 | 176 | 0 | 0.78 | 0.09 | 0.24 | 306.76 | 0.64 | 0.46 |
| Hex | C1 | 2A | B0 | 0 | 4E | 9 | 18 | 133 | 40 | 2E |
| Octal | 301 | 52 | 260 | 0 | 116 | 11 | 30 | 463 | 100 | 56 |
| Binary | 11000001 | 101010 | 10110000 | 0 | 1001110 | 1001 | 11000 | 100110011 | 1000000 | 101110 |
Color Harmonies of #C12AB0
Complementary color
Monochromatic Colors of #C12AB0
Black with #C12AB0
Text Example
Text Example
White with #C12AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12AB0; }
p { color: rgb(193,42,176); }
H1.HeaderClassName
{
color: #C12AB0;
}
.AnyTagClassName
{
color: #C12AB0;
}
</style>
background-color css
<style>
a { background-color: #C12AB0; }
a { background-color: rgb(193,42,176); }
div.DivClassName
{
background-color: #C12AB0;
}
.BgClassName
{
background-color: #C12AB0;
}
</style>
border-color css
<style>
span { border-color: #C12AB0; }
span { border-color: rgb(193,42,176); }
td.TdClassName
{
border-color: #C12AB0;
}
.TagClassName
{
border-color: #C12AB0;
}
</style>