Shades of Fuchsia #C055B0
Tints of Fuchsia #C055B0
RGB
CMYK
RGB Variations
Color information
#C055B0 (or 0xC055B0) is known color: Fuchsia. HEX triplet: C0, 55 and B0. RGB value is (192,85,176). Sum of RGB (Red+Green+Blue) = 192+85+176=453 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.38% from 453); Green value is 85 (33.59% from 255 or 18.76% from 453); Blue value is 176 (69.14% from 255 or 38.85% from 453); Max value from RGB is 192 - color contains mainly: red. Hex color #C055B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C055B0 is #3FAA4F. Grayscale: #7F7F7F. Windows color (decimal): -4172368 or 11556288. OLE color: 11556288.
HSL color Cylindrical-coordinate representation of color #C055B0: hue angle of 308.97º 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 #C055B0 is Cyan = 0, Magento = 0.56, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 85 | 176 | - |
| CMYK | 0 | 0.56 | 0.08 | 0.25 |
| HSL | 308.97º | 0.46% | 0.54% | - |
| HSV(B) | 308.97º | 0.56% | 0.75% | - |
| XYZ | 32.82 | 20.84 | 43.37 | - |
| YUV | 127.37 | 155.45 | 174.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 85 | 176 | 0 | 0.56 | 0.08 | 0.25 | 308.97 | 0.46 | 0.54 |
| Hex | C0 | 55 | B0 | 0 | 38 | 8 | 19 | 135 | 2E | 36 |
| Octal | 300 | 125 | 260 | 0 | 70 | 10 | 31 | 465 | 56 | 66 |
| Binary | 11000000 | 1010101 | 10110000 | 0 | 111000 | 1000 | 11001 | 100110101 | 101110 | 110110 |
Color Harmonies of #C055B0
Complementary color
Monochromatic Colors of #C055B0
Black with #C055B0
Text Example
Text Example
White with #C055B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C055B0; }
p { color: rgb(192,85,176); }
H1.HeaderClassName
{
color: #C055B0;
}
.AnyTagClassName
{
color: #C055B0;
}
</style>
background-color css
<style>
a { background-color: #C055B0; }
a { background-color: rgb(192,85,176); }
div.DivClassName
{
background-color: #C055B0;
}
.BgClassName
{
background-color: #C055B0;
}
</style>
border-color css
<style>
span { border-color: #C055B0; }
span { border-color: rgb(192,85,176); }
td.TdClassName
{
border-color: #C055B0;
}
.TagClassName
{
border-color: #C055B0;
}
</style>