Shades of Fuchsia #C055B2
Tints of Fuchsia #C055B2
RGB
CMYK
RGB Variations
Color information
#C055B2 (or 0xC055B2) is known color: Fuchsia. HEX triplet: C0, 55 and B2. RGB value is (192,85,178). Sum of RGB (Red+Green+Blue) = 192+85+178=455 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.20% from 455); Green value is 85 (33.59% from 255 or 18.68% from 455); Blue value is 178 (69.92% from 255 or 39.12% from 455); Max value from RGB is 192 - color contains mainly: red. Hex color #C055B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C055B2 is #3FAA4D. Grayscale: #7F7F7F. Windows color (decimal): -4172366 or 11687360. OLE color: 11687360.
HSL color Cylindrical-coordinate representation of color #C055B2: hue angle of 307.85º 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 #C055B2 is Cyan = 0, Magento = 0.56, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 85 | 178 | - |
| CMYK | 0 | 0.56 | 0.07 | 0.25 |
| HSL | 307.85º | 0.46% | 0.54% | - |
| HSV(B) | 307.85º | 0.56% | 0.75% | - |
| XYZ | 33.02 | 20.92 | 44.42 | - |
| YUV | 127.6 | 156.45 | 173.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 85 | 178 | 0 | 0.56 | 0.07 | 0.25 | 307.85 | 0.46 | 0.54 |
| Hex | C0 | 55 | B2 | 0 | 38 | 7 | 19 | 134 | 2E | 36 |
| Octal | 300 | 125 | 262 | 0 | 70 | 7 | 31 | 464 | 56 | 66 |
| Binary | 11000000 | 1010101 | 10110010 | 0 | 111000 | 111 | 11001 | 100110100 | 101110 | 110110 |
Color Harmonies of #C055B2
Complementary color
Monochromatic Colors of #C055B2
Black with #C055B2
Text Example
Text Example
White with #C055B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C055B2; }
p { color: rgb(192,85,178); }
H1.HeaderClassName
{
color: #C055B2;
}
.AnyTagClassName
{
color: #C055B2;
}
</style>
background-color css
<style>
a { background-color: #C055B2; }
a { background-color: rgb(192,85,178); }
div.DivClassName
{
background-color: #C055B2;
}
.BgClassName
{
background-color: #C055B2;
}
</style>
border-color css
<style>
span { border-color: #C055B2; }
span { border-color: rgb(192,85,178); }
td.TdClassName
{
border-color: #C055B2;
}
.TagClassName
{
border-color: #C055B2;
}
</style>