Shades of Fuchsia #C448AA
Tints of Fuchsia #C448AA
RGB
CMYK
RGB Variations
Color information
#C448AA (or 0xC448AA) is known color: Fuchsia. HEX triplet: C4, 48 and AA. RGB value is (196,72,170). Sum of RGB (Red+Green+Blue) = 196+72+170=438 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.75% from 438); Green value is 72 (28.52% from 255 or 16.44% from 438); Blue value is 170 (66.80% from 255 or 38.81% from 438); Max value from RGB is 196 - color contains mainly: red. Hex color #C448AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C448AA is #3BB755. Grayscale: #777777. Windows color (decimal): -3913558 or 11159748. OLE color: 11159748.
HSL color Cylindrical-coordinate representation of color #C448AA: hue angle of 312.58º 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 #C448AA is Cyan = 0, Magento = 0.63, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 72 | 170 | - |
| CMYK | 0 | 0.63 | 0.13 | 0.23 |
| HSL | 312.58º | 0.51% | 0.53% | - |
| HSV(B) | 312.58º | 0.63% | 0.77% | - |
| XYZ | 32.34 | 19.27 | 40.05 | - |
| YUV | 120.25 | 156.08 | 182.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 72 | 170 | 0 | 0.63 | 0.13 | 0.23 | 312.58 | 0.51 | 0.53 |
| Hex | C4 | 48 | AA | 0 | 3F | D | 17 | 139 | 33 | 35 |
| Octal | 304 | 110 | 252 | 0 | 77 | 15 | 27 | 471 | 63 | 65 |
| Binary | 11000100 | 1001000 | 10101010 | 0 | 111111 | 1101 | 10111 | 100111001 | 110011 | 110101 |
Color Harmonies of #C448AA
Complementary color
Monochromatic Colors of #C448AA
Black with #C448AA
Text Example
Text Example
White with #C448AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C448AA; }
p { color: rgb(196,72,170); }
H1.HeaderClassName
{
color: #C448AA;
}
.AnyTagClassName
{
color: #C448AA;
}
</style>
background-color css
<style>
a { background-color: #C448AA; }
a { background-color: rgb(196,72,170); }
div.DivClassName
{
background-color: #C448AA;
}
.BgClassName
{
background-color: #C448AA;
}
</style>
border-color css
<style>
span { border-color: #C448AA; }
span { border-color: rgb(196,72,170); }
td.TdClassName
{
border-color: #C448AA;
}
.TagClassName
{
border-color: #C448AA;
}
</style>