Shades of Fuchsia #C85DAB
Tints of Fuchsia #C85DAB
RGB
CMYK
RGB Variations
Color information
#C85DAB (or 0xC85DAB) is known color: Fuchsia. HEX triplet: C8, 5D and AB. RGB value is (200,93,171). Sum of RGB (Red+Green+Blue) = 200+93+171=464 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.10% from 464); Green value is 93 (36.72% from 255 or 20.04% from 464); Blue value is 171 (67.19% from 255 or 36.85% from 464); Max value from RGB is 200 - color contains mainly: red. Hex color #C85DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85DAB is #37A254. Grayscale: #858585. Windows color (decimal): -3646037 or 11230664. OLE color: 11230664.
HSL color Cylindrical-coordinate representation of color #C85DAB: hue angle of 316.26º 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 #C85DAB is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 93 | 171 | - |
| CMYK | 0 | 0.54 | 0.14 | 0.22 |
| HSL | 316.26º | 0.49% | 0.57% | - |
| HSV(B) | 316.26º | 0.54% | 0.78% | - |
| XYZ | 35.08 | 23.05 | 41.13 | - |
| YUV | 133.89 | 148.95 | 175.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 93 | 171 | 0 | 0.54 | 0.14 | 0.22 | 316.26 | 0.49 | 0.57 |
| Hex | C8 | 5D | AB | 0 | 36 | E | 16 | 13C | 31 | 39 |
| Octal | 310 | 135 | 253 | 0 | 66 | 16 | 26 | 474 | 61 | 71 |
| Binary | 11001000 | 1011101 | 10101011 | 0 | 110110 | 1110 | 10110 | 100111100 | 110001 | 111001 |
Color Harmonies of #C85DAB
Complementary color
Monochromatic Colors of #C85DAB
Black with #C85DAB
Text Example
Text Example
White with #C85DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85DAB; }
p { color: rgb(200,93,171); }
H1.HeaderClassName
{
color: #C85DAB;
}
.AnyTagClassName
{
color: #C85DAB;
}
</style>
background-color css
<style>
a { background-color: #C85DAB; }
a { background-color: rgb(200,93,171); }
div.DivClassName
{
background-color: #C85DAB;
}
.BgClassName
{
background-color: #C85DAB;
}
</style>
border-color css
<style>
span { border-color: #C85DAB; }
span { border-color: rgb(200,93,171); }
td.TdClassName
{
border-color: #C85DAB;
}
.TagClassName
{
border-color: #C85DAB;
}
</style>