Shades of Fuchsia #C12BC6
Tints of Fuchsia #C12BC6
RGB
CMYK
RGB Variations
Color information
#C12BC6 (or 0xC12BC6) is known color: Fuchsia. HEX triplet: C1, 2B and C6. RGB value is (193,43,198). Sum of RGB (Red+Green+Blue) = 193+43+198=434 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.47% from 434); Green value is 43 (17.19% from 255 or 9.91% from 434); Blue value is 198 (77.73% from 255 or 45.62% from 434); Max value from RGB is 198 - color contains mainly: blue. Hex color #C12BC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12BC6 is #3ED439. Grayscale: #696969. Windows color (decimal): -4117562 or 12987329. OLE color: 12987329.
HSL color Cylindrical-coordinate representation of color #C12BC6: hue angle of 298.06º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C12BC6 is Cyan = 0.03, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 193 | 43 | 198 | - |
| CMYK | 0.03 | 0.78 | 0 | 0.22 |
| HSL | 298.06º | 0.64% | 0.47% | - |
| HSV(B) | 298.06º | 0.78% | 0.78% | - |
| XYZ | 33.05 | 17.14 | 54.99 | - |
| YUV | 105.52 | 180.2 | 190.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 43 | 198 | 0.03 | 0.78 | 0 | 0.22 | 298.06 | 0.64 | 0.47 |
| Hex | C1 | 2B | C6 | 3 | 4E | 0 | 16 | 12A | 40 | 2F |
| Octal | 301 | 53 | 306 | 3 | 116 | 0 | 26 | 452 | 100 | 57 |
| Binary | 11000001 | 101011 | 11000110 | 11 | 1001110 | 0 | 10110 | 100101010 | 1000000 | 101111 |
Color Harmonies of #C12BC6
Complementary color
Monochromatic Colors of #C12BC6
Black with #C12BC6
Text Example
Text Example
White with #C12BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12BC6; }
p { color: rgb(193,43,198); }
H1.HeaderClassName
{
color: #C12BC6;
}
.AnyTagClassName
{
color: #C12BC6;
}
</style>
background-color css
<style>
a { background-color: #C12BC6; }
a { background-color: rgb(193,43,198); }
div.DivClassName
{
background-color: #C12BC6;
}
.BgClassName
{
background-color: #C12BC6;
}
</style>
border-color css
<style>
span { border-color: #C12BC6; }
span { border-color: rgb(193,43,198); }
td.TdClassName
{
border-color: #C12BC6;
}
.TagClassName
{
border-color: #C12BC6;
}
</style>