Shades of Fuchsia #C04AB1
Tints of Fuchsia #C04AB1
RGB
CMYK
RGB Variations
Color information
#C04AB1 (or 0xC04AB1) is known color: Fuchsia. HEX triplet: C0, 4A and B1. RGB value is (192,74,177). Sum of RGB (Red+Green+Blue) = 192+74+177=443 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.34% from 443); Green value is 74 (29.30% from 255 or 16.70% from 443); Blue value is 177 (69.53% from 255 or 39.95% from 443); Max value from RGB is 192 - color contains mainly: red. Hex color #C04AB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04AB1 is #3FB54E. Grayscale: #787878. Windows color (decimal): -4175183 or 11619008. OLE color: 11619008.
HSL color Cylindrical-coordinate representation of color #C04AB1: hue angle of 307.63º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C04AB1 is Cyan = 0, Magento = 0.61, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 74 | 177 | - |
| CMYK | 0 | 0.61 | 0.08 | 0.25 |
| HSL | 307.63º | 0.48% | 0.52% | - |
| HSV(B) | 307.63º | 0.61% | 0.75% | - |
| XYZ | 32.12 | 19.28 | 43.62 | - |
| YUV | 121.02 | 159.59 | 178.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 74 | 177 | 0 | 0.61 | 0.08 | 0.25 | 307.63 | 0.48 | 0.52 |
| Hex | C0 | 4A | B1 | 0 | 3D | 8 | 19 | 134 | 30 | 34 |
| Octal | 300 | 112 | 261 | 0 | 75 | 10 | 31 | 464 | 60 | 64 |
| Binary | 11000000 | 1001010 | 10110001 | 0 | 111101 | 1000 | 11001 | 100110100 | 110000 | 110100 |
Color Harmonies of #C04AB1
Complementary color
Monochromatic Colors of #C04AB1
Black with #C04AB1
Text Example
Text Example
White with #C04AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04AB1; }
p { color: rgb(192,74,177); }
H1.HeaderClassName
{
color: #C04AB1;
}
.AnyTagClassName
{
color: #C04AB1;
}
</style>
background-color css
<style>
a { background-color: #C04AB1; }
a { background-color: rgb(192,74,177); }
div.DivClassName
{
background-color: #C04AB1;
}
.BgClassName
{
background-color: #C04AB1;
}
</style>
border-color css
<style>
span { border-color: #C04AB1; }
span { border-color: rgb(192,74,177); }
td.TdClassName
{
border-color: #C04AB1;
}
.TagClassName
{
border-color: #C04AB1;
}
</style>