Shades of Fuchsia #C85DCF
Tints of Fuchsia #C85DCF
RGB
CMYK
RGB Variations
Color information
#C85DCF (or 0xC85DCF) is known color: Fuchsia. HEX triplet: C8, 5D and CF. RGB value is (200,93,207). Sum of RGB (Red+Green+Blue) = 200+93+207=500 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40% from 500); Green value is 93 (36.72% from 255 or 18.6% from 500); Blue value is 207 (81.25% from 255 or 41.4% from 500); Max value from RGB is 207 - color contains mainly: blue. Hex color #C85DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85DCF is #37A230. Grayscale: #898989. Windows color (decimal): -3646001 or 13589960. OLE color: 13589960.
HSL color Cylindrical-coordinate representation of color #C85DCF: hue angle of 296.32º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C85DCF is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 93 | 207 | - |
| CMYK | 0.03 | 0.55 | 0 | 0.19 |
| HSL | 296.32º | 0.54% | 0.59% | - |
| HSV(B) | 296.32º | 0.55% | 0.81% | - |
| XYZ | 39 | 24.61 | 61.73 | - |
| YUV | 137.99 | 166.95 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 93 | 207 | 0.03 | 0.55 | 0 | 0.19 | 296.32 | 0.54 | 0.59 |
| Hex | C8 | 5D | CF | 3 | 37 | 0 | 13 | 128 | 36 | 3B |
| Octal | 310 | 135 | 317 | 3 | 67 | 0 | 23 | 450 | 66 | 73 |
| Binary | 11001000 | 1011101 | 11001111 | 11 | 110111 | 0 | 10011 | 100101000 | 110110 | 111011 |
Color Harmonies of #C85DCF
Complementary color
Monochromatic Colors of #C85DCF
Black with #C85DCF
Text Example
Text Example
White with #C85DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85DCF; }
p { color: rgb(200,93,207); }
H1.HeaderClassName
{
color: #C85DCF;
}
.AnyTagClassName
{
color: #C85DCF;
}
</style>
background-color css
<style>
a { background-color: #C85DCF; }
a { background-color: rgb(200,93,207); }
div.DivClassName
{
background-color: #C85DCF;
}
.BgClassName
{
background-color: #C85DCF;
}
</style>
border-color css
<style>
span { border-color: #C85DCF; }
span { border-color: rgb(200,93,207); }
td.TdClassName
{
border-color: #C85DCF;
}
.TagClassName
{
border-color: #C85DCF;
}
</style>