Shades of Fuchsia #C04FB7
Tints of Fuchsia #C04FB7
RGB
CMYK
RGB Variations
Color information
#C04FB7 (or 0xC04FB7) is known color: Fuchsia. HEX triplet: C0, 4F and B7. RGB value is (192,79,183). Sum of RGB (Red+Green+Blue) = 192+79+183=454 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.29% from 454); Green value is 79 (31.25% from 255 or 17.40% from 454); Blue value is 183 (71.88% from 255 or 40.31% from 454); Max value from RGB is 192 - color contains mainly: red. Hex color #C04FB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C04FB7 is #3FB048. Grayscale: #7C7C7C. Windows color (decimal): -4173897 or 12013504. OLE color: 12013504.
HSL color Cylindrical-coordinate representation of color #C04FB7: hue angle of 304.78º 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 #C04FB7 is Cyan = 0, Magento = 0.59, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 79 | 183 | - |
| CMYK | 0 | 0.59 | 0.05 | 0.25 |
| HSL | 304.78º | 0.47% | 0.53% | - |
| HSV(B) | 304.78º | 0.59% | 0.75% | - |
| XYZ | 33.08 | 20.22 | 46.96 | - |
| YUV | 124.64 | 160.94 | 176.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 79 | 183 | 0 | 0.59 | 0.05 | 0.25 | 304.78 | 0.47 | 0.53 |
| Hex | C0 | 4F | B7 | 0 | 3B | 5 | 19 | 131 | 2F | 35 |
| Octal | 300 | 117 | 267 | 0 | 73 | 5 | 31 | 461 | 57 | 65 |
| Binary | 11000000 | 1001111 | 10110111 | 0 | 111011 | 101 | 11001 | 100110001 | 101111 | 110101 |
Color Harmonies of #C04FB7
Complementary color
Monochromatic Colors of #C04FB7
Black with #C04FB7
Text Example
Text Example
White with #C04FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04FB7; }
p { color: rgb(192,79,183); }
H1.HeaderClassName
{
color: #C04FB7;
}
.AnyTagClassName
{
color: #C04FB7;
}
</style>
background-color css
<style>
a { background-color: #C04FB7; }
a { background-color: rgb(192,79,183); }
div.DivClassName
{
background-color: #C04FB7;
}
.BgClassName
{
background-color: #C04FB7;
}
</style>
border-color css
<style>
span { border-color: #C04FB7; }
span { border-color: rgb(192,79,183); }
td.TdClassName
{
border-color: #C04FB7;
}
.TagClassName
{
border-color: #C04FB7;
}
</style>