Shades of Fuchsia #C447A8
Tints of Fuchsia #C447A8
RGB
CMYK
RGB Variations
Color information
#C447A8 (or 0xC447A8) is known color: Fuchsia. HEX triplet: C4, 47 and A8. RGB value is (196,71,168). Sum of RGB (Red+Green+Blue) = 196+71+168=435 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.06% from 435); Green value is 71 (28.12% from 255 or 16.32% from 435); Blue value is 168 (66.02% from 255 or 38.62% from 435); Max value from RGB is 196 - color contains mainly: red. Hex color #C447A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C447A8 is #3BB857. Grayscale: #777777. Windows color (decimal): -3913816 or 11028420. OLE color: 11028420.
HSL color Cylindrical-coordinate representation of color #C447A8: hue angle of 313.44º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C447A8 is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 71 | 168 | - |
| CMYK | 0 | 0.64 | 0.14 | 0.23 |
| HSL | 313.44º | 0.51% | 0.52% | - |
| HSV(B) | 313.44º | 0.64% | 0.77% | - |
| XYZ | 32.09 | 19.07 | 39.04 | - |
| YUV | 119.43 | 155.41 | 182.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 71 | 168 | 0 | 0.64 | 0.14 | 0.23 | 313.44 | 0.51 | 0.52 |
| Hex | C4 | 47 | A8 | 0 | 40 | E | 17 | 139 | 33 | 34 |
| Octal | 304 | 107 | 250 | 0 | 100 | 16 | 27 | 471 | 63 | 64 |
| Binary | 11000100 | 1000111 | 10101000 | 0 | 1000000 | 1110 | 10111 | 100111001 | 110011 | 110100 |
Color Harmonies of #C447A8
Complementary color
Monochromatic Colors of #C447A8
Black with #C447A8
Text Example
Text Example
White with #C447A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C447A8; }
p { color: rgb(196,71,168); }
H1.HeaderClassName
{
color: #C447A8;
}
.AnyTagClassName
{
color: #C447A8;
}
</style>
background-color css
<style>
a { background-color: #C447A8; }
a { background-color: rgb(196,71,168); }
div.DivClassName
{
background-color: #C447A8;
}
.BgClassName
{
background-color: #C447A8;
}
</style>
border-color css
<style>
span { border-color: #C447A8; }
span { border-color: rgb(196,71,168); }
td.TdClassName
{
border-color: #C447A8;
}
.TagClassName
{
border-color: #C447A8;
}
</style>