Shades of Fuchsia #C04FBC
Tints of Fuchsia #C04FBC
RGB
CMYK
RGB Variations
Color information
#C04FBC (or 0xC04FBC) is known color: Fuchsia. HEX triplet: C0, 4F and BC. RGB value is (192,79,188). Sum of RGB (Red+Green+Blue) = 192+79+188=459 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.83% from 459); Green value is 79 (31.25% from 255 or 17.21% from 459); Blue value is 188 (73.83% from 255 or 40.96% from 459); Max value from RGB is 192 - color contains mainly: red. Hex color #C04FBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C04FBC is #3FB043. Grayscale: #7C7C7C. Windows color (decimal): -4173892 or 12341184. OLE color: 12341184.
HSL color Cylindrical-coordinate representation of color #C04FBC: hue angle of 302.12º 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 #C04FBC is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 79 | 188 | - |
| CMYK | 0 | 0.59 | 0.02 | 0.25 |
| HSL | 302.12º | 0.47% | 0.53% | - |
| HSV(B) | 302.12º | 0.59% | 0.75% | - |
| XYZ | 33.61 | 20.43 | 49.75 | - |
| YUV | 125.21 | 163.44 | 175.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 79 | 188 | 0 | 0.59 | 0.02 | 0.25 | 302.12 | 0.47 | 0.53 |
| Hex | C0 | 4F | BC | 0 | 3B | 2 | 19 | 12E | 2F | 35 |
| Octal | 300 | 117 | 274 | 0 | 73 | 2 | 31 | 456 | 57 | 65 |
| Binary | 11000000 | 1001111 | 10111100 | 0 | 111011 | 10 | 11001 | 100101110 | 101111 | 110101 |
Color Harmonies of #C04FBC
Complementary color
Monochromatic Colors of #C04FBC
Black with #C04FBC
Text Example
Text Example
White with #C04FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04FBC; }
p { color: rgb(192,79,188); }
H1.HeaderClassName
{
color: #C04FBC;
}
.AnyTagClassName
{
color: #C04FBC;
}
</style>
background-color css
<style>
a { background-color: #C04FBC; }
a { background-color: rgb(192,79,188); }
div.DivClassName
{
background-color: #C04FBC;
}
.BgClassName
{
background-color: #C04FBC;
}
</style>
border-color css
<style>
span { border-color: #C04FBC; }
span { border-color: rgb(192,79,188); }
td.TdClassName
{
border-color: #C04FBC;
}
.TagClassName
{
border-color: #C04FBC;
}
</style>