Shades of Fuchsia #C12BC4
Tints of Fuchsia #C12BC4
RGB
CMYK
RGB Variations
Color information
#C12BC4 (or 0xC12BC4) is known color: Fuchsia. HEX triplet: C1, 2B and C4. RGB value is (193,43,196). Sum of RGB (Red+Green+Blue) = 193+43+196=432 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.68% from 432); Green value is 43 (17.19% from 255 or 9.95% from 432); Blue value is 196 (76.95% from 255 or 45.37% from 432); Max value from RGB is 196 - color contains mainly: blue. Hex color #C12BC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12BC4 is #3ED43B. Grayscale: #686868. Windows color (decimal): -4117564 or 12856257. OLE color: 12856257.
HSL color Cylindrical-coordinate representation of color #C12BC4: hue angle of 298.82º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C12BC4 is Cyan = 0.02, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 193 | 43 | 196 | - |
| CMYK | 0.02 | 0.78 | 0 | 0.23 |
| HSL | 298.82º | 0.64% | 0.47% | - |
| HSV(B) | 298.82º | 0.78% | 0.77% | - |
| XYZ | 32.82 | 17.05 | 53.79 | - |
| YUV | 105.29 | 179.2 | 190.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 43 | 196 | 0.02 | 0.78 | 0 | 0.23 | 298.82 | 0.64 | 0.47 |
| Hex | C1 | 2B | C4 | 2 | 4E | 0 | 17 | 12B | 40 | 2F |
| Octal | 301 | 53 | 304 | 2 | 116 | 0 | 27 | 453 | 100 | 57 |
| Binary | 11000001 | 101011 | 11000100 | 10 | 1001110 | 0 | 10111 | 100101011 | 1000000 | 101111 |
Color Harmonies of #C12BC4
Complementary color
Monochromatic Colors of #C12BC4
Black with #C12BC4
Text Example
Text Example
White with #C12BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12BC4; }
p { color: rgb(193,43,196); }
H1.HeaderClassName
{
color: #C12BC4;
}
.AnyTagClassName
{
color: #C12BC4;
}
</style>
background-color css
<style>
a { background-color: #C12BC4; }
a { background-color: rgb(193,43,196); }
div.DivClassName
{
background-color: #C12BC4;
}
.BgClassName
{
background-color: #C12BC4;
}
</style>
border-color css
<style>
span { border-color: #C12BC4; }
span { border-color: rgb(193,43,196); }
td.TdClassName
{
border-color: #C12BC4;
}
.TagClassName
{
border-color: #C12BC4;
}
</style>