Shades of Fuchsia #C85EC3
Tints of Fuchsia #C85EC3
RGB
CMYK
RGB Variations
Color information
#C85EC3 (or 0xC85EC3) is known color: Fuchsia. HEX triplet: C8, 5E and C3. RGB value is (200,94,195). Sum of RGB (Red+Green+Blue) = 200+94+195=489 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.90% from 489); Green value is 94 (37.11% from 255 or 19.22% from 489); Blue value is 195 (76.56% from 255 or 39.88% from 489); Max value from RGB is 200 - color contains mainly: red. Hex color #C85EC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85EC3 is #37A13C. Grayscale: #888888. Windows color (decimal): -3645757 or 12803784. OLE color: 12803784.
HSL color Cylindrical-coordinate representation of color #C85EC3: hue angle of 302.83º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C85EC3 is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 94 | 195 | - |
| CMYK | 0 | 0.53 | 0.02 | 0.22 |
| HSL | 302.83º | 0.49% | 0.58% | - |
| HSV(B) | 302.83º | 0.53% | 0.78% | - |
| XYZ | 37.67 | 24.22 | 54.32 | - |
| YUV | 137.21 | 160.62 | 172.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 94 | 195 | 0 | 0.53 | 0.02 | 0.22 | 302.83 | 0.49 | 0.58 |
| Hex | C8 | 5E | C3 | 0 | 35 | 2 | 16 | 12F | 31 | 3A |
| Octal | 310 | 136 | 303 | 0 | 65 | 2 | 26 | 457 | 61 | 72 |
| Binary | 11001000 | 1011110 | 11000011 | 0 | 110101 | 10 | 10110 | 100101111 | 110001 | 111010 |
Color Harmonies of #C85EC3
Complementary color
Monochromatic Colors of #C85EC3
Black with #C85EC3
Text Example
Text Example
White with #C85EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85EC3; }
p { color: rgb(200,94,195); }
H1.HeaderClassName
{
color: #C85EC3;
}
.AnyTagClassName
{
color: #C85EC3;
}
</style>
background-color css
<style>
a { background-color: #C85EC3; }
a { background-color: rgb(200,94,195); }
div.DivClassName
{
background-color: #C85EC3;
}
.BgClassName
{
background-color: #C85EC3;
}
</style>
border-color css
<style>
span { border-color: #C85EC3; }
span { border-color: rgb(200,94,195); }
td.TdClassName
{
border-color: #C85EC3;
}
.TagClassName
{
border-color: #C85EC3;
}
</style>