Shades of Fuchsia #C44DC8
Tints of Fuchsia #C44DC8
RGB
CMYK
RGB Variations
Color information
#C44DC8 (or 0xC44DC8) is known color: Fuchsia. HEX triplet: C4, 4D and C8. RGB value is (196,77,200). Sum of RGB (Red+Green+Blue) = 196+77+200=473 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.44% from 473); Green value is 77 (30.47% from 255 or 16.28% from 473); Blue value is 200 (78.52% from 255 or 42.28% from 473); Max value from RGB is 200 - color contains mainly: blue. Hex color #C44DC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C44DC8 is #3BB237. Grayscale: #7E7E7E. Windows color (decimal): -3912248 or 13127108. OLE color: 13127108.
HSL color Cylindrical-coordinate representation of color #C44DC8: hue angle of 298.05º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C44DC8 is Cyan = 0.02, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 196 | 77 | 200 | - |
| CMYK | 0.02 | 0.62 | 0 | 0.22 |
| HSL | 298.05º | 0.53% | 0.54% | - |
| HSV(B) | 298.05º | 0.62% | 0.78% | - |
| XYZ | 35.84 | 21.21 | 56.85 | - |
| YUV | 126.6 | 169.42 | 177.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 77 | 200 | 0.02 | 0.62 | 0 | 0.22 | 298.05 | 0.53 | 0.54 |
| Hex | C4 | 4D | C8 | 2 | 3E | 0 | 16 | 12A | 35 | 36 |
| Octal | 304 | 115 | 310 | 2 | 76 | 0 | 26 | 452 | 65 | 66 |
| Binary | 11000100 | 1001101 | 11001000 | 10 | 111110 | 0 | 10110 | 100101010 | 110101 | 110110 |
Color Harmonies of #C44DC8
Complementary color
Monochromatic Colors of #C44DC8
Black with #C44DC8
Text Example
Text Example
White with #C44DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44DC8; }
p { color: rgb(196,77,200); }
H1.HeaderClassName
{
color: #C44DC8;
}
.AnyTagClassName
{
color: #C44DC8;
}
</style>
background-color css
<style>
a { background-color: #C44DC8; }
a { background-color: rgb(196,77,200); }
div.DivClassName
{
background-color: #C44DC8;
}
.BgClassName
{
background-color: #C44DC8;
}
</style>
border-color css
<style>
span { border-color: #C44DC8; }
span { border-color: rgb(196,77,200); }
td.TdClassName
{
border-color: #C44DC8;
}
.TagClassName
{
border-color: #C44DC8;
}
</style>