#C85CBF

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

Shades of Fuchsia #C85CBF

Tints of Fuchsia #C85CBF

Color information

#C85CBF (or 0xC85CBF) is unknown color: approx Fuchsia. HEX triplet: C8, 5C and BF. RGB value is (200,92,191). Sum of RGB (Red+Green+Blue) = 200+92+191=483 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.41% from 483); Green value is 92 (36.33% from 255 or 19.05% from 483); Blue value is 191 (75% from 255 or 39.54% from 483); Max value from RGB is 200 - color contains mainly: red. Hex color #C85CBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85CBF is #37A340. Grayscale: #878787. Windows color (decimal): -3646273 or 12541128. OLE color: 12541128.

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

Color convert

RGB20092191-
CMYK00.540.040.22
HSL305º49.54%57.25%-
HSV(B)305º54%78.43%-
XYZ37.0523.751.91-
YUV135.58159.28173.95-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.41%
GREEN value IS 92 (36.33% from 255) = 19.05%
BLUE value IS 191 (75% from 255) = 39.54%
R=41.41%
G=19.05%
B=39.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2009219100.540.040.2230549.5457.25
HexC85CBF0364161313239
Octal3101342770664264616271
Binary11001000101110010111111011011010010110100110001110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85CBF; }

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

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

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

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

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

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

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

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