Shades of Fuchsia #C04CAF
Tints of Fuchsia #C04CAF
RGB
CMYK
RGB Variations
Color information
#C04CAF (or 0xC04CAF) is known color: Fuchsia. HEX triplet: C0, 4C and AF. RGB value is (192,76,175). Sum of RGB (Red+Green+Blue) = 192+76+175=443 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.34% from 443); Green value is 76 (30.08% from 255 or 17.16% from 443); Blue value is 175 (68.75% from 255 or 39.50% from 443); Max value from RGB is 192 - color contains mainly: red. Hex color #C04CAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04CAF is #3FB350. Grayscale: #797979. Windows color (decimal): -4174673 or 11488448. OLE color: 11488448.
HSL color Cylindrical-coordinate representation of color #C04CAF: hue angle of 308.79º 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 #C04CAF is Cyan = 0, Magento = 0.60, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 76 | 175 | - |
| CMYK | 0 | 0.60 | 0.09 | 0.25 |
| HSL | 308.79º | 0.48% | 0.53% | - |
| HSV(B) | 308.79º | 0.6% | 0.75% | - |
| XYZ | 32.06 | 19.47 | 42.63 | - |
| YUV | 121.97 | 157.93 | 177.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 76 | 175 | 0 | 0.60 | 0.09 | 0.25 | 308.79 | 0.48 | 0.53 |
| Hex | C0 | 4C | AF | 0 | 3C | 9 | 19 | 135 | 30 | 35 |
| Octal | 300 | 114 | 257 | 0 | 74 | 11 | 31 | 465 | 60 | 65 |
| Binary | 11000000 | 1001100 | 10101111 | 0 | 111100 | 1001 | 11001 | 100110101 | 110000 | 110101 |
Color Harmonies of #C04CAF
Complementary color
Monochromatic Colors of #C04CAF
Black with #C04CAF
Text Example
Text Example
White with #C04CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04CAF; }
p { color: rgb(192,76,175); }
H1.HeaderClassName
{
color: #C04CAF;
}
.AnyTagClassName
{
color: #C04CAF;
}
</style>
background-color css
<style>
a { background-color: #C04CAF; }
a { background-color: rgb(192,76,175); }
div.DivClassName
{
background-color: #C04CAF;
}
.BgClassName
{
background-color: #C04CAF;
}
</style>
border-color css
<style>
span { border-color: #C04CAF; }
span { border-color: rgb(192,76,175); }
td.TdClassName
{
border-color: #C04CAF;
}
.TagClassName
{
border-color: #C04CAF;
}
</style>