Shades of Fuchsia #C04DB5
Tints of Fuchsia #C04DB5
RGB
CMYK
RGB Variations
Color information
#C04DB5 (or 0xC04DB5) is known color: Fuchsia. HEX triplet: C0, 4D and B5. RGB value is (192,77,181). Sum of RGB (Red+Green+Blue) = 192+77+181=450 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.67% from 450); Green value is 77 (30.47% from 255 or 17.11% from 450); Blue value is 181 (71.09% from 255 or 40.22% from 450); Max value from RGB is 192 - color contains mainly: red. Hex color #C04DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C04DB5 is #3FB24A. Grayscale: #7A7A7A. Windows color (decimal): -4174411 or 11881920. OLE color: 11881920.
HSL color Cylindrical-coordinate representation of color #C04DB5: hue angle of 305.74º 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 #C04DB5 is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 77 | 181 | - |
| CMYK | 0 | 0.60 | 0.06 | 0.25 |
| HSL | 305.74º | 0.48% | 0.53% | - |
| HSV(B) | 305.74º | 0.6% | 0.75% | - |
| XYZ | 32.73 | 19.85 | 45.82 | - |
| YUV | 123.24 | 160.6 | 177.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 77 | 181 | 0 | 0.60 | 0.06 | 0.25 | 305.74 | 0.48 | 0.53 |
| Hex | C0 | 4D | B5 | 0 | 3C | 6 | 19 | 132 | 30 | 35 |
| Octal | 300 | 115 | 265 | 0 | 74 | 6 | 31 | 462 | 60 | 65 |
| Binary | 11000000 | 1001101 | 10110101 | 0 | 111100 | 110 | 11001 | 100110010 | 110000 | 110101 |
Color Harmonies of #C04DB5
Complementary color
Monochromatic Colors of #C04DB5
Black with #C04DB5
Text Example
Text Example
White with #C04DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04DB5; }
p { color: rgb(192,77,181); }
H1.HeaderClassName
{
color: #C04DB5;
}
.AnyTagClassName
{
color: #C04DB5;
}
</style>
background-color css
<style>
a { background-color: #C04DB5; }
a { background-color: rgb(192,77,181); }
div.DivClassName
{
background-color: #C04DB5;
}
.BgClassName
{
background-color: #C04DB5;
}
</style>
border-color css
<style>
span { border-color: #C04DB5; }
span { border-color: rgb(192,77,181); }
td.TdClassName
{
border-color: #C04DB5;
}
.TagClassName
{
border-color: #C04DB5;
}
</style>