Shades of Fuchsia #C85ECB
Tints of Fuchsia #C85ECB
RGB
CMYK
RGB Variations
Color information
#C85ECB (or 0xC85ECB) is known color: Fuchsia. HEX triplet: C8, 5E and CB. RGB value is (200,94,203). Sum of RGB (Red+Green+Blue) = 200+94+203=497 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.24% from 497); Green value is 94 (37.11% from 255 or 18.91% from 497); Blue value is 203 (79.69% from 255 or 40.85% from 497); Max value from RGB is 203 - color contains mainly: blue. Hex color #C85ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85ECB is #37A134. Grayscale: #898989. Windows color (decimal): -3645749 or 13328072. OLE color: 13328072.
HSL color Cylindrical-coordinate representation of color #C85ECB: hue angle of 298.35º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C85ECB is Cyan = 0.01, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 94 | 203 | - |
| CMYK | 0.01 | 0.54 | 0 | 0.20 |
| HSL | 298.35º | 0.51% | 0.58% | - |
| HSV(B) | 298.35º | 0.54% | 0.8% | - |
| XYZ | 38.6 | 24.6 | 59.21 | - |
| YUV | 138.12 | 164.62 | 172.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 94 | 203 | 0.01 | 0.54 | 0 | 0.20 | 298.35 | 0.51 | 0.58 |
| Hex | C8 | 5E | CB | 1 | 36 | 0 | 14 | 12A | 33 | 3A |
| Octal | 310 | 136 | 313 | 1 | 66 | 0 | 24 | 452 | 63 | 72 |
| Binary | 11001000 | 1011110 | 11001011 | 1 | 110110 | 0 | 10100 | 100101010 | 110011 | 111010 |
Color Harmonies of #C85ECB
Complementary color
Monochromatic Colors of #C85ECB
Black with #C85ECB
Text Example
Text Example
White with #C85ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85ECB; }
p { color: rgb(200,94,203); }
H1.HeaderClassName
{
color: #C85ECB;
}
.AnyTagClassName
{
color: #C85ECB;
}
</style>
background-color css
<style>
a { background-color: #C85ECB; }
a { background-color: rgb(200,94,203); }
div.DivClassName
{
background-color: #C85ECB;
}
.BgClassName
{
background-color: #C85ECB;
}
</style>
border-color css
<style>
span { border-color: #C85ECB; }
span { border-color: rgb(200,94,203); }
td.TdClassName
{
border-color: #C85ECB;
}
.TagClassName
{
border-color: #C85ECB;
}
</style>