Shades of Fuchsia #C04DAB
Tints of Fuchsia #C04DAB
RGB
CMYK
RGB Variations
Color information
#C04DAB (or 0xC04DAB) is known color: Fuchsia. HEX triplet: C0, 4D and AB. RGB value is (192,77,171). Sum of RGB (Red+Green+Blue) = 192+77+171=440 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.64% from 440); Green value is 77 (30.47% from 255 or 17.5% from 440); Blue value is 171 (67.19% from 255 or 38.86% from 440); Max value from RGB is 192 - color contains mainly: red. Hex color #C04DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C04DAB is #3FB254. Grayscale: #797979. Windows color (decimal): -4174421 or 11226560. OLE color: 11226560.
HSL color Cylindrical-coordinate representation of color #C04DAB: hue angle of 310.96º 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 #C04DAB is Cyan = 0, Magento = 0.60, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 77 | 171 | - |
| CMYK | 0 | 0.60 | 0.11 | 0.25 |
| HSL | 310.96º | 0.48% | 0.53% | - |
| HSV(B) | 310.96º | 0.6% | 0.75% | - |
| XYZ | 31.74 | 19.45 | 40.61 | - |
| YUV | 122.1 | 155.6 | 177.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 77 | 171 | 0 | 0.60 | 0.11 | 0.25 | 310.96 | 0.48 | 0.53 |
| Hex | C0 | 4D | AB | 0 | 3C | B | 19 | 137 | 30 | 35 |
| Octal | 300 | 115 | 253 | 0 | 74 | 13 | 31 | 467 | 60 | 65 |
| Binary | 11000000 | 1001101 | 10101011 | 0 | 111100 | 1011 | 11001 | 100110111 | 110000 | 110101 |
Color Harmonies of #C04DAB
Complementary color
Monochromatic Colors of #C04DAB
Black with #C04DAB
Text Example
Text Example
White with #C04DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04DAB; }
p { color: rgb(192,77,171); }
H1.HeaderClassName
{
color: #C04DAB;
}
.AnyTagClassName
{
color: #C04DAB;
}
</style>
background-color css
<style>
a { background-color: #C04DAB; }
a { background-color: rgb(192,77,171); }
div.DivClassName
{
background-color: #C04DAB;
}
.BgClassName
{
background-color: #C04DAB;
}
</style>
border-color css
<style>
span { border-color: #C04DAB; }
span { border-color: rgb(192,77,171); }
td.TdClassName
{
border-color: #C04DAB;
}
.TagClassName
{
border-color: #C04DAB;
}
</style>