Shades of Fuchsia #C04DBC
Tints of Fuchsia #C04DBC
RGB
CMYK
RGB Variations
Color information
#C04DBC (or 0xC04DBC) is known color: Fuchsia. HEX triplet: C0, 4D and BC. RGB value is (192,77,188). Sum of RGB (Red+Green+Blue) = 192+77+188=457 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.01% from 457); Green value is 77 (30.47% from 255 or 16.85% from 457); Blue value is 188 (73.83% from 255 or 41.14% from 457); Max value from RGB is 192 - color contains mainly: red. Hex color #C04DBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C04DBC is #3FB243. Grayscale: #7B7B7B. Windows color (decimal): -4174404 or 12340672. OLE color: 12340672.
HSL color Cylindrical-coordinate representation of color #C04DBC: hue angle of 302.09º 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 #C04DBC is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 77 | 188 | - |
| CMYK | 0 | 0.60 | 0.02 | 0.25 |
| HSL | 302.09º | 0.48% | 0.53% | - |
| HSV(B) | 302.09º | 0.6% | 0.75% | - |
| XYZ | 33.47 | 20.15 | 49.7 | - |
| YUV | 124.04 | 164.1 | 176.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 77 | 188 | 0 | 0.60 | 0.02 | 0.25 | 302.09 | 0.48 | 0.53 |
| Hex | C0 | 4D | BC | 0 | 3C | 2 | 19 | 12E | 30 | 35 |
| Octal | 300 | 115 | 274 | 0 | 74 | 2 | 31 | 456 | 60 | 65 |
| Binary | 11000000 | 1001101 | 10111100 | 0 | 111100 | 10 | 11001 | 100101110 | 110000 | 110101 |
Color Harmonies of #C04DBC
Complementary color
Monochromatic Colors of #C04DBC
Black with #C04DBC
Text Example
Text Example
White with #C04DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04DBC; }
p { color: rgb(192,77,188); }
H1.HeaderClassName
{
color: #C04DBC;
}
.AnyTagClassName
{
color: #C04DBC;
}
</style>
background-color css
<style>
a { background-color: #C04DBC; }
a { background-color: rgb(192,77,188); }
div.DivClassName
{
background-color: #C04DBC;
}
.BgClassName
{
background-color: #C04DBC;
}
</style>
border-color css
<style>
span { border-color: #C04DBC; }
span { border-color: rgb(192,77,188); }
td.TdClassName
{
border-color: #C04DBC;
}
.TagClassName
{
border-color: #C04DBC;
}
</style>