Shades of Fuchsia #C85DBC
Tints of Fuchsia #C85DBC
RGB
CMYK
RGB Variations
Color information
#C85DBC (or 0xC85DBC) is known color: Fuchsia. HEX triplet: C8, 5D and BC. RGB value is (200,93,188). Sum of RGB (Red+Green+Blue) = 200+93+188=481 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.58% from 481); Green value is 93 (36.72% from 255 or 19.33% from 481); Blue value is 188 (73.83% from 255 or 39.09% from 481); Max value from RGB is 200 - color contains mainly: red. Hex color #C85DBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85DBC is #37A243. Grayscale: #878787. Windows color (decimal): -3646020 or 12344776. OLE color: 12344776.
HSL color Cylindrical-coordinate representation of color #C85DBC: hue angle of 306.73º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C85DBC is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 93 | 188 | - |
| CMYK | 0 | 0.54 | 0.06 | 0.22 |
| HSL | 306.73º | 0.49% | 0.57% | - |
| HSV(B) | 306.73º | 0.54% | 0.78% | - |
| XYZ | 36.81 | 23.74 | 50.22 | - |
| YUV | 135.82 | 157.45 | 173.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 93 | 188 | 0 | 0.54 | 0.06 | 0.22 | 306.73 | 0.49 | 0.57 |
| Hex | C8 | 5D | BC | 0 | 36 | 6 | 16 | 133 | 31 | 39 |
| Octal | 310 | 135 | 274 | 0 | 66 | 6 | 26 | 463 | 61 | 71 |
| Binary | 11001000 | 1011101 | 10111100 | 0 | 110110 | 110 | 10110 | 100110011 | 110001 | 111001 |
Color Harmonies of #C85DBC
Complementary color
Monochromatic Colors of #C85DBC
Black with #C85DBC
Text Example
Text Example
White with #C85DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85DBC; }
p { color: rgb(200,93,188); }
H1.HeaderClassName
{
color: #C85DBC;
}
.AnyTagClassName
{
color: #C85DBC;
}
</style>
background-color css
<style>
a { background-color: #C85DBC; }
a { background-color: rgb(200,93,188); }
div.DivClassName
{
background-color: #C85DBC;
}
.BgClassName
{
background-color: #C85DBC;
}
</style>
border-color css
<style>
span { border-color: #C85DBC; }
span { border-color: rgb(200,93,188); }
td.TdClassName
{
border-color: #C85DBC;
}
.TagClassName
{
border-color: #C85DBC;
}
</style>