#C85CB2

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

Shades of Fuchsia #C85CB2

Tints of Fuchsia #C85CB2

Color information

#C85CB2 (or 0xC85CB2) is unknown color: approx Fuchsia. HEX triplet: C8, 5C and B2. RGB value is (200,92,178). Sum of RGB (Red+Green+Blue) = 200+92+178=470 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.55% from 470); Green value is 92 (36.33% from 255 or 19.57% from 470); Blue value is 178 (69.92% from 255 or 37.87% from 470); Max value from RGB is 200 - color contains mainly: red. Hex color #C85CB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85CB2 is #37A34D. Grayscale: #858585. Windows color (decimal): -3646286 or 11689160. OLE color: 11689160.

HSL color Cylindrical-coordinate representation of color #C85CB2: hue angle of 312.22º 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 #C85CB2 is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.22.

Color convert

RGB20092178-
CMYK00.540.110.22
HSL312.22º49.54%57.25%-
HSV(B)312.22º54%78.43%-
XYZ35.6823.1544.71-
YUV134.1152.78175.01-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.55%
GREEN value IS 92 (36.33% from 255) = 19.57%
BLUE value IS 178 (69.92% from 255) = 37.87%
R=42.55%
G=19.57%
B=37.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.11
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2009217800.540.110.22312.2249.5457.25
HexC85CB2036B161383239
Octal31013426206613264706271
Binary110010001011100101100100110110101110110100111000110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85CB2; }

 p { color: rgb(200,92,178); }

 H1.HeaderClassName
 {
   color: #C85CB2;
 }
 .AnyTagClassName
 {
   color: #C85CB2;
 }
</style>
background-color css

<style>
 a { background-color: #C85CB2; }

 a { background-color: rgb(200,92,178); }

 div.DivClassName
 {
   background-color: #C85CB2;
 }
 .BgClassName
 {
   background-color: #C85CB2;
 }
</style>
border-color css

<style>
 span { border-color: #C85CB2; }

 span { border-color: rgb(200,92,178); }

 td.TdClassName
 {
   border-color: #C85CB2;
 }
 .TagClassName
 {
   border-color: #C85CB2;
 }
</style>