Shades of Fuchsia #C85ECD
Tints of Fuchsia #C85ECD
RGB
CMYK
RGB Variations
Color information
#C85ECD (or 0xC85ECD) is known color: Fuchsia. HEX triplet: C8, 5E and CD. RGB value is (200,94,205). Sum of RGB (Red+Green+Blue) = 200+94+205=499 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40.08% from 499); Green value is 94 (37.11% from 255 or 18.84% from 499); Blue value is 205 (80.47% from 255 or 41.08% from 499); Max value from RGB is 205 - color contains mainly: blue. Hex color #C85ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85ECD is #37A132. Grayscale: #8A8A8A. Windows color (decimal): -3645747 or 13459144. OLE color: 13459144.
HSL color Cylindrical-coordinate representation of color #C85ECD: hue angle of 297.3º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C85ECD is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 94 | 205 | - |
| CMYK | 0.02 | 0.54 | 0 | 0.20 |
| HSL | 297.3º | 0.53% | 0.59% | - |
| HSV(B) | 297.3º | 0.54% | 0.8% | - |
| XYZ | 38.84 | 24.69 | 60.48 | - |
| YUV | 138.35 | 165.62 | 171.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 94 | 205 | 0.02 | 0.54 | 0 | 0.20 | 297.3 | 0.53 | 0.59 |
| Hex | C8 | 5E | CD | 2 | 36 | 0 | 14 | 129 | 35 | 3B |
| Octal | 310 | 136 | 315 | 2 | 66 | 0 | 24 | 451 | 65 | 73 |
| Binary | 11001000 | 1011110 | 11001101 | 10 | 110110 | 0 | 10100 | 100101001 | 110101 | 111011 |
Color Harmonies of #C85ECD
Complementary color
Monochromatic Colors of #C85ECD
Black with #C85ECD
Text Example
Text Example
White with #C85ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85ECD; }
p { color: rgb(200,94,205); }
H1.HeaderClassName
{
color: #C85ECD;
}
.AnyTagClassName
{
color: #C85ECD;
}
</style>
background-color css
<style>
a { background-color: #C85ECD; }
a { background-color: rgb(200,94,205); }
div.DivClassName
{
background-color: #C85ECD;
}
.BgClassName
{
background-color: #C85ECD;
}
</style>
border-color css
<style>
span { border-color: #C85ECD; }
span { border-color: rgb(200,94,205); }
td.TdClassName
{
border-color: #C85ECD;
}
.TagClassName
{
border-color: #C85ECD;
}
</style>