Shades of Fuchsia #C440C0
Tints of Fuchsia #C440C0
RGB
CMYK
RGB Variations
Color information
#C440C0 (or 0xC440C0) is known color: Fuchsia. HEX triplet: C4, 40 and C0. RGB value is (196,64,192). Sum of RGB (Red+Green+Blue) = 196+64+192=452 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.36% from 452); Green value is 64 (25.39% from 255 or 14.16% from 452); Blue value is 192 (75.39% from 255 or 42.48% from 452); Max value from RGB is 196 - color contains mainly: red. Hex color #C440C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C440C0 is #3BBF3F. Grayscale: #757575. Windows color (decimal): -3915584 or 12599492. OLE color: 12599492.
HSL color Cylindrical-coordinate representation of color #C440C0: hue angle of 301.82º 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 #C440C0 is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 64 | 192 | - |
| CMYK | 0 | 0.67 | 0.02 | 0.23 |
| HSL | 301.82º | 0.53% | 0.51% | - |
| HSV(B) | 301.82º | 0.67% | 0.77% | - |
| XYZ | 34.11 | 19.21 | 51.78 | - |
| YUV | 118.06 | 169.73 | 183.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 64 | 192 | 0 | 0.67 | 0.02 | 0.23 | 301.82 | 0.53 | 0.51 |
| Hex | C4 | 40 | C0 | 0 | 43 | 2 | 17 | 12E | 35 | 33 |
| Octal | 304 | 100 | 300 | 0 | 103 | 2 | 27 | 456 | 65 | 63 |
| Binary | 11000100 | 1000000 | 11000000 | 0 | 1000011 | 10 | 10111 | 100101110 | 110101 | 110011 |
Color Harmonies of #C440C0
Complementary color
Monochromatic Colors of #C440C0
Black with #C440C0
Text Example
Text Example
White with #C440C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C440C0; }
p { color: rgb(196,64,192); }
H1.HeaderClassName
{
color: #C440C0;
}
.AnyTagClassName
{
color: #C440C0;
}
</style>
background-color css
<style>
a { background-color: #C440C0; }
a { background-color: rgb(196,64,192); }
div.DivClassName
{
background-color: #C440C0;
}
.BgClassName
{
background-color: #C440C0;
}
</style>
border-color css
<style>
span { border-color: #C440C0; }
span { border-color: rgb(196,64,192); }
td.TdClassName
{
border-color: #C440C0;
}
.TagClassName
{
border-color: #C440C0;
}
</style>