Shades of Fuchsia #C44FCD
Tints of Fuchsia #C44FCD
RGB
CMYK
RGB Variations
Color information
#C44FCD (or 0xC44FCD) is known color: Fuchsia. HEX triplet: C4, 4F and CD. RGB value is (196,79,205). Sum of RGB (Red+Green+Blue) = 196+79+205=480 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.83% from 480); Green value is 79 (31.25% from 255 or 16.46% from 480); Blue value is 205 (80.47% from 255 or 42.71% from 480); Max value from RGB is 205 - color contains mainly: blue. Hex color #C44FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C44FCD is #3BB032. Grayscale: #7F7F7F. Windows color (decimal): -3911731 or 13455300. OLE color: 13455300.
HSL color Cylindrical-coordinate representation of color #C44FCD: hue angle of 295.71º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C44FCD is Cyan = 0.04, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 79 | 205 | - |
| CMYK | 0.04 | 0.61 | 0 | 0.20 |
| HSL | 295.71º | 0.56% | 0.56% | - |
| HSV(B) | 295.71º | 0.61% | 0.8% | - |
| XYZ | 36.58 | 21.74 | 60.02 | - |
| YUV | 128.35 | 171.26 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 79 | 205 | 0.04 | 0.61 | 0 | 0.20 | 295.71 | 0.56 | 0.56 |
| Hex | C4 | 4F | CD | 4 | 3D | 0 | 14 | 128 | 38 | 38 |
| Octal | 304 | 117 | 315 | 4 | 75 | 0 | 24 | 450 | 70 | 70 |
| Binary | 11000100 | 1001111 | 11001101 | 100 | 111101 | 0 | 10100 | 100101000 | 111000 | 111000 |
Color Harmonies of #C44FCD
Complementary color
Monochromatic Colors of #C44FCD
Black with #C44FCD
Text Example
Text Example
White with #C44FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44FCD; }
p { color: rgb(196,79,205); }
H1.HeaderClassName
{
color: #C44FCD;
}
.AnyTagClassName
{
color: #C44FCD;
}
</style>
background-color css
<style>
a { background-color: #C44FCD; }
a { background-color: rgb(196,79,205); }
div.DivClassName
{
background-color: #C44FCD;
}
.BgClassName
{
background-color: #C44FCD;
}
</style>
border-color css
<style>
span { border-color: #C44FCD; }
span { border-color: rgb(196,79,205); }
td.TdClassName
{
border-color: #C44FCD;
}
.TagClassName
{
border-color: #C44FCD;
}
</style>