Shades of Fuchsia #C055BC
Tints of Fuchsia #C055BC
RGB
CMYK
RGB Variations
Color information
#C055BC (or 0xC055BC) is known color: Fuchsia. HEX triplet: C0, 55 and BC. RGB value is (192,85,188). Sum of RGB (Red+Green+Blue) = 192+85+188=465 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.29% from 465); Green value is 85 (33.59% from 255 or 18.28% from 465); Blue value is 188 (73.83% from 255 or 40.43% from 465); Max value from RGB is 192 - color contains mainly: red. Hex color #C055BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C055BC is #3FAA43. Grayscale: #808080. Windows color (decimal): -4172356 or 12342720. OLE color: 12342720.
HSL color Cylindrical-coordinate representation of color #C055BC: hue angle of 302.24º 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 #C055BC is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 85 | 188 | - |
| CMYK | 0 | 0.56 | 0.02 | 0.25 |
| HSL | 302.24º | 0.46% | 0.54% | - |
| HSV(B) | 302.24º | 0.56% | 0.75% | - |
| XYZ | 34.06 | 21.33 | 49.9 | - |
| YUV | 128.74 | 161.45 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 85 | 188 | 0 | 0.56 | 0.02 | 0.25 | 302.24 | 0.46 | 0.54 |
| Hex | C0 | 55 | BC | 0 | 38 | 2 | 19 | 12E | 2E | 36 |
| Octal | 300 | 125 | 274 | 0 | 70 | 2 | 31 | 456 | 56 | 66 |
| Binary | 11000000 | 1010101 | 10111100 | 0 | 111000 | 10 | 11001 | 100101110 | 101110 | 110110 |
Color Harmonies of #C055BC
Complementary color
Monochromatic Colors of #C055BC
Black with #C055BC
Text Example
Text Example
White with #C055BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C055BC; }
p { color: rgb(192,85,188); }
H1.HeaderClassName
{
color: #C055BC;
}
.AnyTagClassName
{
color: #C055BC;
}
</style>
background-color css
<style>
a { background-color: #C055BC; }
a { background-color: rgb(192,85,188); }
div.DivClassName
{
background-color: #C055BC;
}
.BgClassName
{
background-color: #C055BC;
}
</style>
border-color css
<style>
span { border-color: #C055BC; }
span { border-color: rgb(192,85,188); }
td.TdClassName
{
border-color: #C055BC;
}
.TagClassName
{
border-color: #C055BC;
}
</style>