Shades of Fuchsia #C855CB
Tints of Fuchsia #C855CB
RGB
CMYK
RGB Variations
Color information
#C855CB (or 0xC855CB) is known color: Fuchsia. HEX triplet: C8, 55 and CB. RGB value is (200,85,203). Sum of RGB (Red+Green+Blue) = 200+85+203=488 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.98% from 488); Green value is 85 (33.59% from 255 or 17.42% from 488); Blue value is 203 (79.69% from 255 or 41.60% from 488); Max value from RGB is 203 - color contains mainly: blue. Hex color #C855CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C855CB is #37AA34. Grayscale: #848484. Windows color (decimal): -3648053 or 13325768. OLE color: 13325768.
HSL color Cylindrical-coordinate representation of color #C855CB: hue angle of 298.47º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C855CB is Cyan = 0.01, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 85 | 203 | - |
| CMYK | 0.01 | 0.58 | 0 | 0.20 |
| HSL | 298.47º | 0.53% | 0.56% | - |
| HSV(B) | 298.47º | 0.58% | 0.8% | - |
| XYZ | 37.85 | 23.09 | 58.96 | - |
| YUV | 132.84 | 167.6 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 85 | 203 | 0.01 | 0.58 | 0 | 0.20 | 298.47 | 0.53 | 0.56 |
| Hex | C8 | 55 | CB | 1 | 3A | 0 | 14 | 12A | 35 | 38 |
| Octal | 310 | 125 | 313 | 1 | 72 | 0 | 24 | 452 | 65 | 70 |
| Binary | 11001000 | 1010101 | 11001011 | 1 | 111010 | 0 | 10100 | 100101010 | 110101 | 111000 |
Color Harmonies of #C855CB
Complementary color
Monochromatic Colors of #C855CB
Black with #C855CB
Text Example
Text Example
White with #C855CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C855CB; }
p { color: rgb(200,85,203); }
H1.HeaderClassName
{
color: #C855CB;
}
.AnyTagClassName
{
color: #C855CB;
}
</style>
background-color css
<style>
a { background-color: #C855CB; }
a { background-color: rgb(200,85,203); }
div.DivClassName
{
background-color: #C855CB;
}
.BgClassName
{
background-color: #C855CB;
}
</style>
border-color css
<style>
span { border-color: #C855CB; }
span { border-color: rgb(200,85,203); }
td.TdClassName
{
border-color: #C855CB;
}
.TagClassName
{
border-color: #C855CB;
}
</style>