Shades of Fuchsia #C85BCD
Tints of Fuchsia #C85BCD
RGB
CMYK
RGB Variations
Color information
#C85BCD (or 0xC85BCD) is known color: Fuchsia. HEX triplet: C8, 5B and CD. RGB value is (200,91,205). Sum of RGB (Red+Green+Blue) = 200+91+205=496 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.32% from 496); Green value is 91 (35.94% from 255 or 18.35% from 496); Blue value is 205 (80.47% from 255 or 41.33% from 496); Max value from RGB is 205 - color contains mainly: blue. Hex color #C85BCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85BCD is #37A432. Grayscale: #888888. Windows color (decimal): -3646515 or 13458376. OLE color: 13458376.
HSL color Cylindrical-coordinate representation of color #C85BCD: hue angle of 297.37º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C85BCD is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 91 | 205 | - |
| CMYK | 0.02 | 0.56 | 0 | 0.20 |
| HSL | 297.37º | 0.53% | 0.58% | - |
| HSV(B) | 297.37º | 0.56% | 0.8% | - |
| XYZ | 38.58 | 24.17 | 60.39 | - |
| YUV | 136.59 | 166.61 | 173.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 91 | 205 | 0.02 | 0.56 | 0 | 0.20 | 297.37 | 0.53 | 0.58 |
| Hex | C8 | 5B | CD | 2 | 38 | 0 | 14 | 129 | 35 | 3A |
| Octal | 310 | 133 | 315 | 2 | 70 | 0 | 24 | 451 | 65 | 72 |
| Binary | 11001000 | 1011011 | 11001101 | 10 | 111000 | 0 | 10100 | 100101001 | 110101 | 111010 |
Color Harmonies of #C85BCD
Complementary color
Monochromatic Colors of #C85BCD
Black with #C85BCD
Text Example
Text Example
White with #C85BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85BCD; }
p { color: rgb(200,91,205); }
H1.HeaderClassName
{
color: #C85BCD;
}
.AnyTagClassName
{
color: #C85BCD;
}
</style>
background-color css
<style>
a { background-color: #C85BCD; }
a { background-color: rgb(200,91,205); }
div.DivClassName
{
background-color: #C85BCD;
}
.BgClassName
{
background-color: #C85BCD;
}
</style>
border-color css
<style>
span { border-color: #C85BCD; }
span { border-color: rgb(200,91,205); }
td.TdClassName
{
border-color: #C85BCD;
}
.TagClassName
{
border-color: #C85BCD;
}
</style>