Shades of Fuchsia #C855BE
Tints of Fuchsia #C855BE
RGB
CMYK
RGB Variations
Color information
#C855BE (or 0xC855BE) is known color: Fuchsia. HEX triplet: C8, 55 and BE. RGB value is (200,85,190). Sum of RGB (Red+Green+Blue) = 200+85+190=475 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.11% from 475); Green value is 85 (33.59% from 255 or 17.89% from 475); Blue value is 190 (74.61% from 255 or 40% from 475); Max value from RGB is 200 - color contains mainly: red. Hex color #C855BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C855BE is #37AA41. Grayscale: #838383. Windows color (decimal): -3648066 or 12473800. OLE color: 12473800.
HSL color Cylindrical-coordinate representation of color #C855BE: hue angle of 305.22º 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 #C855BE is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 85 | 190 | - |
| CMYK | 0 | 0.58 | 0.05 | 0.22 |
| HSL | 305.22º | 0.51% | 0.56% | - |
| HSV(B) | 305.22º | 0.58% | 0.78% | - |
| XYZ | 36.36 | 22.49 | 51.14 | - |
| YUV | 131.36 | 161.1 | 176.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 85 | 190 | 0 | 0.58 | 0.05 | 0.22 | 305.22 | 0.51 | 0.56 |
| Hex | C8 | 55 | BE | 0 | 3A | 5 | 16 | 131 | 33 | 38 |
| Octal | 310 | 125 | 276 | 0 | 72 | 5 | 26 | 461 | 63 | 70 |
| Binary | 11001000 | 1010101 | 10111110 | 0 | 111010 | 101 | 10110 | 100110001 | 110011 | 111000 |
Color Harmonies of #C855BE
Complementary color
Monochromatic Colors of #C855BE
Black with #C855BE
Text Example
Text Example
White with #C855BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C855BE; }
p { color: rgb(200,85,190); }
H1.HeaderClassName
{
color: #C855BE;
}
.AnyTagClassName
{
color: #C855BE;
}
</style>
background-color css
<style>
a { background-color: #C855BE; }
a { background-color: rgb(200,85,190); }
div.DivClassName
{
background-color: #C855BE;
}
.BgClassName
{
background-color: #C855BE;
}
</style>
border-color css
<style>
span { border-color: #C855BE; }
span { border-color: rgb(200,85,190); }
td.TdClassName
{
border-color: #C855BE;
}
.TagClassName
{
border-color: #C855BE;
}
</style>