Shades of Fuchsia #C12FB0
Tints of Fuchsia #C12FB0
RGB
CMYK
RGB Variations
Color information
#C12FB0 (or 0xC12FB0) is known color: Fuchsia. HEX triplet: C1, 2F and B0. RGB value is (193,47,176). Sum of RGB (Red+Green+Blue) = 193+47+176=416 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.39% from 416); Green value is 47 (18.75% from 255 or 11.30% from 416); Blue value is 176 (69.14% from 255 or 42.31% from 416); Max value from RGB is 193 - color contains mainly: red. Hex color #C12FB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12FB0 is #3ED04F. Grayscale: #686868. Windows color (decimal): -4116560 or 11546561. OLE color: 11546561.
HSL color Cylindrical-coordinate representation of color #C12FB0: hue angle of 306.99º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C12FB0 is Cyan = 0, Magento = 0.76, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 47 | 176 | - |
| CMYK | 0 | 0.76 | 0.09 | 0.24 |
| HSL | 306.99º | 0.61% | 0.47% | - |
| HSV(B) | 306.99º | 0.76% | 0.76% | - |
| XYZ | 30.85 | 16.51 | 42.63 | - |
| YUV | 105.36 | 167.87 | 190.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 47 | 176 | 0 | 0.76 | 0.09 | 0.24 | 306.99 | 0.61 | 0.47 |
| Hex | C1 | 2F | B0 | 0 | 4C | 9 | 18 | 133 | 3D | 2F |
| Octal | 301 | 57 | 260 | 0 | 114 | 11 | 30 | 463 | 75 | 57 |
| Binary | 11000001 | 101111 | 10110000 | 0 | 1001100 | 1001 | 11000 | 100110011 | 111101 | 101111 |
Color Harmonies of #C12FB0
Complementary color
Monochromatic Colors of #C12FB0
Black with #C12FB0
Text Example
Text Example
White with #C12FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12FB0; }
p { color: rgb(193,47,176); }
H1.HeaderClassName
{
color: #C12FB0;
}
.AnyTagClassName
{
color: #C12FB0;
}
</style>
background-color css
<style>
a { background-color: #C12FB0; }
a { background-color: rgb(193,47,176); }
div.DivClassName
{
background-color: #C12FB0;
}
.BgClassName
{
background-color: #C12FB0;
}
</style>
border-color css
<style>
span { border-color: #C12FB0; }
span { border-color: rgb(193,47,176); }
td.TdClassName
{
border-color: #C12FB0;
}
.TagClassName
{
border-color: #C12FB0;
}
</style>