Shades of Fuchsia #C04FB2
Tints of Fuchsia #C04FB2
RGB
CMYK
RGB Variations
Color information
#C04FB2 (or 0xC04FB2) is known color: Fuchsia. HEX triplet: C0, 4F and B2. RGB value is (192,79,178). Sum of RGB (Red+Green+Blue) = 192+79+178=449 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.76% from 449); Green value is 79 (31.25% from 255 or 17.59% from 449); Blue value is 178 (69.92% from 255 or 39.64% from 449); Max value from RGB is 192 - color contains mainly: red. Hex color #C04FB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C04FB2 is #3FB04D. Grayscale: #7B7B7B. Windows color (decimal): -4173902 or 11685824. OLE color: 11685824.
HSL color Cylindrical-coordinate representation of color #C04FB2: hue angle of 307.43º 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 #C04FB2 is Cyan = 0, Magento = 0.59, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 79 | 178 | - |
| CMYK | 0 | 0.59 | 0.07 | 0.25 |
| HSL | 307.43º | 0.47% | 0.53% | - |
| HSV(B) | 307.43º | 0.59% | 0.75% | - |
| XYZ | 32.57 | 20.01 | 44.27 | - |
| YUV | 124.07 | 158.44 | 176.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 79 | 178 | 0 | 0.59 | 0.07 | 0.25 | 307.43 | 0.47 | 0.53 |
| Hex | C0 | 4F | B2 | 0 | 3B | 7 | 19 | 133 | 2F | 35 |
| Octal | 300 | 117 | 262 | 0 | 73 | 7 | 31 | 463 | 57 | 65 |
| Binary | 11000000 | 1001111 | 10110010 | 0 | 111011 | 111 | 11001 | 100110011 | 101111 | 110101 |
Color Harmonies of #C04FB2
Complementary color
Monochromatic Colors of #C04FB2
Black with #C04FB2
Text Example
Text Example
White with #C04FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04FB2; }
p { color: rgb(192,79,178); }
H1.HeaderClassName
{
color: #C04FB2;
}
.AnyTagClassName
{
color: #C04FB2;
}
</style>
background-color css
<style>
a { background-color: #C04FB2; }
a { background-color: rgb(192,79,178); }
div.DivClassName
{
background-color: #C04FB2;
}
.BgClassName
{
background-color: #C04FB2;
}
</style>
border-color css
<style>
span { border-color: #C04FB2; }
span { border-color: rgb(192,79,178); }
td.TdClassName
{
border-color: #C04FB2;
}
.TagClassName
{
border-color: #C04FB2;
}
</style>