Shades of Fuchsia #C855B9
Tints of Fuchsia #C855B9
RGB
CMYK
RGB Variations
Color information
#C855B9 (or 0xC855B9) is known color: Fuchsia. HEX triplet: C8, 55 and B9. RGB value is (200,85,185). Sum of RGB (Red+Green+Blue) = 200+85+185=470 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.55% from 470); Green value is 85 (33.59% from 255 or 18.09% from 470); Blue value is 185 (72.66% from 255 or 39.36% from 470); Max value from RGB is 200 - color contains mainly: red. Hex color #C855B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C855B9 is #37AA46. Grayscale: #828282. Windows color (decimal): -3648071 or 12146120. OLE color: 12146120.
HSL color Cylindrical-coordinate representation of color #C855B9: hue angle of 307.83º 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 #C855B9 is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 85 | 185 | - |
| CMYK | 0 | 0.58 | 0.08 | 0.22 |
| HSL | 307.83º | 0.51% | 0.56% | - |
| HSV(B) | 307.83º | 0.58% | 0.78% | - |
| XYZ | 35.82 | 22.28 | 48.31 | - |
| YUV | 130.79 | 158.6 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 85 | 185 | 0 | 0.58 | 0.08 | 0.22 | 307.83 | 0.51 | 0.56 |
| Hex | C8 | 55 | B9 | 0 | 3A | 8 | 16 | 134 | 33 | 38 |
| Octal | 310 | 125 | 271 | 0 | 72 | 10 | 26 | 464 | 63 | 70 |
| Binary | 11001000 | 1010101 | 10111001 | 0 | 111010 | 1000 | 10110 | 100110100 | 110011 | 111000 |
Color Harmonies of #C855B9
Complementary color
Monochromatic Colors of #C855B9
Black with #C855B9
Text Example
Text Example
White with #C855B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C855B9; }
p { color: rgb(200,85,185); }
H1.HeaderClassName
{
color: #C855B9;
}
.AnyTagClassName
{
color: #C855B9;
}
</style>
background-color css
<style>
a { background-color: #C855B9; }
a { background-color: rgb(200,85,185); }
div.DivClassName
{
background-color: #C855B9;
}
.BgClassName
{
background-color: #C855B9;
}
</style>
border-color css
<style>
span { border-color: #C855B9; }
span { border-color: rgb(200,85,185); }
td.TdClassName
{
border-color: #C855B9;
}
.TagClassName
{
border-color: #C855B9;
}
</style>