Shades of Fuchsia #C055C0
Tints of Fuchsia #C055C0
RGB
CMYK
RGB Variations
Color information
#C055C0 (or 0xC055C0) is known color: Fuchsia. HEX triplet: C0, 55 and C0. RGB value is (192,85,192). Sum of RGB (Red+Green+Blue) = 192+85+192=469 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.94% from 469); Green value is 85 (33.59% from 255 or 18.12% from 469); Blue value is 192 (75.39% from 255 or 40.94% from 469); Max value from RGB is 192 - color contains mainly: red, blue. Hex color #C055C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C055C0 is #3FAA3F. Grayscale: #808080. Windows color (decimal): -4172352 or 12604864. OLE color: 12604864.
HSL color Cylindrical-coordinate representation of color #C055C0: hue angle of 300º 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 #C055C0 is Cyan = 0, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 85 | 192 | - |
| CMYK | 0 | 0.56 | 0 | 0.25 |
| HSL | 300º | 0.46% | 0.54% | - |
| HSV(B) | 300º | 0.56% | 0.75% | - |
| XYZ | 34.5 | 21.51 | 52.2 | - |
| YUV | 129.19 | 163.45 | 172.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 85 | 192 | 0 | 0.56 | 0 | 0.25 | 300 | 0.46 | 0.54 |
| Hex | C0 | 55 | C0 | 0 | 38 | 0 | 19 | 12C | 2E | 36 |
| Octal | 300 | 125 | 300 | 0 | 70 | 0 | 31 | 454 | 56 | 66 |
| Binary | 11000000 | 1010101 | 11000000 | 0 | 111000 | 0 | 11001 | 100101100 | 101110 | 110110 |
Color Harmonies of #C055C0
Complementary color
Monochromatic Colors of #C055C0
Black with #C055C0
Text Example
Text Example
White with #C055C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C055C0; }
p { color: rgb(192,85,192); }
H1.HeaderClassName
{
color: #C055C0;
}
.AnyTagClassName
{
color: #C055C0;
}
</style>
background-color css
<style>
a { background-color: #C055C0; }
a { background-color: rgb(192,85,192); }
div.DivClassName
{
background-color: #C055C0;
}
.BgClassName
{
background-color: #C055C0;
}
</style>
border-color css
<style>
span { border-color: #C055C0; }
span { border-color: rgb(192,85,192); }
td.TdClassName
{
border-color: #C055C0;
}
.TagClassName
{
border-color: #C055C0;
}
</style>