#C85CB3

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

Shades of Fuchsia #C85CB3

Tints of Fuchsia #C85CB3

Color information

#C85CB3 (or 0xC85CB3) is unknown color: approx Fuchsia. HEX triplet: C8, 5C and B3. RGB value is (200,92,179). Sum of RGB (Red+Green+Blue) = 200+92+179=471 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.46% from 471); Green value is 92 (36.33% from 255 or 19.53% from 471); Blue value is 179 (70.31% from 255 or 38.00% from 471); Max value from RGB is 200 - color contains mainly: red. Hex color #C85CB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85CB3 is #37A34C. Grayscale: #858585. Windows color (decimal): -3646285 or 11754696. OLE color: 11754696.

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

Color convert

RGB20092179-
CMYK00.540.100.22
HSL311.67º49.54%57.25%-
HSV(B)311.67º54%78.43%-
XYZ35.7823.1945.24-
YUV134.21153.28174.93-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.46%
GREEN value IS 92 (36.33% from 255) = 19.53%
BLUE value IS 179 (70.31% from 255) = 38.00%
R=42.46%
G=19.53%
B=38.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.10
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2009217900.540.100.22311.6749.5457.25
HexC85CB3036A161383239
Octal31013426306612264706271
Binary110010001011100101100110110110101010110100111000110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85CB3; }

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

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

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

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

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

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

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

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