#C85FBA

Color #C85FBA Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #C85FBA

Tints of Fuchsia #C85FBA

Color information

#C85FBA (or 0xC85FBA) is unknown color: approx 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

RGB20095186-
CMYK00.520.070.22
HSL308º48.84%57.84%-
HSV(B)308º52.5%78.43%-
XYZ36.7724.0149.15-
YUV136.77155.79173.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 200 (78.52% from 255) = 41.58%
GREEN value IS 95 (37.5% from 255) = 19.75%
BLUE value IS 186 (73.05% from 255) = 38.67%
R=41.58%
G=19.75%
B=38.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2009518600.520.070.2230848.8457.84
HexC85FBA034716134313a
Octal3101372720647264646172
Binary11001000101111110111010011010011110110100110100110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>