#C85CB9

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

Shades of Fuchsia #C85CB9

Tints of Fuchsia #C85CB9

Color information

#C85CB9 (or 0xC85CB9) is unknown color: approx Fuchsia. HEX triplet: C8, 5C and B9. RGB value is (200,92,185). Sum of RGB (Red+Green+Blue) = 200+92+185=477 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.93% from 477); Green value is 92 (36.33% from 255 or 19.29% from 477); Blue value is 185 (72.66% from 255 or 38.78% from 477); Max value from RGB is 200 - color contains mainly: red. Hex color #C85CB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85CB9 is #37A346. Grayscale: #868686. Windows color (decimal): -3646279 or 12147912. OLE color: 12147912.

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

Color convert

RGB20092185-
CMYK00.540.080.22
HSL308.33º49.54%57.25%-
HSV(B)308.33º54%78.43%-
XYZ36.423.4448.5-
YUV134.89156.28174.44-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.93%
GREEN value IS 92 (36.33% from 255) = 19.29%
BLUE value IS 185 (72.66% from 255) = 38.78%
R=41.93%
G=19.29%
B=38.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.08
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2009218500.540.080.22308.3349.5457.25
HexC85CB90368161343239
Octal31013427106610264646271
Binary110010001011100101110010110110100010110100110100110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85CB9; }

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

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

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

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

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

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

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

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