Shades of Fuchsia #C85FBA
Tints of Fuchsia #C85FBA
RGB
CMYK
RGB Variations
Color information
#C85FBA (or 0xC85FBA) is known color: Fuchsia. HEX triplet: C8, 5F and BA. RGB value is (200,95,186). Sum of RGB (Red+Green+Blue) = 200+95+186=481 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.58% from 481); Green value is 95 (37.5% from 255 or 19.75% from 481); Blue value is 186 (73.05% from 255 or 38.67% from 481); Max value from RGB is 200 - color contains mainly: red. Hex color #C85FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85FBA is #37A045. Grayscale: #888888. Windows color (decimal): -3645510 or 12214216. OLE color: 12214216.
HSL color Cylindrical-coordinate representation of color #C85FBA: hue angle of 308º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C85FBA is Cyan = 0, Magento = 0.52, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 95 | 186 | - |
| CMYK | 0 | 0.52 | 0.07 | 0.22 |
| HSL | 308º | 0.49% | 0.58% | - |
| HSV(B) | 308º | 0.53% | 0.78% | - |
| XYZ | 36.77 | 24.01 | 49.15 | - |
| YUV | 136.77 | 155.79 | 173.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 95 | 186 | 0 | 0.52 | 0.07 | 0.22 | 308 | 0.49 | 0.58 |
| Hex | C8 | 5F | BA | 0 | 34 | 7 | 16 | 134 | 31 | 3A |
| Octal | 310 | 137 | 272 | 0 | 64 | 7 | 26 | 464 | 61 | 72 |
| Binary | 11001000 | 1011111 | 10111010 | 0 | 110100 | 111 | 10110 | 100110100 | 110001 | 111010 |
Color Harmonies of #C85FBA
Complementary color
Monochromatic Colors of #C85FBA
Black with #C85FBA
Text Example
Text Example
White with #C85FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85FBA; }
p { color: rgb(200,95,186); }
H1.HeaderClassName
{
color: #C85FBA;
}
.AnyTagClassName
{
color: #C85FBA;
}
</style>
background-color css
<style>
a { background-color: #C85FBA; }
a { background-color: rgb(200,95,186); }
div.DivClassName
{
background-color: #C85FBA;
}
.BgClassName
{
background-color: #C85FBA;
}
</style>
border-color css
<style>
span { border-color: #C85FBA; }
span { border-color: rgb(200,95,186); }
td.TdClassName
{
border-color: #C85FBA;
}
.TagClassName
{
border-color: #C85FBA;
}
</style>