Shades of Fuchsia #C043BB
Tints of Fuchsia #C043BB
RGB
CMYK
RGB Variations
Color information
#C043BB (or 0xC043BB) is known color: Fuchsia. HEX triplet: C0, 43 and BB. RGB value is (192,67,187). Sum of RGB (Red+Green+Blue) = 192+67+187=446 (59% of max value = 765). Red value is 192 (75.39% from 255 or 43.05% from 446); Green value is 67 (26.56% from 255 or 15.02% from 446); Blue value is 187 (73.44% from 255 or 41.93% from 446); Max value from RGB is 192 - color contains mainly: red. Hex color #C043BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C043BB is #3FBC44. Grayscale: #757575. Windows color (decimal): -4176965 or 12272576. OLE color: 12272576.
HSL color Cylindrical-coordinate representation of color #C043BB: hue angle of 302.4º 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 #C043BB is Cyan = 0, Magento = 0.65, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 67 | 187 | - |
| CMYK | 0 | 0.65 | 0.03 | 0.25 |
| HSL | 302.4º | 0.5% | 0.51% | - |
| HSV(B) | 302.4º | 0.65% | 0.75% | - |
| XYZ | 32.72 | 18.81 | 48.92 | - |
| YUV | 118.06 | 166.91 | 180.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 67 | 187 | 0 | 0.65 | 0.03 | 0.25 | 302.4 | 0.5 | 0.51 |
| Hex | C0 | 43 | BB | 0 | 41 | 3 | 19 | 12E | 32 | 33 |
| Octal | 300 | 103 | 273 | 0 | 101 | 3 | 31 | 456 | 62 | 63 |
| Binary | 11000000 | 1000011 | 10111011 | 0 | 1000001 | 11 | 11001 | 100101110 | 110010 | 110011 |
Color Harmonies of #C043BB
Complementary color
Monochromatic Colors of #C043BB
Black with #C043BB
Text Example
Text Example
White with #C043BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C043BB; }
p { color: rgb(192,67,187); }
H1.HeaderClassName
{
color: #C043BB;
}
.AnyTagClassName
{
color: #C043BB;
}
</style>
background-color css
<style>
a { background-color: #C043BB; }
a { background-color: rgb(192,67,187); }
div.DivClassName
{
background-color: #C043BB;
}
.BgClassName
{
background-color: #C043BB;
}
</style>
border-color css
<style>
span { border-color: #C043BB; }
span { border-color: rgb(192,67,187); }
td.TdClassName
{
border-color: #C043BB;
}
.TagClassName
{
border-color: #C043BB;
}
</style>