#C95BCE

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

Shades of Fuchsia #C95BCE

Tints of Fuchsia #C95BCE

Color information

#C95BCE (or 0xC95BCE) is unknown color: approx Fuchsia. HEX triplet: C9, 5B and CE. RGB value is (201,91,206). Sum of RGB (Red+Green+Blue) = 201+91+206=498 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.36% from 498); Green value is 91 (35.94% from 255 or 18.27% from 498); Blue value is 206 (80.86% from 255 or 41.37% from 498); Max value from RGB is 206 - color contains mainly: blue. Hex color #C95BCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95BCE is #36A431. Grayscale: #888888. Windows color (decimal): -3580978 or 13523913. OLE color: 13523913.

HSL color Cylindrical-coordinate representation of color #C95BCE: hue angle of 297.39º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C95BCE is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB20191206-
CMYK0.020.5600.19
HSL297.39º53.99%58.24%-
HSV(B)297.39º55.83%80.78%-
XYZ38.9724.3661.04-
YUV137166.94173.65-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.36%
GREEN value IS 91 (35.94% from 255) = 18.27%
BLUE value IS 206 (80.86% from 255) = 41.37%
R=40.36%
G=18.27%
B=41.37%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal201912060.020.5600.19297.3953.9958.24
HexC95BCE238013129363a
Octal3111333162700234516672
Binary1100100110110111100111010111000010011100101001110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95BCE; }

 p { color: rgb(201,91,206); }

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

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

 a { background-color: rgb(201,91,206); }

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

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

 span { border-color: rgb(201,91,206); }

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