Shades of Fuchsia #C44FC1
Tints of Fuchsia #C44FC1
RGB
CMYK
RGB Variations
Color information
#C44FC1 (or 0xC44FC1) is known color: Fuchsia. HEX triplet: C4, 4F and C1. RGB value is (196,79,193). Sum of RGB (Red+Green+Blue) = 196+79+193=468 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.88% from 468); Green value is 79 (31.25% from 255 or 16.88% from 468); Blue value is 193 (75.78% from 255 or 41.24% from 468); Max value from RGB is 196 - color contains mainly: red. Hex color #C44FC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C44FC1 is #3BB03E. Grayscale: #7E7E7E. Windows color (decimal): -3911743 or 12668868. OLE color: 12668868.
HSL color Cylindrical-coordinate representation of color #C44FC1: hue angle of 301.54º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C44FC1 is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 79 | 193 | - |
| CMYK | 0 | 0.60 | 0.02 | 0.23 |
| HSL | 301.54º | 0.5% | 0.54% | - |
| HSV(B) | 301.54º | 0.6% | 0.77% | - |
| XYZ | 35.19 | 21.18 | 52.69 | - |
| YUV | 126.98 | 165.26 | 177.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 79 | 193 | 0 | 0.60 | 0.02 | 0.23 | 301.54 | 0.5 | 0.54 |
| Hex | C4 | 4F | C1 | 0 | 3C | 2 | 17 | 12E | 32 | 36 |
| Octal | 304 | 117 | 301 | 0 | 74 | 2 | 27 | 456 | 62 | 66 |
| Binary | 11000100 | 1001111 | 11000001 | 0 | 111100 | 10 | 10111 | 100101110 | 110010 | 110110 |
Color Harmonies of #C44FC1
Complementary color
Monochromatic Colors of #C44FC1
Black with #C44FC1
Text Example
Text Example
White with #C44FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44FC1; }
p { color: rgb(196,79,193); }
H1.HeaderClassName
{
color: #C44FC1;
}
.AnyTagClassName
{
color: #C44FC1;
}
</style>
background-color css
<style>
a { background-color: #C44FC1; }
a { background-color: rgb(196,79,193); }
div.DivClassName
{
background-color: #C44FC1;
}
.BgClassName
{
background-color: #C44FC1;
}
</style>
border-color css
<style>
span { border-color: #C44FC1; }
span { border-color: rgb(196,79,193); }
td.TdClassName
{
border-color: #C44FC1;
}
.TagClassName
{
border-color: #C44FC1;
}
</style>