Shades of Fuchsia #C44DCD
Tints of Fuchsia #C44DCD
RGB
CMYK
RGB Variations
Color information
#C44DCD (or 0xC44DCD) is known color: Fuchsia. HEX triplet: C4, 4D and CD. RGB value is (196,77,205). Sum of RGB (Red+Green+Blue) = 196+77+205=478 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.00% from 478); Green value is 77 (30.47% from 255 or 16.11% from 478); Blue value is 205 (80.47% from 255 or 42.89% from 478); Max value from RGB is 205 - color contains mainly: blue. Hex color #C44DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C44DCD is #3BB232. Grayscale: #7E7E7E. Windows color (decimal): -3912243 or 13454788. OLE color: 13454788.
HSL color Cylindrical-coordinate representation of color #C44DCD: hue angle of 295.78º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C44DCD is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 77 | 205 | - |
| CMYK | 0.04 | 0.62 | 0 | 0.20 |
| HSL | 295.78º | 0.56% | 0.55% | - |
| HSV(B) | 295.78º | 0.62% | 0.8% | - |
| XYZ | 36.44 | 21.45 | 59.98 | - |
| YUV | 127.17 | 171.92 | 177.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 77 | 205 | 0.04 | 0.62 | 0 | 0.20 | 295.78 | 0.56 | 0.55 |
| Hex | C4 | 4D | CD | 4 | 3E | 0 | 14 | 128 | 38 | 37 |
| Octal | 304 | 115 | 315 | 4 | 76 | 0 | 24 | 450 | 70 | 67 |
| Binary | 11000100 | 1001101 | 11001101 | 100 | 111110 | 0 | 10100 | 100101000 | 111000 | 110111 |
Color Harmonies of #C44DCD
Complementary color
Monochromatic Colors of #C44DCD
Black with #C44DCD
Text Example
Text Example
White with #C44DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44DCD; }
p { color: rgb(196,77,205); }
H1.HeaderClassName
{
color: #C44DCD;
}
.AnyTagClassName
{
color: #C44DCD;
}
</style>
background-color css
<style>
a { background-color: #C44DCD; }
a { background-color: rgb(196,77,205); }
div.DivClassName
{
background-color: #C44DCD;
}
.BgClassName
{
background-color: #C44DCD;
}
</style>
border-color css
<style>
span { border-color: #C44DCD; }
span { border-color: rgb(196,77,205); }
td.TdClassName
{
border-color: #C44DCD;
}
.TagClassName
{
border-color: #C44DCD;
}
</style>