Shades of Fuchsia #C44FCE
Tints of Fuchsia #C44FCE
RGB
CMYK
RGB Variations
Color information
#C44FCE (or 0xC44FCE) is known color: Fuchsia. HEX triplet: C4, 4F and CE. RGB value is (196,79,206). Sum of RGB (Red+Green+Blue) = 196+79+206=481 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.75% from 481); Green value is 79 (31.25% from 255 or 16.42% from 481); Blue value is 206 (80.86% from 255 or 42.83% from 481); Max value from RGB is 206 - color contains mainly: blue. Hex color #C44FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C44FCE is #3BB031. Grayscale: #808080. Windows color (decimal): -3911730 or 13520836. OLE color: 13520836.
HSL color Cylindrical-coordinate representation of color #C44FCE: hue angle of 295.28º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C44FCE is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 79 | 206 | - |
| CMYK | 0.05 | 0.62 | 0 | 0.19 |
| HSL | 295.28º | 0.56% | 0.56% | - |
| HSV(B) | 295.28º | 0.62% | 0.81% | - |
| XYZ | 36.7 | 21.78 | 60.66 | - |
| YUV | 128.46 | 171.76 | 176.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 79 | 206 | 0.05 | 0.62 | 0 | 0.19 | 295.28 | 0.56 | 0.56 |
| Hex | C4 | 4F | CE | 5 | 3E | 0 | 13 | 127 | 38 | 38 |
| Octal | 304 | 117 | 316 | 5 | 76 | 0 | 23 | 447 | 70 | 70 |
| Binary | 11000100 | 1001111 | 11001110 | 101 | 111110 | 0 | 10011 | 100100111 | 111000 | 111000 |
Color Harmonies of #C44FCE
Complementary color
Monochromatic Colors of #C44FCE
Black with #C44FCE
Text Example
Text Example
White with #C44FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44FCE; }
p { color: rgb(196,79,206); }
H1.HeaderClassName
{
color: #C44FCE;
}
.AnyTagClassName
{
color: #C44FCE;
}
</style>
background-color css
<style>
a { background-color: #C44FCE; }
a { background-color: rgb(196,79,206); }
div.DivClassName
{
background-color: #C44FCE;
}
.BgClassName
{
background-color: #C44FCE;
}
</style>
border-color css
<style>
span { border-color: #C44FCE; }
span { border-color: rgb(196,79,206); }
td.TdClassName
{
border-color: #C44FCE;
}
.TagClassName
{
border-color: #C44FCE;
}
</style>