Shades of Fuchsia #C85CCD
Tints of Fuchsia #C85CCD
RGB
CMYK
RGB Variations
Color information
#C85CCD (or 0xC85CCD) is known color: Fuchsia. HEX triplet: C8, 5C and CD. RGB value is (200,92,205). Sum of RGB (Red+Green+Blue) = 200+92+205=497 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.24% from 497); Green value is 92 (36.33% from 255 or 18.51% from 497); Blue value is 205 (80.47% from 255 or 41.25% from 497); Max value from RGB is 205 - color contains mainly: blue. Hex color #C85CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85CCD is #37A332. Grayscale: #888888. Windows color (decimal): -3646259 or 13458632. OLE color: 13458632.
HSL color Cylindrical-coordinate representation of color #C85CCD: hue angle of 297.35º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C85CCD is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 92 | 205 | - |
| CMYK | 0.02 | 0.55 | 0 | 0.20 |
| HSL | 297.35º | 0.53% | 0.58% | - |
| HSV(B) | 297.35º | 0.55% | 0.8% | - |
| XYZ | 38.67 | 24.34 | 60.42 | - |
| YUV | 137.17 | 166.28 | 172.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 92 | 205 | 0.02 | 0.55 | 0 | 0.20 | 297.35 | 0.53 | 0.58 |
| Hex | C8 | 5C | CD | 2 | 37 | 0 | 14 | 129 | 35 | 3A |
| Octal | 310 | 134 | 315 | 2 | 67 | 0 | 24 | 451 | 65 | 72 |
| Binary | 11001000 | 1011100 | 11001101 | 10 | 110111 | 0 | 10100 | 100101001 | 110101 | 111010 |
Color Harmonies of #C85CCD
Complementary color
Monochromatic Colors of #C85CCD
Black with #C85CCD
Text Example
Text Example
White with #C85CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85CCD; }
p { color: rgb(200,92,205); }
H1.HeaderClassName
{
color: #C85CCD;
}
.AnyTagClassName
{
color: #C85CCD;
}
</style>
background-color css
<style>
a { background-color: #C85CCD; }
a { background-color: rgb(200,92,205); }
div.DivClassName
{
background-color: #C85CCD;
}
.BgClassName
{
background-color: #C85CCD;
}
</style>
border-color css
<style>
span { border-color: #C85CCD; }
span { border-color: rgb(200,92,205); }
td.TdClassName
{
border-color: #C85CCD;
}
.TagClassName
{
border-color: #C85CCD;
}
</style>