Shades of Fuchsia #C04DB1
Tints of Fuchsia #C04DB1
RGB
CMYK
RGB Variations
Color information
#C04DB1 (or 0xC04DB1) is known color: Fuchsia. HEX triplet: C0, 4D and B1. RGB value is (192,77,177). Sum of RGB (Red+Green+Blue) = 192+77+177=446 (59% of max value = 765). Red value is 192 (75.39% from 255 or 43.05% from 446); Green value is 77 (30.47% from 255 or 17.26% from 446); Blue value is 177 (69.53% from 255 or 39.69% from 446); Max value from RGB is 192 - color contains mainly: red. Hex color #C04DB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C04DB1 is #3FB24E. Grayscale: #7A7A7A. Windows color (decimal): -4174415 or 11619776. OLE color: 11619776.
HSL color Cylindrical-coordinate representation of color #C04DB1: hue angle of 307.83º 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 #C04DB1 is Cyan = 0, Magento = 0.60, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 77 | 177 | - |
| CMYK | 0 | 0.60 | 0.08 | 0.25 |
| HSL | 307.83º | 0.48% | 0.53% | - |
| HSV(B) | 307.83º | 0.6% | 0.75% | - |
| XYZ | 32.33 | 19.69 | 43.69 | - |
| YUV | 122.79 | 158.6 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 77 | 177 | 0 | 0.60 | 0.08 | 0.25 | 307.83 | 0.48 | 0.53 |
| Hex | C0 | 4D | B1 | 0 | 3C | 8 | 19 | 134 | 30 | 35 |
| Octal | 300 | 115 | 261 | 0 | 74 | 10 | 31 | 464 | 60 | 65 |
| Binary | 11000000 | 1001101 | 10110001 | 0 | 111100 | 1000 | 11001 | 100110100 | 110000 | 110101 |
Color Harmonies of #C04DB1
Complementary color
Monochromatic Colors of #C04DB1
Black with #C04DB1
Text Example
Text Example
White with #C04DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04DB1; }
p { color: rgb(192,77,177); }
H1.HeaderClassName
{
color: #C04DB1;
}
.AnyTagClassName
{
color: #C04DB1;
}
</style>
background-color css
<style>
a { background-color: #C04DB1; }
a { background-color: rgb(192,77,177); }
div.DivClassName
{
background-color: #C04DB1;
}
.BgClassName
{
background-color: #C04DB1;
}
</style>
border-color css
<style>
span { border-color: #C04DB1; }
span { border-color: rgb(192,77,177); }
td.TdClassName
{
border-color: #C04DB1;
}
.TagClassName
{
border-color: #C04DB1;
}
</style>