Shades of Fuchsia #C054B2
Tints of Fuchsia #C054B2
RGB
CMYK
RGB Variations
Color information
#C054B2 (or 0xC054B2) is known color: Fuchsia. HEX triplet: C0, 54 and B2. RGB value is (192,84,178). Sum of RGB (Red+Green+Blue) = 192+84+178=454 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.29% from 454); Green value is 84 (33.20% from 255 or 18.50% from 454); Blue value is 178 (69.92% from 255 or 39.21% from 454); Max value from RGB is 192 - color contains mainly: red. Hex color #C054B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C054B2 is #3FAB4D. Grayscale: #7E7E7E. Windows color (decimal): -4172622 or 11687104. OLE color: 11687104.
HSL color Cylindrical-coordinate representation of color #C054B2: hue angle of 307.78º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C054B2 is Cyan = 0, Magento = 0.56, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 84 | 178 | - |
| CMYK | 0 | 0.56 | 0.07 | 0.25 |
| HSL | 307.78º | 0.46% | 0.54% | - |
| HSV(B) | 307.78º | 0.56% | 0.75% | - |
| XYZ | 32.94 | 20.76 | 44.39 | - |
| YUV | 127.01 | 156.78 | 174.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 84 | 178 | 0 | 0.56 | 0.07 | 0.25 | 307.78 | 0.46 | 0.54 |
| Hex | C0 | 54 | B2 | 0 | 38 | 7 | 19 | 134 | 2E | 36 |
| Octal | 300 | 124 | 262 | 0 | 70 | 7 | 31 | 464 | 56 | 66 |
| Binary | 11000000 | 1010100 | 10110010 | 0 | 111000 | 111 | 11001 | 100110100 | 101110 | 110110 |
Color Harmonies of #C054B2
Complementary color
Monochromatic Colors of #C054B2
Black with #C054B2
Text Example
Text Example
White with #C054B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C054B2; }
p { color: rgb(192,84,178); }
H1.HeaderClassName
{
color: #C054B2;
}
.AnyTagClassName
{
color: #C054B2;
}
</style>
background-color css
<style>
a { background-color: #C054B2; }
a { background-color: rgb(192,84,178); }
div.DivClassName
{
background-color: #C054B2;
}
.BgClassName
{
background-color: #C054B2;
}
</style>
border-color css
<style>
span { border-color: #C054B2; }
span { border-color: rgb(192,84,178); }
td.TdClassName
{
border-color: #C054B2;
}
.TagClassName
{
border-color: #C054B2;
}
</style>