Shades of Fuchsia #C04DB6
Tints of Fuchsia #C04DB6
RGB
CMYK
RGB Variations
Color information
#C04DB6 (or 0xC04DB6) is known color: Fuchsia. HEX triplet: C0, 4D and B6. RGB value is (192,77,182). Sum of RGB (Red+Green+Blue) = 192+77+182=451 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.57% from 451); Green value is 77 (30.47% from 255 or 17.07% from 451); Blue value is 182 (71.48% from 255 or 40.35% from 451); Max value from RGB is 192 - color contains mainly: red. Hex color #C04DB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C04DB6 is #3FB249. Grayscale: #7B7B7B. Windows color (decimal): -4174410 or 11947456. OLE color: 11947456.
HSL color Cylindrical-coordinate representation of color #C04DB6: hue angle of 305.22º 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 #C04DB6 is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 77 | 182 | - |
| CMYK | 0 | 0.60 | 0.05 | 0.25 |
| HSL | 305.22º | 0.48% | 0.53% | - |
| HSV(B) | 305.22º | 0.6% | 0.75% | - |
| XYZ | 32.84 | 19.89 | 46.36 | - |
| YUV | 123.36 | 161.1 | 176.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 77 | 182 | 0 | 0.60 | 0.05 | 0.25 | 305.22 | 0.48 | 0.53 |
| Hex | C0 | 4D | B6 | 0 | 3C | 5 | 19 | 131 | 30 | 35 |
| Octal | 300 | 115 | 266 | 0 | 74 | 5 | 31 | 461 | 60 | 65 |
| Binary | 11000000 | 1001101 | 10110110 | 0 | 111100 | 101 | 11001 | 100110001 | 110000 | 110101 |
Color Harmonies of #C04DB6
Complementary color
Monochromatic Colors of #C04DB6
Black with #C04DB6
Text Example
Text Example
White with #C04DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04DB6; }
p { color: rgb(192,77,182); }
H1.HeaderClassName
{
color: #C04DB6;
}
.AnyTagClassName
{
color: #C04DB6;
}
</style>
background-color css
<style>
a { background-color: #C04DB6; }
a { background-color: rgb(192,77,182); }
div.DivClassName
{
background-color: #C04DB6;
}
.BgClassName
{
background-color: #C04DB6;
}
</style>
border-color css
<style>
span { border-color: #C04DB6; }
span { border-color: rgb(192,77,182); }
td.TdClassName
{
border-color: #C04DB6;
}
.TagClassName
{
border-color: #C04DB6;
}
</style>