Shades of Fuchsia #C12BC8
Tints of Fuchsia #C12BC8
RGB
CMYK
RGB Variations
Color information
#C12BC8 (or 0xC12BC8) is known color: Fuchsia. HEX triplet: C1, 2B and C8. RGB value is (193,43,200). Sum of RGB (Red+Green+Blue) = 193+43+200=436 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.27% from 436); Green value is 43 (17.19% from 255 or 9.86% from 436); Blue value is 200 (78.52% from 255 or 45.87% from 436); Max value from RGB is 200 - color contains mainly: blue. Hex color #C12BC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12BC8 is #3ED437. Grayscale: #696969. Windows color (decimal): -4117560 or 13118401. OLE color: 13118401.
HSL color Cylindrical-coordinate representation of color #C12BC8: hue angle of 297.32º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C12BC8 is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 193 | 43 | 200 | - |
| CMYK | 0.04 | 0.78 | 0 | 0.22 |
| HSL | 297.32º | 0.65% | 0.48% | - |
| HSV(B) | 297.32º | 0.79% | 0.78% | - |
| XYZ | 33.28 | 17.24 | 56.22 | - |
| YUV | 105.75 | 181.2 | 190.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 43 | 200 | 0.04 | 0.78 | 0 | 0.22 | 297.32 | 0.65 | 0.48 |
| Hex | C1 | 2B | C8 | 4 | 4E | 0 | 16 | 129 | 41 | 30 |
| Octal | 301 | 53 | 310 | 4 | 116 | 0 | 26 | 451 | 101 | 60 |
| Binary | 11000001 | 101011 | 11001000 | 100 | 1001110 | 0 | 10110 | 100101001 | 1000001 | 110000 |
Color Harmonies of #C12BC8
Complementary color
Monochromatic Colors of #C12BC8
Black with #C12BC8
Text Example
Text Example
White with #C12BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12BC8; }
p { color: rgb(193,43,200); }
H1.HeaderClassName
{
color: #C12BC8;
}
.AnyTagClassName
{
color: #C12BC8;
}
</style>
background-color css
<style>
a { background-color: #C12BC8; }
a { background-color: rgb(193,43,200); }
div.DivClassName
{
background-color: #C12BC8;
}
.BgClassName
{
background-color: #C12BC8;
}
</style>
border-color css
<style>
span { border-color: #C12BC8; }
span { border-color: rgb(193,43,200); }
td.TdClassName
{
border-color: #C12BC8;
}
.TagClassName
{
border-color: #C12BC8;
}
</style>