Shades of Fuchsia #C12BC1
Tints of Fuchsia #C12BC1
RGB
CMYK
RGB Variations
Color information
#C12BC1 (or 0xC12BC1) is known color: Fuchsia. HEX triplet: C1, 2B and C1. RGB value is (193,43,193). Sum of RGB (Red+Green+Blue) = 193+43+193=429 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.99% from 429); Green value is 43 (17.19% from 255 or 10.02% from 429); Blue value is 193 (75.78% from 255 or 44.99% from 429); Max value from RGB is 193 - color contains mainly: red, blue. Hex color #C12BC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12BC1 is #3ED43E. Grayscale: #686868. Windows color (decimal): -4117567 or 12659649. OLE color: 12659649.
HSL color Cylindrical-coordinate representation of color #C12BC1: hue angle of 300º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C12BC1 is Cyan = 0, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 43 | 193 | - |
| CMYK | 0 | 0.78 | 0 | 0.24 |
| HSL | 300º | 0.64% | 0.46% | - |
| HSV(B) | 300º | 0.78% | 0.76% | - |
| XYZ | 32.48 | 16.92 | 52.01 | - |
| YUV | 104.95 | 177.7 | 190.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 43 | 193 | 0 | 0.78 | 0 | 0.24 | 300 | 0.64 | 0.46 |
| Hex | C1 | 2B | C1 | 0 | 4E | 0 | 18 | 12C | 40 | 2E |
| Octal | 301 | 53 | 301 | 0 | 116 | 0 | 30 | 454 | 100 | 56 |
| Binary | 11000001 | 101011 | 11000001 | 0 | 1001110 | 0 | 11000 | 100101100 | 1000000 | 101110 |
Color Harmonies of #C12BC1
Complementary color
Monochromatic Colors of #C12BC1
Black with #C12BC1
Text Example
Text Example
White with #C12BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12BC1; }
p { color: rgb(193,43,193); }
H1.HeaderClassName
{
color: #C12BC1;
}
.AnyTagClassName
{
color: #C12BC1;
}
</style>
background-color css
<style>
a { background-color: #C12BC1; }
a { background-color: rgb(193,43,193); }
div.DivClassName
{
background-color: #C12BC1;
}
.BgClassName
{
background-color: #C12BC1;
}
</style>
border-color css
<style>
span { border-color: #C12BC1; }
span { border-color: rgb(193,43,193); }
td.TdClassName
{
border-color: #C12BC1;
}
.TagClassName
{
border-color: #C12BC1;
}
</style>