Shades of Fuchsia #C054B1
Tints of Fuchsia #C054B1
RGB
CMYK
RGB Variations
Color information
#C054B1 (or 0xC054B1) is known color: Fuchsia. HEX triplet: C0, 54 and B1. RGB value is (192,84,177). Sum of RGB (Red+Green+Blue) = 192+84+177=453 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.38% from 453); Green value is 84 (33.20% from 255 or 18.54% from 453); Blue value is 177 (69.53% from 255 or 39.07% from 453); Max value from RGB is 192 - color contains mainly: red. Hex color #C054B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C054B1 is #3FAB4E. Grayscale: #7E7E7E. Windows color (decimal): -4172623 or 11621568. OLE color: 11621568.
HSL color Cylindrical-coordinate representation of color #C054B1: hue angle of 308.33º 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 #C054B1 is Cyan = 0, Magento = 0.56, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 84 | 177 | - |
| CMYK | 0 | 0.56 | 0.08 | 0.25 |
| HSL | 308.33º | 0.46% | 0.54% | - |
| HSV(B) | 308.33º | 0.56% | 0.75% | - |
| XYZ | 32.84 | 20.72 | 43.86 | - |
| YUV | 126.89 | 156.28 | 174.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 84 | 177 | 0 | 0.56 | 0.08 | 0.25 | 308.33 | 0.46 | 0.54 |
| Hex | C0 | 54 | B1 | 0 | 38 | 8 | 19 | 134 | 2E | 36 |
| Octal | 300 | 124 | 261 | 0 | 70 | 10 | 31 | 464 | 56 | 66 |
| Binary | 11000000 | 1010100 | 10110001 | 0 | 111000 | 1000 | 11001 | 100110100 | 101110 | 110110 |
Color Harmonies of #C054B1
Complementary color
Monochromatic Colors of #C054B1
Black with #C054B1
Text Example
Text Example
White with #C054B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C054B1; }
p { color: rgb(192,84,177); }
H1.HeaderClassName
{
color: #C054B1;
}
.AnyTagClassName
{
color: #C054B1;
}
</style>
background-color css
<style>
a { background-color: #C054B1; }
a { background-color: rgb(192,84,177); }
div.DivClassName
{
background-color: #C054B1;
}
.BgClassName
{
background-color: #C054B1;
}
</style>
border-color css
<style>
span { border-color: #C054B1; }
span { border-color: rgb(192,84,177); }
td.TdClassName
{
border-color: #C054B1;
}
.TagClassName
{
border-color: #C054B1;
}
</style>