Shades of Fuchsia #C855BA
Tints of Fuchsia #C855BA
RGB
CMYK
RGB Variations
Color information
#C855BA (or 0xC855BA) is known color: Fuchsia. HEX triplet: C8, 55 and BA. RGB value is (200,85,186). Sum of RGB (Red+Green+Blue) = 200+85+186=471 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.46% from 471); Green value is 85 (33.59% from 255 or 18.05% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 200 - color contains mainly: red. Hex color #C855BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C855BA is #37AA45. Grayscale: #828282. Windows color (decimal): -3648070 or 12211656. OLE color: 12211656.
HSL color Cylindrical-coordinate representation of color #C855BA: hue angle of 307.3º 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 #C855BA is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 85 | 186 | - |
| CMYK | 0 | 0.58 | 0.07 | 0.22 |
| HSL | 307.3º | 0.51% | 0.56% | - |
| HSV(B) | 307.3º | 0.58% | 0.78% | - |
| XYZ | 35.93 | 22.32 | 48.87 | - |
| YUV | 130.9 | 159.1 | 177.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 85 | 186 | 0 | 0.58 | 0.07 | 0.22 | 307.3 | 0.51 | 0.56 |
| Hex | C8 | 55 | BA | 0 | 3A | 7 | 16 | 133 | 33 | 38 |
| Octal | 310 | 125 | 272 | 0 | 72 | 7 | 26 | 463 | 63 | 70 |
| Binary | 11001000 | 1010101 | 10111010 | 0 | 111010 | 111 | 10110 | 100110011 | 110011 | 111000 |
Color Harmonies of #C855BA
Complementary color
Monochromatic Colors of #C855BA
Black with #C855BA
Text Example
Text Example
White with #C855BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C855BA; }
p { color: rgb(200,85,186); }
H1.HeaderClassName
{
color: #C855BA;
}
.AnyTagClassName
{
color: #C855BA;
}
</style>
background-color css
<style>
a { background-color: #C855BA; }
a { background-color: rgb(200,85,186); }
div.DivClassName
{
background-color: #C855BA;
}
.BgClassName
{
background-color: #C855BA;
}
</style>
border-color css
<style>
span { border-color: #C855BA; }
span { border-color: rgb(200,85,186); }
td.TdClassName
{
border-color: #C855BA;
}
.TagClassName
{
border-color: #C855BA;
}
</style>