Shades of Fuchsia #C85BCF
Tints of Fuchsia #C85BCF
RGB
CMYK
RGB Variations
Color information
#C85BCF (or 0xC85BCF) is known color: Fuchsia. HEX triplet: C8, 5B and CF. RGB value is (200,91,207). Sum of RGB (Red+Green+Blue) = 200+91+207=498 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.16% from 498); Green value is 91 (35.94% from 255 or 18.27% from 498); Blue value is 207 (81.25% from 255 or 41.57% from 498); Max value from RGB is 207 - color contains mainly: blue. Hex color #C85BCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85BCF is #37A430. Grayscale: #888888. Windows color (decimal): -3646513 or 13589448. OLE color: 13589448.
HSL color Cylindrical-coordinate representation of color #C85BCF: hue angle of 296.38º degrees, saturation: 0.55, 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 #C85BCF is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 91 | 207 | - |
| CMYK | 0.03 | 0.56 | 0 | 0.19 |
| HSL | 296.38º | 0.55% | 0.58% | - |
| HSV(B) | 296.38º | 0.56% | 0.81% | - |
| XYZ | 38.82 | 24.27 | 61.67 | - |
| YUV | 136.82 | 167.61 | 173.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 91 | 207 | 0.03 | 0.56 | 0 | 0.19 | 296.38 | 0.55 | 0.58 |
| Hex | C8 | 5B | CF | 3 | 38 | 0 | 13 | 128 | 37 | 3A |
| Octal | 310 | 133 | 317 | 3 | 70 | 0 | 23 | 450 | 67 | 72 |
| Binary | 11001000 | 1011011 | 11001111 | 11 | 111000 | 0 | 10011 | 100101000 | 110111 | 111010 |
Color Harmonies of #C85BCF
Complementary color
Monochromatic Colors of #C85BCF
Black with #C85BCF
Text Example
Text Example
White with #C85BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85BCF; }
p { color: rgb(200,91,207); }
H1.HeaderClassName
{
color: #C85BCF;
}
.AnyTagClassName
{
color: #C85BCF;
}
</style>
background-color css
<style>
a { background-color: #C85BCF; }
a { background-color: rgb(200,91,207); }
div.DivClassName
{
background-color: #C85BCF;
}
.BgClassName
{
background-color: #C85BCF;
}
</style>
border-color css
<style>
span { border-color: #C85BCF; }
span { border-color: rgb(200,91,207); }
td.TdClassName
{
border-color: #C85BCF;
}
.TagClassName
{
border-color: #C85BCF;
}
</style>