Shades of Fuchsia #C448AD
Tints of Fuchsia #C448AD
RGB
CMYK
RGB Variations
Color information
#C448AD (or 0xC448AD) is known color: Fuchsia. HEX triplet: C4, 48 and AD. RGB value is (196,72,173). Sum of RGB (Red+Green+Blue) = 196+72+173=441 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.44% from 441); Green value is 72 (28.52% from 255 or 16.33% from 441); Blue value is 173 (67.97% from 255 or 39.23% from 441); Max value from RGB is 196 - color contains mainly: red. Hex color #C448AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C448AD is #3BB752. Grayscale: #787878. Windows color (decimal): -3913555 or 11356356. OLE color: 11356356.
HSL color Cylindrical-coordinate representation of color #C448AD: hue angle of 311.13º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C448AD is Cyan = 0, Magento = 0.63, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 72 | 173 | - |
| CMYK | 0 | 0.63 | 0.12 | 0.23 |
| HSL | 311.13º | 0.51% | 0.53% | - |
| HSV(B) | 311.13º | 0.63% | 0.77% | - |
| XYZ | 32.63 | 19.39 | 41.56 | - |
| YUV | 120.59 | 157.58 | 181.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 72 | 173 | 0 | 0.63 | 0.12 | 0.23 | 311.13 | 0.51 | 0.53 |
| Hex | C4 | 48 | AD | 0 | 3F | C | 17 | 137 | 33 | 35 |
| Octal | 304 | 110 | 255 | 0 | 77 | 14 | 27 | 467 | 63 | 65 |
| Binary | 11000100 | 1001000 | 10101101 | 0 | 111111 | 1100 | 10111 | 100110111 | 110011 | 110101 |
Color Harmonies of #C448AD
Complementary color
Monochromatic Colors of #C448AD
Black with #C448AD
Text Example
Text Example
White with #C448AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C448AD; }
p { color: rgb(196,72,173); }
H1.HeaderClassName
{
color: #C448AD;
}
.AnyTagClassName
{
color: #C448AD;
}
</style>
background-color css
<style>
a { background-color: #C448AD; }
a { background-color: rgb(196,72,173); }
div.DivClassName
{
background-color: #C448AD;
}
.BgClassName
{
background-color: #C448AD;
}
</style>
border-color css
<style>
span { border-color: #C448AD; }
span { border-color: rgb(196,72,173); }
td.TdClassName
{
border-color: #C448AD;
}
.TagClassName
{
border-color: #C448AD;
}
</style>