Shades of Fuchsia #C85BCE
Tints of Fuchsia #C85BCE
RGB
CMYK
RGB Variations
Color information
#C85BCE (or 0xC85BCE) is known color: Fuchsia. HEX triplet: C8, 5B and CE. RGB value is (200,91,206). Sum of RGB (Red+Green+Blue) = 200+91+206=497 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.24% from 497); Green value is 91 (35.94% from 255 or 18.31% from 497); Blue value is 206 (80.86% from 255 or 41.45% from 497); Max value from RGB is 206 - color contains mainly: blue. Hex color #C85BCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85BCE is #37A431. Grayscale: #888888. Windows color (decimal): -3646514 or 13523912. OLE color: 13523912.
HSL color Cylindrical-coordinate representation of color #C85BCE: hue angle of 296.87º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C85BCE is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 91 | 206 | - |
| CMYK | 0.03 | 0.56 | 0 | 0.19 |
| HSL | 296.87º | 0.54% | 0.58% | - |
| HSV(B) | 296.87º | 0.56% | 0.81% | - |
| XYZ | 38.7 | 24.22 | 61.03 | - |
| YUV | 136.7 | 167.11 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 91 | 206 | 0.03 | 0.56 | 0 | 0.19 | 296.87 | 0.54 | 0.58 |
| Hex | C8 | 5B | CE | 3 | 38 | 0 | 13 | 129 | 36 | 3A |
| Octal | 310 | 133 | 316 | 3 | 70 | 0 | 23 | 451 | 66 | 72 |
| Binary | 11001000 | 1011011 | 11001110 | 11 | 111000 | 0 | 10011 | 100101001 | 110110 | 111010 |
Color Harmonies of #C85BCE
Complementary color
Monochromatic Colors of #C85BCE
Black with #C85BCE
Text Example
Text Example
White with #C85BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85BCE; }
p { color: rgb(200,91,206); }
H1.HeaderClassName
{
color: #C85BCE;
}
.AnyTagClassName
{
color: #C85BCE;
}
</style>
background-color css
<style>
a { background-color: #C85BCE; }
a { background-color: rgb(200,91,206); }
div.DivClassName
{
background-color: #C85BCE;
}
.BgClassName
{
background-color: #C85BCE;
}
</style>
border-color css
<style>
span { border-color: #C85BCE; }
span { border-color: rgb(200,91,206); }
td.TdClassName
{
border-color: #C85BCE;
}
.TagClassName
{
border-color: #C85BCE;
}
</style>