Shades of Fuchsia #C04AAF
Tints of Fuchsia #C04AAF
RGB
CMYK
RGB Variations
Color information
#C04AAF (or 0xC04AAF) is known color: Fuchsia. HEX triplet: C0, 4A and AF. RGB value is (192,74,175). Sum of RGB (Red+Green+Blue) = 192+74+175=441 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.54% from 441); Green value is 74 (29.30% from 255 or 16.78% from 441); Blue value is 175 (68.75% from 255 or 39.68% from 441); Max value from RGB is 192 - color contains mainly: red. Hex color #C04AAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04AAF is #3FB550. Grayscale: #787878. Windows color (decimal): -4175185 or 11487936. OLE color: 11487936.
HSL color Cylindrical-coordinate representation of color #C04AAF: hue angle of 308.64º 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 #C04AAF is Cyan = 0, Magento = 0.61, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 74 | 175 | - |
| CMYK | 0 | 0.61 | 0.09 | 0.25 |
| HSL | 308.64º | 0.48% | 0.52% | - |
| HSV(B) | 308.64º | 0.61% | 0.75% | - |
| XYZ | 31.92 | 19.2 | 42.58 | - |
| YUV | 120.8 | 158.59 | 178.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 74 | 175 | 0 | 0.61 | 0.09 | 0.25 | 308.64 | 0.48 | 0.52 |
| Hex | C0 | 4A | AF | 0 | 3D | 9 | 19 | 135 | 30 | 34 |
| Octal | 300 | 112 | 257 | 0 | 75 | 11 | 31 | 465 | 60 | 64 |
| Binary | 11000000 | 1001010 | 10101111 | 0 | 111101 | 1001 | 11001 | 100110101 | 110000 | 110100 |
Color Harmonies of #C04AAF
Complementary color
Monochromatic Colors of #C04AAF
Black with #C04AAF
Text Example
Text Example
White with #C04AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04AAF; }
p { color: rgb(192,74,175); }
H1.HeaderClassName
{
color: #C04AAF;
}
.AnyTagClassName
{
color: #C04AAF;
}
</style>
background-color css
<style>
a { background-color: #C04AAF; }
a { background-color: rgb(192,74,175); }
div.DivClassName
{
background-color: #C04AAF;
}
.BgClassName
{
background-color: #C04AAF;
}
</style>
border-color css
<style>
span { border-color: #C04AAF; }
span { border-color: rgb(192,74,175); }
td.TdClassName
{
border-color: #C04AAF;
}
.TagClassName
{
border-color: #C04AAF;
}
</style>