Shades of Fuchsia #C440BF
Tints of Fuchsia #C440BF
RGB
CMYK
RGB Variations
Color information
#C440BF (or 0xC440BF) is known color: Fuchsia. HEX triplet: C4, 40 and BF. RGB value is (196,64,191). Sum of RGB (Red+Green+Blue) = 196+64+191=451 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.46% from 451); Green value is 64 (25.39% from 255 or 14.19% from 451); Blue value is 191 (75% from 255 or 42.35% from 451); Max value from RGB is 196 - color contains mainly: red. Hex color #C440BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C440BF is #3BBF40. Grayscale: #757575. Windows color (decimal): -3915585 or 12533956. OLE color: 12533956.
HSL color Cylindrical-coordinate representation of color #C440BF: hue angle of 302.27º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C440BF is Cyan = 0, Magento = 0.67, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 64 | 191 | - |
| CMYK | 0 | 0.67 | 0.03 | 0.23 |
| HSL | 302.27º | 0.53% | 0.51% | - |
| HSV(B) | 302.27º | 0.67% | 0.77% | - |
| XYZ | 34 | 19.16 | 51.2 | - |
| YUV | 117.95 | 169.23 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 64 | 191 | 0 | 0.67 | 0.03 | 0.23 | 302.27 | 0.53 | 0.51 |
| Hex | C4 | 40 | BF | 0 | 43 | 3 | 17 | 12E | 35 | 33 |
| Octal | 304 | 100 | 277 | 0 | 103 | 3 | 27 | 456 | 65 | 63 |
| Binary | 11000100 | 1000000 | 10111111 | 0 | 1000011 | 11 | 10111 | 100101110 | 110101 | 110011 |
Color Harmonies of #C440BF
Complementary color
Monochromatic Colors of #C440BF
Black with #C440BF
Text Example
Text Example
White with #C440BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C440BF; }
p { color: rgb(196,64,191); }
H1.HeaderClassName
{
color: #C440BF;
}
.AnyTagClassName
{
color: #C440BF;
}
</style>
background-color css
<style>
a { background-color: #C440BF; }
a { background-color: rgb(196,64,191); }
div.DivClassName
{
background-color: #C440BF;
}
.BgClassName
{
background-color: #C440BF;
}
</style>
border-color css
<style>
span { border-color: #C440BF; }
span { border-color: rgb(196,64,191); }
td.TdClassName
{
border-color: #C440BF;
}
.TagClassName
{
border-color: #C440BF;
}
</style>