Shades of Fuchsia #C85BAD
Tints of Fuchsia #C85BAD
RGB
CMYK
RGB Variations
Color information
#C85BAD (or 0xC85BAD) is known color: Fuchsia. HEX triplet: C8, 5B and AD. RGB value is (200,91,173). Sum of RGB (Red+Green+Blue) = 200+91+173=464 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.10% from 464); Green value is 91 (35.94% from 255 or 19.61% from 464); Blue value is 173 (67.97% from 255 or 37.28% from 464); Max value from RGB is 200 - color contains mainly: red. Hex color #C85BAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85BAD is #37A452. Grayscale: #848484. Windows color (decimal): -3646547 or 11361224. OLE color: 11361224.
HSL color Cylindrical-coordinate representation of color #C85BAD: hue angle of 314.86º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C85BAD is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 91 | 173 | - |
| CMYK | 0 | 0.54 | 0.14 | 0.22 |
| HSL | 314.86º | 0.5% | 0.57% | - |
| HSV(B) | 314.86º | 0.55% | 0.78% | - |
| XYZ | 35.1 | 22.78 | 42.08 | - |
| YUV | 132.94 | 150.61 | 175.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 91 | 173 | 0 | 0.54 | 0.14 | 0.22 | 314.86 | 0.5 | 0.57 |
| Hex | C8 | 5B | AD | 0 | 36 | E | 16 | 13B | 32 | 39 |
| Octal | 310 | 133 | 255 | 0 | 66 | 16 | 26 | 473 | 62 | 71 |
| Binary | 11001000 | 1011011 | 10101101 | 0 | 110110 | 1110 | 10110 | 100111011 | 110010 | 111001 |
Color Harmonies of #C85BAD
Complementary color
Monochromatic Colors of #C85BAD
Black with #C85BAD
Text Example
Text Example
White with #C85BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85BAD; }
p { color: rgb(200,91,173); }
H1.HeaderClassName
{
color: #C85BAD;
}
.AnyTagClassName
{
color: #C85BAD;
}
</style>
background-color css
<style>
a { background-color: #C85BAD; }
a { background-color: rgb(200,91,173); }
div.DivClassName
{
background-color: #C85BAD;
}
.BgClassName
{
background-color: #C85BAD;
}
</style>
border-color css
<style>
span { border-color: #C85BAD; }
span { border-color: rgb(200,91,173); }
td.TdClassName
{
border-color: #C85BAD;
}
.TagClassName
{
border-color: #C85BAD;
}
</style>