Shades of Fuchsia #C44DCE
Tints of Fuchsia #C44DCE
RGB
CMYK
RGB Variations
Color information
#C44DCE (or 0xC44DCE) is known color: Fuchsia. HEX triplet: C4, 4D and CE. RGB value is (196,77,206). Sum of RGB (Red+Green+Blue) = 196+77+206=479 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.92% from 479); Green value is 77 (30.47% from 255 or 16.08% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 206 - color contains mainly: blue. Hex color #C44DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C44DCE is #3BB231. Grayscale: #7E7E7E. Windows color (decimal): -3912242 or 13520324. OLE color: 13520324.
HSL color Cylindrical-coordinate representation of color #C44DCE: hue angle of 295.35º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C44DCE is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 77 | 206 | - |
| CMYK | 0.05 | 0.63 | 0 | 0.19 |
| HSL | 295.35º | 0.57% | 0.55% | - |
| HSV(B) | 295.35º | 0.63% | 0.81% | - |
| XYZ | 36.56 | 21.5 | 60.62 | - |
| YUV | 127.29 | 172.42 | 177.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 77 | 206 | 0.05 | 0.63 | 0 | 0.19 | 295.35 | 0.57 | 0.55 |
| Hex | C4 | 4D | CE | 5 | 3F | 0 | 13 | 127 | 39 | 37 |
| Octal | 304 | 115 | 316 | 5 | 77 | 0 | 23 | 447 | 71 | 67 |
| Binary | 11000100 | 1001101 | 11001110 | 101 | 111111 | 0 | 10011 | 100100111 | 111001 | 110111 |
Color Harmonies of #C44DCE
Complementary color
Monochromatic Colors of #C44DCE
Black with #C44DCE
Text Example
Text Example
White with #C44DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44DCE; }
p { color: rgb(196,77,206); }
H1.HeaderClassName
{
color: #C44DCE;
}
.AnyTagClassName
{
color: #C44DCE;
}
</style>
background-color css
<style>
a { background-color: #C44DCE; }
a { background-color: rgb(196,77,206); }
div.DivClassName
{
background-color: #C44DCE;
}
.BgClassName
{
background-color: #C44DCE;
}
</style>
border-color css
<style>
span { border-color: #C44DCE; }
span { border-color: rgb(196,77,206); }
td.TdClassName
{
border-color: #C44DCE;
}
.TagClassName
{
border-color: #C44DCE;
}
</style>