Shades of Fuchsia #C12BC7
Tints of Fuchsia #C12BC7
RGB
CMYK
RGB Variations
Color information
#C12BC7 (or 0xC12BC7) is known color: Fuchsia. HEX triplet: C1, 2B and C7. RGB value is (193,43,199). Sum of RGB (Red+Green+Blue) = 193+43+199=435 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.37% from 435); Green value is 43 (17.19% from 255 or 9.89% from 435); Blue value is 199 (78.12% from 255 or 45.75% from 435); Max value from RGB is 199 - color contains mainly: blue. Hex color #C12BC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12BC7 is #3ED438. Grayscale: #696969. Windows color (decimal): -4117561 or 13052865. OLE color: 13052865.
HSL color Cylindrical-coordinate representation of color #C12BC7: hue angle of 297.69º 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 #C12BC7 is Cyan = 0.03, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 193 | 43 | 199 | - |
| CMYK | 0.03 | 0.78 | 0 | 0.22 |
| HSL | 297.69º | 0.64% | 0.47% | - |
| HSV(B) | 297.69º | 0.78% | 0.78% | - |
| XYZ | 33.17 | 17.19 | 55.6 | - |
| YUV | 105.63 | 180.7 | 190.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 43 | 199 | 0.03 | 0.78 | 0 | 0.22 | 297.69 | 0.64 | 0.47 |
| Hex | C1 | 2B | C7 | 3 | 4E | 0 | 16 | 12A | 40 | 2F |
| Octal | 301 | 53 | 307 | 3 | 116 | 0 | 26 | 452 | 100 | 57 |
| Binary | 11000001 | 101011 | 11000111 | 11 | 1001110 | 0 | 10110 | 100101010 | 1000000 | 101111 |
Color Harmonies of #C12BC7
Complementary color
Monochromatic Colors of #C12BC7
Black with #C12BC7
Text Example
Text Example
White with #C12BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12BC7; }
p { color: rgb(193,43,199); }
H1.HeaderClassName
{
color: #C12BC7;
}
.AnyTagClassName
{
color: #C12BC7;
}
</style>
background-color css
<style>
a { background-color: #C12BC7; }
a { background-color: rgb(193,43,199); }
div.DivClassName
{
background-color: #C12BC7;
}
.BgClassName
{
background-color: #C12BC7;
}
</style>
border-color css
<style>
span { border-color: #C12BC7; }
span { border-color: rgb(193,43,199); }
td.TdClassName
{
border-color: #C12BC7;
}
.TagClassName
{
border-color: #C12BC7;
}
</style>