Shades of Fuchsia #C04DB8
Tints of Fuchsia #C04DB8
RGB
CMYK
RGB Variations
Color information
#C04DB8 (or 0xC04DB8) is known color: Fuchsia. HEX triplet: C0, 4D and B8. RGB value is (192,77,184). Sum of RGB (Red+Green+Blue) = 192+77+184=453 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.38% from 453); Green value is 77 (30.47% from 255 or 17.00% from 453); Blue value is 184 (72.27% from 255 or 40.62% from 453); Max value from RGB is 192 - color contains mainly: red. Hex color #C04DB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C04DB8 is #3FB247. Grayscale: #7B7B7B. Windows color (decimal): -4174408 or 12078528. OLE color: 12078528.
HSL color Cylindrical-coordinate representation of color #C04DB8: hue angle of 304.17º 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 #C04DB8 is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 77 | 184 | - |
| CMYK | 0 | 0.60 | 0.04 | 0.25 |
| HSL | 304.17º | 0.48% | 0.53% | - |
| HSV(B) | 304.17º | 0.6% | 0.75% | - |
| XYZ | 33.04 | 19.97 | 47.46 | - |
| YUV | 123.58 | 162.1 | 176.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 77 | 184 | 0 | 0.60 | 0.04 | 0.25 | 304.17 | 0.48 | 0.53 |
| Hex | C0 | 4D | B8 | 0 | 3C | 4 | 19 | 130 | 30 | 35 |
| Octal | 300 | 115 | 270 | 0 | 74 | 4 | 31 | 460 | 60 | 65 |
| Binary | 11000000 | 1001101 | 10111000 | 0 | 111100 | 100 | 11001 | 100110000 | 110000 | 110101 |
Color Harmonies of #C04DB8
Complementary color
Monochromatic Colors of #C04DB8
Black with #C04DB8
Text Example
Text Example
White with #C04DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04DB8; }
p { color: rgb(192,77,184); }
H1.HeaderClassName
{
color: #C04DB8;
}
.AnyTagClassName
{
color: #C04DB8;
}
</style>
background-color css
<style>
a { background-color: #C04DB8; }
a { background-color: rgb(192,77,184); }
div.DivClassName
{
background-color: #C04DB8;
}
.BgClassName
{
background-color: #C04DB8;
}
</style>
border-color css
<style>
span { border-color: #C04DB8; }
span { border-color: rgb(192,77,184); }
td.TdClassName
{
border-color: #C04DB8;
}
.TagClassName
{
border-color: #C04DB8;
}
</style>