Shades of Fuchsia #C444A8
Tints of Fuchsia #C444A8
RGB
CMYK
RGB Variations
Color information
#C444A8 (or 0xC444A8) is known color: Fuchsia. HEX triplet: C4, 44 and A8. RGB value is (196,68,168). Sum of RGB (Red+Green+Blue) = 196+68+168=432 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.37% from 432); Green value is 68 (26.95% from 255 or 15.74% from 432); Blue value is 168 (66.02% from 255 or 38.89% from 432); Max value from RGB is 196 - color contains mainly: red. Hex color #C444A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C444A8 is #3BBB57. Grayscale: #757575. Windows color (decimal): -3914584 or 11027652. OLE color: 11027652.
HSL color Cylindrical-coordinate representation of color #C444A8: hue angle of 313.12º 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 #C444A8 is Cyan = 0, Magento = 0.65, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 68 | 168 | - |
| CMYK | 0 | 0.65 | 0.14 | 0.23 |
| HSL | 313.13º | 0.52% | 0.52% | - |
| HSV(B) | 313.13º | 0.65% | 0.77% | - |
| XYZ | 31.9 | 18.7 | 38.97 | - |
| YUV | 117.67 | 156.41 | 183.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 68 | 168 | 0 | 0.65 | 0.14 | 0.23 | 313.13 | 0.52 | 0.52 |
| Hex | C4 | 44 | A8 | 0 | 41 | E | 17 | 139 | 34 | 34 |
| Octal | 304 | 104 | 250 | 0 | 101 | 16 | 27 | 471 | 64 | 64 |
| Binary | 11000100 | 1000100 | 10101000 | 0 | 1000001 | 1110 | 10111 | 100111001 | 110100 | 110100 |
Color Harmonies of #C444A8
Complementary color
Monochromatic Colors of #C444A8
Black with #C444A8
Text Example
Text Example
White with #C444A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C444A8; }
p { color: rgb(196,68,168); }
H1.HeaderClassName
{
color: #C444A8;
}
.AnyTagClassName
{
color: #C444A8;
}
</style>
background-color css
<style>
a { background-color: #C444A8; }
a { background-color: rgb(196,68,168); }
div.DivClassName
{
background-color: #C444A8;
}
.BgClassName
{
background-color: #C444A8;
}
</style>
border-color css
<style>
span { border-color: #C444A8; }
span { border-color: rgb(196,68,168); }
td.TdClassName
{
border-color: #C444A8;
}
.TagClassName
{
border-color: #C444A8;
}
</style>