Shades of Fuchsia #C04AA9
Tints of Fuchsia #C04AA9
RGB
CMYK
RGB Variations
Color information
#C04AA9 (or 0xC04AA9) is known color: Fuchsia. HEX triplet: C0, 4A and A9. RGB value is (192,74,169). Sum of RGB (Red+Green+Blue) = 192+74+169=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 74 (29.30% from 255 or 17.01% from 435); Blue value is 169 (66.41% from 255 or 38.85% from 435); Max value from RGB is 192 - color contains mainly: red. Hex color #C04AA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04AA9 is #3FB556. Grayscale: #777777. Windows color (decimal): -4175191 or 11094720. OLE color: 11094720.
HSL color Cylindrical-coordinate representation of color #C04AA9: hue angle of 311.69º 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 #C04AA9 is Cyan = 0, Magento = 0.61, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 74 | 169 | - |
| CMYK | 0 | 0.61 | 0.12 | 0.25 |
| HSL | 311.69º | 0.48% | 0.52% | - |
| HSV(B) | 311.69º | 0.61% | 0.75% | - |
| XYZ | 31.35 | 18.97 | 39.55 | - |
| YUV | 120.11 | 155.59 | 179.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 74 | 169 | 0 | 0.61 | 0.12 | 0.25 | 311.69 | 0.48 | 0.52 |
| Hex | C0 | 4A | A9 | 0 | 3D | C | 19 | 138 | 30 | 34 |
| Octal | 300 | 112 | 251 | 0 | 75 | 14 | 31 | 470 | 60 | 64 |
| Binary | 11000000 | 1001010 | 10101001 | 0 | 111101 | 1100 | 11001 | 100111000 | 110000 | 110100 |
Color Harmonies of #C04AA9
Complementary color
Monochromatic Colors of #C04AA9
Black with #C04AA9
Text Example
Text Example
White with #C04AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04AA9; }
p { color: rgb(192,74,169); }
H1.HeaderClassName
{
color: #C04AA9;
}
.AnyTagClassName
{
color: #C04AA9;
}
</style>
background-color css
<style>
a { background-color: #C04AA9; }
a { background-color: rgb(192,74,169); }
div.DivClassName
{
background-color: #C04AA9;
}
.BgClassName
{
background-color: #C04AA9;
}
</style>
border-color css
<style>
span { border-color: #C04AA9; }
span { border-color: rgb(192,74,169); }
td.TdClassName
{
border-color: #C04AA9;
}
.TagClassName
{
border-color: #C04AA9;
}
</style>