Shades of Fuchsia #C04FBA
Tints of Fuchsia #C04FBA
RGB
CMYK
RGB Variations
Color information
#C04FBA (or 0xC04FBA) is known color: Fuchsia. HEX triplet: C0, 4F and BA. RGB value is (192,79,186). Sum of RGB (Red+Green+Blue) = 192+79+186=457 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.01% from 457); Green value is 79 (31.25% from 255 or 17.29% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 192 - color contains mainly: red. Hex color #C04FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C04FBA is #3FB045. Grayscale: #7C7C7C. Windows color (decimal): -4173894 or 12210112. OLE color: 12210112.
HSL color Cylindrical-coordinate representation of color #C04FBA: hue angle of 303.19º 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 #C04FBA is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 79 | 186 | - |
| CMYK | 0 | 0.59 | 0.03 | 0.25 |
| HSL | 303.19º | 0.47% | 0.53% | - |
| HSV(B) | 303.19º | 0.59% | 0.75% | - |
| XYZ | 33.4 | 20.34 | 48.62 | - |
| YUV | 124.99 | 162.44 | 175.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 79 | 186 | 0 | 0.59 | 0.03 | 0.25 | 303.19 | 0.47 | 0.53 |
| Hex | C0 | 4F | BA | 0 | 3B | 3 | 19 | 12F | 2F | 35 |
| Octal | 300 | 117 | 272 | 0 | 73 | 3 | 31 | 457 | 57 | 65 |
| Binary | 11000000 | 1001111 | 10111010 | 0 | 111011 | 11 | 11001 | 100101111 | 101111 | 110101 |
Color Harmonies of #C04FBA
Complementary color
Monochromatic Colors of #C04FBA
Black with #C04FBA
Text Example
Text Example
White with #C04FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04FBA; }
p { color: rgb(192,79,186); }
H1.HeaderClassName
{
color: #C04FBA;
}
.AnyTagClassName
{
color: #C04FBA;
}
</style>
background-color css
<style>
a { background-color: #C04FBA; }
a { background-color: rgb(192,79,186); }
div.DivClassName
{
background-color: #C04FBA;
}
.BgClassName
{
background-color: #C04FBA;
}
</style>
border-color css
<style>
span { border-color: #C04FBA; }
span { border-color: rgb(192,79,186); }
td.TdClassName
{
border-color: #C04FBA;
}
.TagClassName
{
border-color: #C04FBA;
}
</style>