Shades of Fuchsia #C04DAF
Tints of Fuchsia #C04DAF
RGB
CMYK
RGB Variations
Color information
#C04DAF (or 0xC04DAF) is known color: Fuchsia. HEX triplet: C0, 4D and AF. RGB value is (192,77,175). Sum of RGB (Red+Green+Blue) = 192+77+175=444 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.24% from 444); Green value is 77 (30.47% from 255 or 17.34% from 444); Blue value is 175 (68.75% from 255 or 39.41% from 444); Max value from RGB is 192 - color contains mainly: red. Hex color #C04DAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C04DAF is #3FB250. Grayscale: #7A7A7A. Windows color (decimal): -4174417 or 11488704. OLE color: 11488704.
HSL color Cylindrical-coordinate representation of color #C04DAF: hue angle of 308.87º 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 #C04DAF is Cyan = 0, Magento = 0.60, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 77 | 175 | - |
| CMYK | 0 | 0.60 | 0.09 | 0.25 |
| HSL | 308.87º | 0.48% | 0.53% | - |
| HSV(B) | 308.87º | 0.6% | 0.75% | - |
| XYZ | 32.13 | 19.61 | 42.65 | - |
| YUV | 122.56 | 157.6 | 177.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 77 | 175 | 0 | 0.60 | 0.09 | 0.25 | 308.87 | 0.48 | 0.53 |
| Hex | C0 | 4D | AF | 0 | 3C | 9 | 19 | 135 | 30 | 35 |
| Octal | 300 | 115 | 257 | 0 | 74 | 11 | 31 | 465 | 60 | 65 |
| Binary | 11000000 | 1001101 | 10101111 | 0 | 111100 | 1001 | 11001 | 100110101 | 110000 | 110101 |
Color Harmonies of #C04DAF
Complementary color
Monochromatic Colors of #C04DAF
Black with #C04DAF
Text Example
Text Example
White with #C04DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04DAF; }
p { color: rgb(192,77,175); }
H1.HeaderClassName
{
color: #C04DAF;
}
.AnyTagClassName
{
color: #C04DAF;
}
</style>
background-color css
<style>
a { background-color: #C04DAF; }
a { background-color: rgb(192,77,175); }
div.DivClassName
{
background-color: #C04DAF;
}
.BgClassName
{
background-color: #C04DAF;
}
</style>
border-color css
<style>
span { border-color: #C04DAF; }
span { border-color: rgb(192,77,175); }
td.TdClassName
{
border-color: #C04DAF;
}
.TagClassName
{
border-color: #C04DAF;
}
</style>