Shades of Fuchsia #C44BA8
Tints of Fuchsia #C44BA8
RGB
CMYK
RGB Variations
Color information
#C44BA8 (or 0xC44BA8) is known color: Fuchsia. HEX triplet: C4, 4B and A8. RGB value is (196,75,168). Sum of RGB (Red+Green+Blue) = 196+75+168=439 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.65% from 439); Green value is 75 (29.69% from 255 or 17.08% from 439); Blue value is 168 (66.02% from 255 or 38.27% from 439); Max value from RGB is 196 - color contains mainly: red. Hex color #C44BA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C44BA8 is #3BB457. Grayscale: #797979. Windows color (decimal): -3912792 or 11029444. OLE color: 11029444.
HSL color Cylindrical-coordinate representation of color #C44BA8: hue angle of 313.88º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C44BA8 is Cyan = 0, Magento = 0.62, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 75 | 168 | - |
| CMYK | 0 | 0.62 | 0.14 | 0.23 |
| HSL | 313.88º | 0.51% | 0.53% | - |
| HSV(B) | 313.88º | 0.62% | 0.77% | - |
| XYZ | 32.35 | 19.6 | 39.12 | - |
| YUV | 121.78 | 154.09 | 180.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 75 | 168 | 0 | 0.62 | 0.14 | 0.23 | 313.88 | 0.51 | 0.53 |
| Hex | C4 | 4B | A8 | 0 | 3E | E | 17 | 13A | 33 | 35 |
| Octal | 304 | 113 | 250 | 0 | 76 | 16 | 27 | 472 | 63 | 65 |
| Binary | 11000100 | 1001011 | 10101000 | 0 | 111110 | 1110 | 10111 | 100111010 | 110011 | 110101 |
Color Harmonies of #C44BA8
Complementary color
Monochromatic Colors of #C44BA8
Black with #C44BA8
Text Example
Text Example
White with #C44BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44BA8; }
p { color: rgb(196,75,168); }
H1.HeaderClassName
{
color: #C44BA8;
}
.AnyTagClassName
{
color: #C44BA8;
}
</style>
background-color css
<style>
a { background-color: #C44BA8; }
a { background-color: rgb(196,75,168); }
div.DivClassName
{
background-color: #C44BA8;
}
.BgClassName
{
background-color: #C44BA8;
}
</style>
border-color css
<style>
span { border-color: #C44BA8; }
span { border-color: rgb(196,75,168); }
td.TdClassName
{
border-color: #C44BA8;
}
.TagClassName
{
border-color: #C44BA8;
}
</style>