Shades of Fuchsia #C055BA
Tints of Fuchsia #C055BA
RGB
CMYK
RGB Variations
Color information
#C055BA (or 0xC055BA) is known color: Fuchsia. HEX triplet: C0, 55 and BA. RGB value is (192,85,186). Sum of RGB (Red+Green+Blue) = 192+85+186=463 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.47% from 463); Green value is 85 (33.59% from 255 or 18.36% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 192 - color contains mainly: red. Hex color #C055BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C055BA is #3FAA45. Grayscale: #808080. Windows color (decimal): -4172358 or 12211648. OLE color: 12211648.
HSL color Cylindrical-coordinate representation of color #C055BA: hue angle of 303.36º 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 #C055BA is Cyan = 0, Magento = 0.56, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 85 | 186 | - |
| CMYK | 0 | 0.56 | 0.03 | 0.25 |
| HSL | 303.36º | 0.46% | 0.54% | - |
| HSV(B) | 303.36º | 0.56% | 0.75% | - |
| XYZ | 33.85 | 21.25 | 48.77 | - |
| YUV | 128.51 | 160.45 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 85 | 186 | 0 | 0.56 | 0.03 | 0.25 | 303.36 | 0.46 | 0.54 |
| Hex | C0 | 55 | BA | 0 | 38 | 3 | 19 | 12F | 2E | 36 |
| Octal | 300 | 125 | 272 | 0 | 70 | 3 | 31 | 457 | 56 | 66 |
| Binary | 11000000 | 1010101 | 10111010 | 0 | 111000 | 11 | 11001 | 100101111 | 101110 | 110110 |
Color Harmonies of #C055BA
Complementary color
Monochromatic Colors of #C055BA
Black with #C055BA
Text Example
Text Example
White with #C055BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C055BA; }
p { color: rgb(192,85,186); }
H1.HeaderClassName
{
color: #C055BA;
}
.AnyTagClassName
{
color: #C055BA;
}
</style>
background-color css
<style>
a { background-color: #C055BA; }
a { background-color: rgb(192,85,186); }
div.DivClassName
{
background-color: #C055BA;
}
.BgClassName
{
background-color: #C055BA;
}
</style>
border-color css
<style>
span { border-color: #C055BA; }
span { border-color: rgb(192,85,186); }
td.TdClassName
{
border-color: #C055BA;
}
.TagClassName
{
border-color: #C055BA;
}
</style>