Shades of Fuchsia #C85DC7
Tints of Fuchsia #C85DC7
RGB
CMYK
RGB Variations
Color information
#C85DC7 (or 0xC85DC7) is known color: Fuchsia. HEX triplet: C8, 5D and C7. RGB value is (200,93,199). Sum of RGB (Red+Green+Blue) = 200+93+199=492 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.65% from 492); Green value is 93 (36.72% from 255 or 18.90% from 492); Blue value is 199 (78.12% from 255 or 40.45% from 492); Max value from RGB is 200 - color contains mainly: red. Hex color #C85DC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85DC7 is #37A238. Grayscale: #888888. Windows color (decimal): -3646009 or 13065672. OLE color: 13065672.
HSL color Cylindrical-coordinate representation of color #C85DC7: hue angle of 300.56º 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 #C85DC7 is Cyan = 0, Magento = 0.54, Yellow = 0.00 and Black (K on CMYK) = 0.22.
Color convert
RGB | 200 | 93 | 199 | - |
CMYK | 0 | 0.54 | 0.00 | 0.22 |
HSL | 300.56º | 0.49% | 0.57% | - |
HSV(B) | 300.56º | 0.54% | 0.78% | - |
XYZ | 38.04 | 24.23 | 56.7 | - |
YUV | 137.08 | 162.95 | 172.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 93 | 199 | 0 | 0.54 | 0.00 | 0.22 | 300.56 | 0.49 | 0.57 |
Hex | C8 | 5D | C7 | 0 | 36 | 0 | 16 | 12D | 31 | 39 |
Octal | 310 | 135 | 307 | 0 | 66 | 0 | 26 | 455 | 61 | 71 |
Binary | 11001000 | 1011101 | 11000111 | 0 | 110110 | 0 | 10110 | 100101101 | 110001 | 111001 |
Color Harmonies of #C85DC7
Complementary color
Monochromatic Colors of #C85DC7
Black with #C85DC7
Text Example
Text Example
White with #C85DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85DC7; }
p { color: rgb(200,93,199); }
H1.HeaderClassName
{
color: #C85DC7;
}
.AnyTagClassName
{
color: #C85DC7;
}
</style>
background-color css
<style>
a { background-color: #C85DC7; }
a { background-color: rgb(200,93,199); }
div.DivClassName
{
background-color: #C85DC7;
}
.BgClassName
{
background-color: #C85DC7;
}
</style>
border-color css
<style>
span { border-color: #C85DC7; }
span { border-color: rgb(200,93,199); }
td.TdClassName
{
border-color: #C85DC7;
}
.TagClassName
{
border-color: #C85DC7;
}
</style>