Shades of Fuchsia #C855B0
Tints of Fuchsia #C855B0
RGB
CMYK
RGB Variations
Color information
#C855B0 (or 0xC855B0) is known color: Fuchsia. HEX triplet: C8, 55 and B0. RGB value is (200,85,176). Sum of RGB (Red+Green+Blue) = 200+85+176=461 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.38% from 461); Green value is 85 (33.59% from 255 or 18.44% from 461); Blue value is 176 (69.14% from 255 or 38.18% from 461); Max value from RGB is 200 - color contains mainly: red. Hex color #C855B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C855B0 is #37AA4F. Grayscale: #818181. Windows color (decimal): -3648080 or 11556296. OLE color: 11556296.
HSL color Cylindrical-coordinate representation of color #C855B0: hue angle of 312.52º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C855B0 is Cyan = 0, Magento = 0.58, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 85 | 176 | - |
| CMYK | 0 | 0.58 | 0.12 | 0.22 |
| HSL | 312.52º | 0.51% | 0.56% | - |
| HSV(B) | 312.52º | 0.58% | 0.78% | - |
| XYZ | 34.9 | 21.91 | 43.46 | - |
| YUV | 129.76 | 154.1 | 178.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 85 | 176 | 0 | 0.58 | 0.12 | 0.22 | 312.52 | 0.51 | 0.56 |
| Hex | C8 | 55 | B0 | 0 | 3A | C | 16 | 139 | 33 | 38 |
| Octal | 310 | 125 | 260 | 0 | 72 | 14 | 26 | 471 | 63 | 70 |
| Binary | 11001000 | 1010101 | 10110000 | 0 | 111010 | 1100 | 10110 | 100111001 | 110011 | 111000 |
Color Harmonies of #C855B0
Complementary color
Monochromatic Colors of #C855B0
Black with #C855B0
Text Example
Text Example
White with #C855B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C855B0; }
p { color: rgb(200,85,176); }
H1.HeaderClassName
{
color: #C855B0;
}
.AnyTagClassName
{
color: #C855B0;
}
</style>
background-color css
<style>
a { background-color: #C855B0; }
a { background-color: rgb(200,85,176); }
div.DivClassName
{
background-color: #C855B0;
}
.BgClassName
{
background-color: #C855B0;
}
</style>
border-color css
<style>
span { border-color: #C855B0; }
span { border-color: rgb(200,85,176); }
td.TdClassName
{
border-color: #C855B0;
}
.TagClassName
{
border-color: #C855B0;
}
</style>