Shades of Fuchsia #C444C0
Tints of Fuchsia #C444C0
RGB
CMYK
RGB Variations
Color information
#C444C0 (or 0xC444C0) is known color: Fuchsia. HEX triplet: C4, 44 and C0. RGB value is (196,68,192). Sum of RGB (Red+Green+Blue) = 196+68+192=456 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.98% from 456); Green value is 68 (26.95% from 255 or 14.91% from 456); Blue value is 192 (75.39% from 255 or 42.11% from 456); Max value from RGB is 196 - color contains mainly: red. Hex color #C444C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C444C0 is #3BBB3F. Grayscale: #787878. Windows color (decimal): -3914560 or 12600516. OLE color: 12600516.
HSL color Cylindrical-coordinate representation of color #C444C0: hue angle of 301.88º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C444C0 is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 68 | 192 | - |
| CMYK | 0 | 0.65 | 0.02 | 0.23 |
| HSL | 301.88º | 0.52% | 0.52% | - |
| HSV(B) | 301.88º | 0.65% | 0.77% | - |
| XYZ | 34.35 | 19.68 | 51.86 | - |
| YUV | 120.41 | 168.41 | 181.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 68 | 192 | 0 | 0.65 | 0.02 | 0.23 | 301.88 | 0.52 | 0.52 |
| Hex | C4 | 44 | C0 | 0 | 41 | 2 | 17 | 12E | 34 | 34 |
| Octal | 304 | 104 | 300 | 0 | 101 | 2 | 27 | 456 | 64 | 64 |
| Binary | 11000100 | 1000100 | 11000000 | 0 | 1000001 | 10 | 10111 | 100101110 | 110100 | 110100 |
Color Harmonies of #C444C0
Complementary color
Monochromatic Colors of #C444C0
Black with #C444C0
Text Example
Text Example
White with #C444C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C444C0; }
p { color: rgb(196,68,192); }
H1.HeaderClassName
{
color: #C444C0;
}
.AnyTagClassName
{
color: #C444C0;
}
</style>
background-color css
<style>
a { background-color: #C444C0; }
a { background-color: rgb(196,68,192); }
div.DivClassName
{
background-color: #C444C0;
}
.BgClassName
{
background-color: #C444C0;
}
</style>
border-color css
<style>
span { border-color: #C444C0; }
span { border-color: rgb(196,68,192); }
td.TdClassName
{
border-color: #C444C0;
}
.TagClassName
{
border-color: #C444C0;
}
</style>