Shades of Fuchsia #C85DAD
Tints of Fuchsia #C85DAD
RGB
CMYK
RGB Variations
Color information
#C85DAD (or 0xC85DAD) is known color: Fuchsia. HEX triplet: C8, 5D and AD. RGB value is (200,93,173). Sum of RGB (Red+Green+Blue) = 200+93+173=466 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.92% from 466); Green value is 93 (36.72% from 255 or 19.96% from 466); Blue value is 173 (67.97% from 255 or 37.12% from 466); Max value from RGB is 200 - color contains mainly: red. Hex color #C85DAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85DAD is #37A252. Grayscale: #858585. Windows color (decimal): -3646035 or 11361736. OLE color: 11361736.
HSL color Cylindrical-coordinate representation of color #C85DAD: hue angle of 315.14º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C85DAD is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 93 | 173 | - |
| CMYK | 0 | 0.54 | 0.14 | 0.22 |
| HSL | 315.14º | 0.49% | 0.57% | - |
| HSV(B) | 315.14º | 0.54% | 0.78% | - |
| XYZ | 35.28 | 23.13 | 42.14 | - |
| YUV | 134.11 | 149.95 | 175 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 93 | 173 | 0 | 0.54 | 0.14 | 0.22 | 315.14 | 0.49 | 0.57 |
| Hex | C8 | 5D | AD | 0 | 36 | E | 16 | 13B | 31 | 39 |
| Octal | 310 | 135 | 255 | 0 | 66 | 16 | 26 | 473 | 61 | 71 |
| Binary | 11001000 | 1011101 | 10101101 | 0 | 110110 | 1110 | 10110 | 100111011 | 110001 | 111001 |
Color Harmonies of #C85DAD
Complementary color
Monochromatic Colors of #C85DAD
Black with #C85DAD
Text Example
Text Example
White with #C85DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85DAD; }
p { color: rgb(200,93,173); }
H1.HeaderClassName
{
color: #C85DAD;
}
.AnyTagClassName
{
color: #C85DAD;
}
</style>
background-color css
<style>
a { background-color: #C85DAD; }
a { background-color: rgb(200,93,173); }
div.DivClassName
{
background-color: #C85DAD;
}
.BgClassName
{
background-color: #C85DAD;
}
</style>
border-color css
<style>
span { border-color: #C85DAD; }
span { border-color: rgb(200,93,173); }
td.TdClassName
{
border-color: #C85DAD;
}
.TagClassName
{
border-color: #C85DAD;
}
</style>