Shades of Fuchsia #C043BF
Tints of Fuchsia #C043BF
RGB
CMYK
RGB Variations
Color information
#C043BF (or 0xC043BF) is known color: Fuchsia. HEX triplet: C0, 43 and BF. RGB value is (192,67,191). Sum of RGB (Red+Green+Blue) = 192+67+191=450 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.67% from 450); Green value is 67 (26.56% from 255 or 14.89% from 450); Blue value is 191 (75% from 255 or 42.44% from 450); Max value from RGB is 192 - color contains mainly: red. Hex color #C043BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C043BF is #3FBC40. Grayscale: #767676. Windows color (decimal): -4176961 or 12534720. OLE color: 12534720.
HSL color Cylindrical-coordinate representation of color #C043BF: hue angle of 300.48º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C043BF is Cyan = 0, Magento = 0.65, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 67 | 191 | - |
| CMYK | 0 | 0.65 | 0.01 | 0.25 |
| HSL | 300.48º | 0.5% | 0.51% | - |
| HSV(B) | 300.48º | 0.65% | 0.75% | - |
| XYZ | 33.15 | 18.98 | 51.21 | - |
| YUV | 118.51 | 168.91 | 180.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 67 | 191 | 0 | 0.65 | 0.01 | 0.25 | 300.48 | 0.5 | 0.51 |
| Hex | C0 | 43 | BF | 0 | 41 | 1 | 19 | 12C | 32 | 33 |
| Octal | 300 | 103 | 277 | 0 | 101 | 1 | 31 | 454 | 62 | 63 |
| Binary | 11000000 | 1000011 | 10111111 | 0 | 1000001 | 1 | 11001 | 100101100 | 110010 | 110011 |
Color Harmonies of #C043BF
Complementary color
Monochromatic Colors of #C043BF
Black with #C043BF
Text Example
Text Example
White with #C043BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C043BF; }
p { color: rgb(192,67,191); }
H1.HeaderClassName
{
color: #C043BF;
}
.AnyTagClassName
{
color: #C043BF;
}
</style>
background-color css
<style>
a { background-color: #C043BF; }
a { background-color: rgb(192,67,191); }
div.DivClassName
{
background-color: #C043BF;
}
.BgClassName
{
background-color: #C043BF;
}
</style>
border-color css
<style>
span { border-color: #C043BF; }
span { border-color: rgb(192,67,191); }
td.TdClassName
{
border-color: #C043BF;
}
.TagClassName
{
border-color: #C043BF;
}
</style>