Shades of Fuchsia #C440C1
Tints of Fuchsia #C440C1
RGB
CMYK
RGB Variations
Color information
#C440C1 (or 0xC440C1) is known color: Fuchsia. HEX triplet: C4, 40 and C1. RGB value is (196,64,193). Sum of RGB (Red+Green+Blue) = 196+64+193=453 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.27% from 453); Green value is 64 (25.39% from 255 or 14.13% from 453); Blue value is 193 (75.78% from 255 or 42.60% from 453); Max value from RGB is 196 - color contains mainly: red. Hex color #C440C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C440C1 is #3BBF3E. Grayscale: #757575. Windows color (decimal): -3915583 or 12665028. OLE color: 12665028.
HSL color Cylindrical-coordinate representation of color #C440C1: hue angle of 301.36º 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 #C440C1 is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 64 | 193 | - |
| CMYK | 0 | 0.67 | 0.02 | 0.23 |
| HSL | 301.36º | 0.53% | 0.51% | - |
| HSV(B) | 301.36º | 0.67% | 0.77% | - |
| XYZ | 34.22 | 19.25 | 52.36 | - |
| YUV | 118.17 | 170.23 | 183.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 64 | 193 | 0 | 0.67 | 0.02 | 0.23 | 301.36 | 0.53 | 0.51 |
| Hex | C4 | 40 | C1 | 0 | 43 | 2 | 17 | 12D | 35 | 33 |
| Octal | 304 | 100 | 301 | 0 | 103 | 2 | 27 | 455 | 65 | 63 |
| Binary | 11000100 | 1000000 | 11000001 | 0 | 1000011 | 10 | 10111 | 100101101 | 110101 | 110011 |
Color Harmonies of #C440C1
Complementary color
Monochromatic Colors of #C440C1
Black with #C440C1
Text Example
Text Example
White with #C440C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C440C1; }
p { color: rgb(196,64,193); }
H1.HeaderClassName
{
color: #C440C1;
}
.AnyTagClassName
{
color: #C440C1;
}
</style>
background-color css
<style>
a { background-color: #C440C1; }
a { background-color: rgb(196,64,193); }
div.DivClassName
{
background-color: #C440C1;
}
.BgClassName
{
background-color: #C440C1;
}
</style>
border-color css
<style>
span { border-color: #C440C1; }
span { border-color: rgb(196,64,193); }
td.TdClassName
{
border-color: #C440C1;
}
.TagClassName
{
border-color: #C440C1;
}
</style>