Shades of Fuchsia #C85FCC
Tints of Fuchsia #C85FCC
RGB
CMYK
RGB Variations
Color information
#C85FCC (or 0xC85FCC) is known color: Fuchsia. HEX triplet: C8, 5F and CC. RGB value is (200,95,204). Sum of RGB (Red+Green+Blue) = 200+95+204=499 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40.08% from 499); Green value is 95 (37.5% from 255 or 19.04% from 499); Blue value is 204 (80.08% from 255 or 40.88% from 499); Max value from RGB is 204 - color contains mainly: blue. Hex color #C85FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85FCC is #37A033. Grayscale: #8A8A8A. Windows color (decimal): -3645492 or 13393864. OLE color: 13393864.
HSL color Cylindrical-coordinate representation of color #C85FCC: hue angle of 297.8º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C85FCC is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 200 | 95 | 204 | - |
| CMYK | 0.02 | 0.53 | 0 | 0.2 |
| HSL | 297.8º | 0.52% | 0.59% | - |
| HSV(B) | 297.8º | 0.53% | 0.8% | - |
| XYZ | 38.81 | 24.82 | 59.87 | - |
| YUV | 138.82 | 164.79 | 171.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 95 | 204 | 0.02 | 0.53 | 0 | 0.2 | 297.8 | 0.52 | 0.59 |
| Hex | C8 | 5F | CC | 2 | 35 | 0 | 14 | 12A | 34 | 3B |
| Octal | 310 | 137 | 314 | 2 | 65 | 0 | 24 | 452 | 64 | 73 |
| Binary | 11001000 | 1011111 | 11001100 | 10 | 110101 | 0 | 10100 | 100101010 | 110100 | 111011 |
Color Harmonies of #C85FCC
Complementary color
Monochromatic Colors of #C85FCC
Black with #C85FCC
Text Example
Text Example
White with #C85FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85FCC; }
p { color: rgb(200,95,204); }
H1.HeaderClassName
{
color: #C85FCC;
}
.AnyTagClassName
{
color: #C85FCC;
}
</style>
background-color css
<style>
a { background-color: #C85FCC; }
a { background-color: rgb(200,95,204); }
div.DivClassName
{
background-color: #C85FCC;
}
.BgClassName
{
background-color: #C85FCC;
}
</style>
border-color css
<style>
span { border-color: #C85FCC; }
span { border-color: rgb(200,95,204); }
td.TdClassName
{
border-color: #C85FCC;
}
.TagClassName
{
border-color: #C85FCC;
}
</style>