Shades of Fuchsia #C440BE
Tints of Fuchsia #C440BE
RGB
CMYK
RGB Variations
Color information
#C440BE (or 0xC440BE) is known color: Fuchsia. HEX triplet: C4, 40 and BE. RGB value is (196,64,190). Sum of RGB (Red+Green+Blue) = 196+64+190=450 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.56% from 450); Green value is 64 (25.39% from 255 or 14.22% from 450); Blue value is 190 (74.61% from 255 or 42.22% from 450); Max value from RGB is 196 - color contains mainly: red. Hex color #C440BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C440BE is #3BBF41. Grayscale: #757575. Windows color (decimal): -3915586 or 12468420. OLE color: 12468420.
HSL color Cylindrical-coordinate representation of color #C440BE: hue angle of 302.73º 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 #C440BE is Cyan = 0, Magento = 0.67, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 64 | 190 | - |
| CMYK | 0 | 0.67 | 0.03 | 0.23 |
| HSL | 302.73º | 0.53% | 0.51% | - |
| HSV(B) | 302.73º | 0.67% | 0.77% | - |
| XYZ | 33.89 | 19.12 | 50.62 | - |
| YUV | 117.83 | 168.73 | 183.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 64 | 190 | 0 | 0.67 | 0.03 | 0.23 | 302.73 | 0.53 | 0.51 |
| Hex | C4 | 40 | BE | 0 | 43 | 3 | 17 | 12F | 35 | 33 |
| Octal | 304 | 100 | 276 | 0 | 103 | 3 | 27 | 457 | 65 | 63 |
| Binary | 11000100 | 1000000 | 10111110 | 0 | 1000011 | 11 | 10111 | 100101111 | 110101 | 110011 |
Color Harmonies of #C440BE
Complementary color
Monochromatic Colors of #C440BE
Black with #C440BE
Text Example
Text Example
White with #C440BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C440BE; }
p { color: rgb(196,64,190); }
H1.HeaderClassName
{
color: #C440BE;
}
.AnyTagClassName
{
color: #C440BE;
}
</style>
background-color css
<style>
a { background-color: #C440BE; }
a { background-color: rgb(196,64,190); }
div.DivClassName
{
background-color: #C440BE;
}
.BgClassName
{
background-color: #C440BE;
}
</style>
border-color css
<style>
span { border-color: #C440BE; }
span { border-color: rgb(196,64,190); }
td.TdClassName
{
border-color: #C440BE;
}
.TagClassName
{
border-color: #C440BE;
}
</style>