Shades of Fuchsia #C040BB
Tints of Fuchsia #C040BB
RGB
CMYK
RGB Variations
Color information
#C040BB (or 0xC040BB) is known color: Fuchsia. HEX triplet: C0, 40 and BB. RGB value is (192,64,187). Sum of RGB (Red+Green+Blue) = 192+64+187=443 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.34% from 443); Green value is 64 (25.39% from 255 or 14.45% from 443); Blue value is 187 (73.44% from 255 or 42.21% from 443); Max value from RGB is 192 - color contains mainly: red. Hex color #C040BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C040BB is #3FBF44. Grayscale: #737373. Windows color (decimal): -4177733 or 12271808. OLE color: 12271808.
HSL color Cylindrical-coordinate representation of color #C040BB: hue angle of 302.34º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C040BB is Cyan = 0, Magento = 0.67, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 64 | 187 | - |
| CMYK | 0 | 0.67 | 0.03 | 0.25 |
| HSL | 302.34º | 0.5% | 0.5% | - |
| HSV(B) | 302.34º | 0.67% | 0.75% | - |
| XYZ | 32.54 | 18.46 | 48.86 | - |
| YUV | 116.29 | 167.91 | 182 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 64 | 187 | 0 | 0.67 | 0.03 | 0.25 | 302.34 | 0.5 | 0.5 |
| Hex | C0 | 40 | BB | 0 | 43 | 3 | 19 | 12E | 32 | 32 |
| Octal | 300 | 100 | 273 | 0 | 103 | 3 | 31 | 456 | 62 | 62 |
| Binary | 11000000 | 1000000 | 10111011 | 0 | 1000011 | 11 | 11001 | 100101110 | 110010 | 110010 |
Color Harmonies of #C040BB
Complementary color
Monochromatic Colors of #C040BB
Black with #C040BB
Text Example
Text Example
White with #C040BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C040BB; }
p { color: rgb(192,64,187); }
H1.HeaderClassName
{
color: #C040BB;
}
.AnyTagClassName
{
color: #C040BB;
}
</style>
background-color css
<style>
a { background-color: #C040BB; }
a { background-color: rgb(192,64,187); }
div.DivClassName
{
background-color: #C040BB;
}
.BgClassName
{
background-color: #C040BB;
}
</style>
border-color css
<style>
span { border-color: #C040BB; }
span { border-color: rgb(192,64,187); }
td.TdClassName
{
border-color: #C040BB;
}
.TagClassName
{
border-color: #C040BB;
}
</style>