Shades of Fuchsia #C44FCC
Tints of Fuchsia #C44FCC
RGB
CMYK
RGB Variations
Color information
#C44FCC (or 0xC44FCC) is known color: Fuchsia. HEX triplet: C4, 4F and CC. RGB value is (196,79,204). Sum of RGB (Red+Green+Blue) = 196+79+204=479 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.92% from 479); Green value is 79 (31.25% from 255 or 16.49% from 479); Blue value is 204 (80.08% from 255 or 42.59% from 479); Max value from RGB is 204 - color contains mainly: blue. Hex color #C44FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C44FCC is #3BB033. Grayscale: #7F7F7F. Windows color (decimal): -3911732 or 13389764. OLE color: 13389764.
HSL color Cylindrical-coordinate representation of color #C44FCC: hue angle of 296.16º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C44FCC is Cyan = 0.04, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 196 | 79 | 204 | - |
| CMYK | 0.04 | 0.61 | 0 | 0.2 |
| HSL | 296.16º | 0.55% | 0.55% | - |
| HSV(B) | 296.16º | 0.61% | 0.8% | - |
| XYZ | 36.46 | 21.69 | 59.39 | - |
| YUV | 128.23 | 170.76 | 176.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 79 | 204 | 0.04 | 0.61 | 0 | 0.2 | 296.16 | 0.55 | 0.55 |
| Hex | C4 | 4F | CC | 4 | 3D | 0 | 14 | 128 | 37 | 37 |
| Octal | 304 | 117 | 314 | 4 | 75 | 0 | 24 | 450 | 67 | 67 |
| Binary | 11000100 | 1001111 | 11001100 | 100 | 111101 | 0 | 10100 | 100101000 | 110111 | 110111 |
Color Harmonies of #C44FCC
Complementary color
Monochromatic Colors of #C44FCC
Black with #C44FCC
Text Example
Text Example
White with #C44FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44FCC; }
p { color: rgb(196,79,204); }
H1.HeaderClassName
{
color: #C44FCC;
}
.AnyTagClassName
{
color: #C44FCC;
}
</style>
background-color css
<style>
a { background-color: #C44FCC; }
a { background-color: rgb(196,79,204); }
div.DivClassName
{
background-color: #C44FCC;
}
.BgClassName
{
background-color: #C44FCC;
}
</style>
border-color css
<style>
span { border-color: #C44FCC; }
span { border-color: rgb(196,79,204); }
td.TdClassName
{
border-color: #C44FCC;
}
.TagClassName
{
border-color: #C44FCC;
}
</style>