Shades of Fuchsia #C04FB0
Tints of Fuchsia #C04FB0
RGB
CMYK
RGB Variations
Color information
#C04FB0 (or 0xC04FB0) is known color: Fuchsia. HEX triplet: C0, 4F and B0. RGB value is (192,79,176). Sum of RGB (Red+Green+Blue) = 192+79+176=447 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.95% from 447); Green value is 79 (31.25% from 255 or 17.67% from 447); Blue value is 176 (69.14% from 255 or 39.37% from 447); Max value from RGB is 192 - color contains mainly: red. Hex color #C04FB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C04FB0 is #3FB04F. Grayscale: #7B7B7B. Windows color (decimal): -4173904 or 11554752. OLE color: 11554752.
HSL color Cylindrical-coordinate representation of color #C04FB0: hue angle of 308.5º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C04FB0 is Cyan = 0, Magento = 0.59, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 79 | 176 | - |
| CMYK | 0 | 0.59 | 0.08 | 0.25 |
| HSL | 308.5º | 0.47% | 0.53% | - |
| HSV(B) | 308.5º | 0.59% | 0.75% | - |
| XYZ | 32.37 | 19.93 | 43.22 | - |
| YUV | 123.85 | 157.44 | 176.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 79 | 176 | 0 | 0.59 | 0.08 | 0.25 | 308.5 | 0.47 | 0.53 |
| Hex | C0 | 4F | B0 | 0 | 3B | 8 | 19 | 134 | 2F | 35 |
| Octal | 300 | 117 | 260 | 0 | 73 | 10 | 31 | 464 | 57 | 65 |
| Binary | 11000000 | 1001111 | 10110000 | 0 | 111011 | 1000 | 11001 | 100110100 | 101111 | 110101 |
Color Harmonies of #C04FB0
Complementary color
Monochromatic Colors of #C04FB0
Black with #C04FB0
Text Example
Text Example
White with #C04FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04FB0; }
p { color: rgb(192,79,176); }
H1.HeaderClassName
{
color: #C04FB0;
}
.AnyTagClassName
{
color: #C04FB0;
}
</style>
background-color css
<style>
a { background-color: #C04FB0; }
a { background-color: rgb(192,79,176); }
div.DivClassName
{
background-color: #C04FB0;
}
.BgClassName
{
background-color: #C04FB0;
}
</style>
border-color css
<style>
span { border-color: #C04FB0; }
span { border-color: rgb(192,79,176); }
td.TdClassName
{
border-color: #C04FB0;
}
.TagClassName
{
border-color: #C04FB0;
}
</style>