Shades of Fuchsia #C054B6
Tints of Fuchsia #C054B6
RGB
CMYK
RGB Variations
Color information
#C054B6 (or 0xC054B6) is known color: Fuchsia. HEX triplet: C0, 54 and B6. RGB value is (192,84,182). Sum of RGB (Red+Green+Blue) = 192+84+182=458 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.92% from 458); Green value is 84 (33.20% from 255 or 18.34% from 458); Blue value is 182 (71.48% from 255 or 39.74% from 458); Max value from RGB is 192 - color contains mainly: red. Hex color #C054B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C054B6 is #3FAB49. Grayscale: #7F7F7F. Windows color (decimal): -4172618 or 11949248. OLE color: 11949248.
HSL color Cylindrical-coordinate representation of color #C054B6: hue angle of 305.56º 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 #C054B6 is Cyan = 0, Magento = 0.56, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 84 | 182 | - |
| CMYK | 0 | 0.56 | 0.05 | 0.25 |
| HSL | 305.56º | 0.46% | 0.54% | - |
| HSV(B) | 305.56º | 0.56% | 0.75% | - |
| XYZ | 33.35 | 20.92 | 46.54 | - |
| YUV | 127.46 | 158.78 | 174.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 84 | 182 | 0 | 0.56 | 0.05 | 0.25 | 305.56 | 0.46 | 0.54 |
| Hex | C0 | 54 | B6 | 0 | 38 | 5 | 19 | 132 | 2E | 36 |
| Octal | 300 | 124 | 266 | 0 | 70 | 5 | 31 | 462 | 56 | 66 |
| Binary | 11000000 | 1010100 | 10110110 | 0 | 111000 | 101 | 11001 | 100110010 | 101110 | 110110 |
Color Harmonies of #C054B6
Complementary color
Monochromatic Colors of #C054B6
Black with #C054B6
Text Example
Text Example
White with #C054B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C054B6; }
p { color: rgb(192,84,182); }
H1.HeaderClassName
{
color: #C054B6;
}
.AnyTagClassName
{
color: #C054B6;
}
</style>
background-color css
<style>
a { background-color: #C054B6; }
a { background-color: rgb(192,84,182); }
div.DivClassName
{
background-color: #C054B6;
}
.BgClassName
{
background-color: #C054B6;
}
</style>
border-color css
<style>
span { border-color: #C054B6; }
span { border-color: rgb(192,84,182); }
td.TdClassName
{
border-color: #C054B6;
}
.TagClassName
{
border-color: #C054B6;
}
</style>