Shades of Fuchsia #C04CAA
Tints of Fuchsia #C04CAA
RGB
CMYK
RGB Variations
Color information
#C04CAA (or 0xC04CAA) is known color: Fuchsia. HEX triplet: C0, 4C and AA. RGB value is (192,76,170). Sum of RGB (Red+Green+Blue) = 192+76+170=438 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.84% from 438); Green value is 76 (30.08% from 255 or 17.35% from 438); Blue value is 170 (66.80% from 255 or 38.81% from 438); Max value from RGB is 192 - color contains mainly: red. Hex color #C04CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04CAA is #3FB355. Grayscale: #797979. Windows color (decimal): -4174678 or 11160768. OLE color: 11160768.
HSL color Cylindrical-coordinate representation of color #C04CAA: hue angle of 311.38º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C04CAA is Cyan = 0, Magento = 0.60, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 76 | 170 | - |
| CMYK | 0 | 0.60 | 0.11 | 0.25 |
| HSL | 311.38º | 0.48% | 0.53% | - |
| HSV(B) | 311.38º | 0.6% | 0.75% | - |
| XYZ | 31.58 | 19.28 | 40.09 | - |
| YUV | 121.4 | 155.43 | 178.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 76 | 170 | 0 | 0.60 | 0.11 | 0.25 | 311.38 | 0.48 | 0.53 |
| Hex | C0 | 4C | AA | 0 | 3C | B | 19 | 137 | 30 | 35 |
| Octal | 300 | 114 | 252 | 0 | 74 | 13 | 31 | 467 | 60 | 65 |
| Binary | 11000000 | 1001100 | 10101010 | 0 | 111100 | 1011 | 11001 | 100110111 | 110000 | 110101 |
Color Harmonies of #C04CAA
Complementary color
Monochromatic Colors of #C04CAA
Black with #C04CAA
Text Example
Text Example
White with #C04CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04CAA; }
p { color: rgb(192,76,170); }
H1.HeaderClassName
{
color: #C04CAA;
}
.AnyTagClassName
{
color: #C04CAA;
}
</style>
background-color css
<style>
a { background-color: #C04CAA; }
a { background-color: rgb(192,76,170); }
div.DivClassName
{
background-color: #C04CAA;
}
.BgClassName
{
background-color: #C04CAA;
}
</style>
border-color css
<style>
span { border-color: #C04CAA; }
span { border-color: rgb(192,76,170); }
td.TdClassName
{
border-color: #C04CAA;
}
.TagClassName
{
border-color: #C04CAA;
}
</style>