Shades of Fuchsia #C855C6
Tints of Fuchsia #C855C6
RGB
CMYK
RGB Variations
Color information
#C855C6 (or 0xC855C6) is known color: Fuchsia. HEX triplet: C8, 55 and C6. RGB value is (200,85,198). Sum of RGB (Red+Green+Blue) = 200+85+198=483 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.41% from 483); Green value is 85 (33.59% from 255 or 17.60% from 483); Blue value is 198 (77.73% from 255 or 40.99% from 483); Max value from RGB is 200 - color contains mainly: red. Hex color #C855C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C855C6 is #37AA39. Grayscale: #838383. Windows color (decimal): -3648058 or 12998088. OLE color: 12998088.
HSL color Cylindrical-coordinate representation of color #C855C6: hue angle of 301.04º 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 #C855C6 is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 85 | 198 | - |
| CMYK | 0 | 0.58 | 0.01 | 0.22 |
| HSL | 301.04º | 0.51% | 0.56% | - |
| HSV(B) | 301.04º | 0.58% | 0.78% | - |
| XYZ | 37.26 | 22.85 | 55.87 | - |
| YUV | 132.27 | 165.1 | 176.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 85 | 198 | 0 | 0.58 | 0.01 | 0.22 | 301.04 | 0.51 | 0.56 |
| Hex | C8 | 55 | C6 | 0 | 3A | 1 | 16 | 12D | 33 | 38 |
| Octal | 310 | 125 | 306 | 0 | 72 | 1 | 26 | 455 | 63 | 70 |
| Binary | 11001000 | 1010101 | 11000110 | 0 | 111010 | 1 | 10110 | 100101101 | 110011 | 111000 |
Color Harmonies of #C855C6
Complementary color
Monochromatic Colors of #C855C6
Black with #C855C6
Text Example
Text Example
White with #C855C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C855C6; }
p { color: rgb(200,85,198); }
H1.HeaderClassName
{
color: #C855C6;
}
.AnyTagClassName
{
color: #C855C6;
}
</style>
background-color css
<style>
a { background-color: #C855C6; }
a { background-color: rgb(200,85,198); }
div.DivClassName
{
background-color: #C855C6;
}
.BgClassName
{
background-color: #C855C6;
}
</style>
border-color css
<style>
span { border-color: #C855C6; }
span { border-color: rgb(200,85,198); }
td.TdClassName
{
border-color: #C855C6;
}
.TagClassName
{
border-color: #C855C6;
}
</style>