Shades of Fuchsia #C04FB4
Tints of Fuchsia #C04FB4
RGB
CMYK
RGB Variations
Color information
#C04FB4 (or 0xC04FB4) is known color: Fuchsia. HEX triplet: C0, 4F and B4. RGB value is (192,79,180). Sum of RGB (Red+Green+Blue) = 192+79+180=451 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.57% from 451); Green value is 79 (31.25% from 255 or 17.52% from 451); Blue value is 180 (70.70% from 255 or 39.91% from 451); Max value from RGB is 192 - color contains mainly: red. Hex color #C04FB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C04FB4 is #3FB04B. Grayscale: #7C7C7C. Windows color (decimal): -4173900 or 11816896. OLE color: 11816896.
HSL color Cylindrical-coordinate representation of color #C04FB4: hue angle of 306.37º 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 #C04FB4 is Cyan = 0, Magento = 0.59, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 79 | 180 | - |
| CMYK | 0 | 0.59 | 0.06 | 0.25 |
| HSL | 306.37º | 0.47% | 0.53% | - |
| HSV(B) | 306.37º | 0.59% | 0.75% | - |
| XYZ | 32.77 | 20.09 | 45.33 | - |
| YUV | 124.3 | 159.44 | 176.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 79 | 180 | 0 | 0.59 | 0.06 | 0.25 | 306.37 | 0.47 | 0.53 |
| Hex | C0 | 4F | B4 | 0 | 3B | 6 | 19 | 132 | 2F | 35 |
| Octal | 300 | 117 | 264 | 0 | 73 | 6 | 31 | 462 | 57 | 65 |
| Binary | 11000000 | 1001111 | 10110100 | 0 | 111011 | 110 | 11001 | 100110010 | 101111 | 110101 |
Color Harmonies of #C04FB4
Complementary color
Monochromatic Colors of #C04FB4
Black with #C04FB4
Text Example
Text Example
White with #C04FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04FB4; }
p { color: rgb(192,79,180); }
H1.HeaderClassName
{
color: #C04FB4;
}
.AnyTagClassName
{
color: #C04FB4;
}
</style>
background-color css
<style>
a { background-color: #C04FB4; }
a { background-color: rgb(192,79,180); }
div.DivClassName
{
background-color: #C04FB4;
}
.BgClassName
{
background-color: #C04FB4;
}
</style>
border-color css
<style>
span { border-color: #C04FB4; }
span { border-color: rgb(192,79,180); }
td.TdClassName
{
border-color: #C04FB4;
}
.TagClassName
{
border-color: #C04FB4;
}
</style>