Shades of Fuchsia #C12DBF
Tints of Fuchsia #C12DBF
RGB
CMYK
RGB Variations
Color information
#C12DBF (or 0xC12DBF) is known color: Fuchsia. HEX triplet: C1, 2D and BF. RGB value is (193,45,191). Sum of RGB (Red+Green+Blue) = 193+45+191=429 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.99% from 429); Green value is 45 (17.97% from 255 or 10.49% from 429); Blue value is 191 (75% from 255 or 44.52% from 429); Max value from RGB is 193 - color contains mainly: red. Hex color #C12DBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12DBF is #3ED240. Grayscale: #696969. Windows color (decimal): -4117057 or 12529089. OLE color: 12529089.
HSL color Cylindrical-coordinate representation of color #C12DBF: hue angle of 300.81º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C12DBF is Cyan = 0, Magento = 0.77, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 45 | 191 | - |
| CMYK | 0 | 0.77 | 0.01 | 0.24 |
| HSL | 300.81º | 0.62% | 0.47% | - |
| HSV(B) | 300.81º | 0.77% | 0.76% | - |
| XYZ | 32.33 | 16.98 | 50.86 | - |
| YUV | 105.9 | 176.03 | 190.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 45 | 191 | 0 | 0.77 | 0.01 | 0.24 | 300.81 | 0.62 | 0.47 |
| Hex | C1 | 2D | BF | 0 | 4D | 1 | 18 | 12D | 3E | 2F |
| Octal | 301 | 55 | 277 | 0 | 115 | 1 | 30 | 455 | 76 | 57 |
| Binary | 11000001 | 101101 | 10111111 | 0 | 1001101 | 1 | 11000 | 100101101 | 111110 | 101111 |
Color Harmonies of #C12DBF
Complementary color
Monochromatic Colors of #C12DBF
Black with #C12DBF
Text Example
Text Example
White with #C12DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12DBF; }
p { color: rgb(193,45,191); }
H1.HeaderClassName
{
color: #C12DBF;
}
.AnyTagClassName
{
color: #C12DBF;
}
</style>
background-color css
<style>
a { background-color: #C12DBF; }
a { background-color: rgb(193,45,191); }
div.DivClassName
{
background-color: #C12DBF;
}
.BgClassName
{
background-color: #C12DBF;
}
</style>
border-color css
<style>
span { border-color: #C12DBF; }
span { border-color: rgb(193,45,191); }
td.TdClassName
{
border-color: #C12DBF;
}
.TagClassName
{
border-color: #C12DBF;
}
</style>