#C85CBA

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

Shades of Fuchsia #C85CBA

Tints of Fuchsia #C85CBA

Color information

#C85CBA (or 0xC85CBA) is unknown color: approx Fuchsia. HEX triplet: C8, 5C and BA. RGB value is (200,92,186). Sum of RGB (Red+Green+Blue) = 200+92+186=478 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.84% from 478); Green value is 92 (36.33% from 255 or 19.25% from 478); Blue value is 186 (73.05% from 255 or 38.91% from 478); Max value from RGB is 200 - color contains mainly: red. Hex color #C85CBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85CBA is #37A345. Grayscale: #868686. Windows color (decimal): -3646278 or 12213448. OLE color: 12213448.

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

Color convert

RGB20092186-
CMYK00.540.070.22
HSL307.78º49.54%57.25%-
HSV(B)307.78º54%78.43%-
XYZ36.5123.4849.06-
YUV135.01156.78174.36-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.84%
GREEN value IS 92 (36.33% from 255) = 19.25%
BLUE value IS 186 (73.05% from 255) = 38.91%
R=41.84%
G=19.25%
B=38.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2009218600.540.070.22307.7849.5457.25
HexC85CBA0367161343239
Octal3101342720667264646271
Binary11001000101110010111010011011011110110100110100110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85CBA; }

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

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

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

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

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

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

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

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