Shades of Fuchsia #C04AC5
Tints of Fuchsia #C04AC5
RGB
CMYK
RGB Variations
Color information
#C04AC5 (or 0xC04AC5) is known color: Fuchsia. HEX triplet: C0, 4A and C5. RGB value is (192,74,197). Sum of RGB (Red+Green+Blue) = 192+74+197=463 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.47% from 463); Green value is 74 (29.30% from 255 or 15.98% from 463); Blue value is 197 (77.34% from 255 or 42.55% from 463); Max value from RGB is 197 - color contains mainly: blue. Hex color #C04AC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C04AC5 is #3FB53A. Grayscale: #7A7A7A. Windows color (decimal): -4175163 or 12929728. OLE color: 12929728.
HSL color Cylindrical-coordinate representation of color #C04AC5: hue angle of 297.56º 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 #C04AC5 is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 74 | 197 | - |
| CMYK | 0.03 | 0.62 | 0 | 0.23 |
| HSL | 297.56º | 0.51% | 0.53% | - |
| HSV(B) | 297.56º | 0.62% | 0.77% | - |
| XYZ | 34.27 | 20.14 | 54.9 | - |
| YUV | 123.3 | 169.59 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 74 | 197 | 0.03 | 0.62 | 0 | 0.23 | 297.56 | 0.51 | 0.53 |
| Hex | C0 | 4A | C5 | 3 | 3E | 0 | 17 | 12A | 33 | 35 |
| Octal | 300 | 112 | 305 | 3 | 76 | 0 | 27 | 452 | 63 | 65 |
| Binary | 11000000 | 1001010 | 11000101 | 11 | 111110 | 0 | 10111 | 100101010 | 110011 | 110101 |
Color Harmonies of #C04AC5
Complementary color
Monochromatic Colors of #C04AC5
Black with #C04AC5
Text Example
Text Example
White with #C04AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04AC5; }
p { color: rgb(192,74,197); }
H1.HeaderClassName
{
color: #C04AC5;
}
.AnyTagClassName
{
color: #C04AC5;
}
</style>
background-color css
<style>
a { background-color: #C04AC5; }
a { background-color: rgb(192,74,197); }
div.DivClassName
{
background-color: #C04AC5;
}
.BgClassName
{
background-color: #C04AC5;
}
</style>
border-color css
<style>
span { border-color: #C04AC5; }
span { border-color: rgb(192,74,197); }
td.TdClassName
{
border-color: #C04AC5;
}
.TagClassName
{
border-color: #C04AC5;
}
</style>