Shades of Fuchsia #C040BA
Tints of Fuchsia #C040BA
RGB
CMYK
RGB Variations
Color information
#C040BA (or 0xC040BA) is known color: Fuchsia. HEX triplet: C0, 40 and BA. RGB value is (192,64,186). Sum of RGB (Red+Green+Blue) = 192+64+186=442 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.44% from 442); Green value is 64 (25.39% from 255 or 14.48% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 192 - color contains mainly: red. Hex color #C040BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C040BA is #3FBF45. Grayscale: #737373. Windows color (decimal): -4177734 or 12206272. OLE color: 12206272.
HSL color Cylindrical-coordinate representation of color #C040BA: hue angle of 302.81º 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 #C040BA is Cyan = 0, Magento = 0.67, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 64 | 186 | - |
| CMYK | 0 | 0.67 | 0.03 | 0.25 |
| HSL | 302.81º | 0.5% | 0.5% | - |
| HSV(B) | 302.81º | 0.67% | 0.75% | - |
| XYZ | 32.43 | 18.42 | 48.3 | - |
| YUV | 116.18 | 167.41 | 182.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 64 | 186 | 0 | 0.67 | 0.03 | 0.25 | 302.81 | 0.5 | 0.5 |
| Hex | C0 | 40 | BA | 0 | 43 | 3 | 19 | 12F | 32 | 32 |
| Octal | 300 | 100 | 272 | 0 | 103 | 3 | 31 | 457 | 62 | 62 |
| Binary | 11000000 | 1000000 | 10111010 | 0 | 1000011 | 11 | 11001 | 100101111 | 110010 | 110010 |
Color Harmonies of #C040BA
Complementary color
Monochromatic Colors of #C040BA
Black with #C040BA
Text Example
Text Example
White with #C040BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C040BA; }
p { color: rgb(192,64,186); }
H1.HeaderClassName
{
color: #C040BA;
}
.AnyTagClassName
{
color: #C040BA;
}
</style>
background-color css
<style>
a { background-color: #C040BA; }
a { background-color: rgb(192,64,186); }
div.DivClassName
{
background-color: #C040BA;
}
.BgClassName
{
background-color: #C040BA;
}
</style>
border-color css
<style>
span { border-color: #C040BA; }
span { border-color: rgb(192,64,186); }
td.TdClassName
{
border-color: #C040BA;
}
.TagClassName
{
border-color: #C040BA;
}
</style>