Shades of Fuchsia #C12FC8
Tints of Fuchsia #C12FC8
RGB
CMYK
RGB Variations
Color information
#C12FC8 (or 0xC12FC8) is known color: Fuchsia. HEX triplet: C1, 2F and C8. RGB value is (193,47,200). Sum of RGB (Red+Green+Blue) = 193+47+200=440 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.86% from 440); Green value is 47 (18.75% from 255 or 10.68% from 440); Blue value is 200 (78.52% from 255 or 45.45% from 440); Max value from RGB is 200 - color contains mainly: blue. Hex color #C12FC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12FC8 is #3ED037. Grayscale: #6B6B6B. Windows color (decimal): -4116536 or 13119425. OLE color: 13119425.
HSL color Cylindrical-coordinate representation of color #C12FC8: hue angle of 297.25º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C12FC8 is Cyan = 0.04, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 193 | 47 | 200 | - |
| CMYK | 0.04 | 0.76 | 0 | 0.22 |
| HSL | 297.25º | 0.62% | 0.48% | - |
| HSV(B) | 297.25º | 0.77% | 0.78% | - |
| XYZ | 33.43 | 17.54 | 56.27 | - |
| YUV | 108.1 | 179.87 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 47 | 200 | 0.04 | 0.76 | 0 | 0.22 | 297.25 | 0.62 | 0.48 |
| Hex | C1 | 2F | C8 | 4 | 4C | 0 | 16 | 129 | 3E | 30 |
| Octal | 301 | 57 | 310 | 4 | 114 | 0 | 26 | 451 | 76 | 60 |
| Binary | 11000001 | 101111 | 11001000 | 100 | 1001100 | 0 | 10110 | 100101001 | 111110 | 110000 |
Color Harmonies of #C12FC8
Complementary color
Monochromatic Colors of #C12FC8
Black with #C12FC8
Text Example
Text Example
White with #C12FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12FC8; }
p { color: rgb(193,47,200); }
H1.HeaderClassName
{
color: #C12FC8;
}
.AnyTagClassName
{
color: #C12FC8;
}
</style>
background-color css
<style>
a { background-color: #C12FC8; }
a { background-color: rgb(193,47,200); }
div.DivClassName
{
background-color: #C12FC8;
}
.BgClassName
{
background-color: #C12FC8;
}
</style>
border-color css
<style>
span { border-color: #C12FC8; }
span { border-color: rgb(193,47,200); }
td.TdClassName
{
border-color: #C12FC8;
}
.TagClassName
{
border-color: #C12FC8;
}
</style>