Shades of Fuchsia #C04AC8
Tints of Fuchsia #C04AC8
RGB
CMYK
RGB Variations
Color information
#C04AC8 (or 0xC04AC8) is known color: Fuchsia. HEX triplet: C0, 4A and C8. RGB value is (192,74,200). Sum of RGB (Red+Green+Blue) = 192+74+200=466 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.20% from 466); Green value is 74 (29.30% from 255 or 15.88% from 466); Blue value is 200 (78.52% from 255 or 42.92% from 466); Max value from RGB is 200 - color contains mainly: blue. Hex color #C04AC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C04AC8 is #3FB537. Grayscale: #7B7B7B. Windows color (decimal): -4175160 or 13126336. OLE color: 13126336.
HSL color Cylindrical-coordinate representation of color #C04AC8: hue angle of 296.19º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C04AC8 is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 74 | 200 | - |
| CMYK | 0.04 | 0.63 | 0 | 0.22 |
| HSL | 296.19º | 0.53% | 0.54% | - |
| HSV(B) | 296.19º | 0.63% | 0.78% | - |
| XYZ | 34.61 | 20.27 | 56.73 | - |
| YUV | 123.65 | 171.09 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 74 | 200 | 0.04 | 0.63 | 0 | 0.22 | 296.19 | 0.53 | 0.54 |
| Hex | C0 | 4A | C8 | 4 | 3F | 0 | 16 | 128 | 35 | 36 |
| Octal | 300 | 112 | 310 | 4 | 77 | 0 | 26 | 450 | 65 | 66 |
| Binary | 11000000 | 1001010 | 11001000 | 100 | 111111 | 0 | 10110 | 100101000 | 110101 | 110110 |
Color Harmonies of #C04AC8
Complementary color
Monochromatic Colors of #C04AC8
Black with #C04AC8
Text Example
Text Example
White with #C04AC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04AC8; }
p { color: rgb(192,74,200); }
H1.HeaderClassName
{
color: #C04AC8;
}
.AnyTagClassName
{
color: #C04AC8;
}
</style>
background-color css
<style>
a { background-color: #C04AC8; }
a { background-color: rgb(192,74,200); }
div.DivClassName
{
background-color: #C04AC8;
}
.BgClassName
{
background-color: #C04AC8;
}
</style>
border-color css
<style>
span { border-color: #C04AC8; }
span { border-color: rgb(192,74,200); }
td.TdClassName
{
border-color: #C04AC8;
}
.TagClassName
{
border-color: #C04AC8;
}
</style>