Shades of Fuchsia #C12ABC
Tints of Fuchsia #C12ABC
RGB
CMYK
RGB Variations
Color information
#C12ABC (or 0xC12ABC) is known color: Fuchsia. HEX triplet: C1, 2A and BC. RGB value is (193,42,188). Sum of RGB (Red+Green+Blue) = 193+42+188=423 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.63% from 423); Green value is 42 (16.80% from 255 or 9.93% from 423); Blue value is 188 (73.83% from 255 or 44.44% from 423); Max value from RGB is 193 - color contains mainly: red. Hex color #C12ABC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12ABC is #3ED543. Grayscale: #676767. Windows color (decimal): -4117828 or 12331713. OLE color: 12331713.
HSL color Cylindrical-coordinate representation of color #C12ABC: hue angle of 301.99º 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 #C12ABC is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 42 | 188 | - |
| CMYK | 0 | 0.78 | 0.03 | 0.24 |
| HSL | 301.99º | 0.64% | 0.46% | - |
| HSV(B) | 301.99º | 0.78% | 0.76% | - |
| XYZ | 31.9 | 16.62 | 49.1 | - |
| YUV | 103.79 | 175.53 | 191.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 42 | 188 | 0 | 0.78 | 0.03 | 0.24 | 301.99 | 0.64 | 0.46 |
| Hex | C1 | 2A | BC | 0 | 4E | 3 | 18 | 12E | 40 | 2E |
| Octal | 301 | 52 | 274 | 0 | 116 | 3 | 30 | 456 | 100 | 56 |
| Binary | 11000001 | 101010 | 10111100 | 0 | 1001110 | 11 | 11000 | 100101110 | 1000000 | 101110 |
Color Harmonies of #C12ABC
Complementary color
Monochromatic Colors of #C12ABC
Black with #C12ABC
Text Example
Text Example
White with #C12ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12ABC; }
p { color: rgb(193,42,188); }
H1.HeaderClassName
{
color: #C12ABC;
}
.AnyTagClassName
{
color: #C12ABC;
}
</style>
background-color css
<style>
a { background-color: #C12ABC; }
a { background-color: rgb(193,42,188); }
div.DivClassName
{
background-color: #C12ABC;
}
.BgClassName
{
background-color: #C12ABC;
}
</style>
border-color css
<style>
span { border-color: #C12ABC; }
span { border-color: rgb(193,42,188); }
td.TdClassName
{
border-color: #C12ABC;
}
.TagClassName
{
border-color: #C12ABC;
}
</style>