#C95EBC

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

Shades of Fuchsia #C95EBC

Tints of Fuchsia #C95EBC

Color information

#C95EBC (or 0xC95EBC) is unknown color: approx Fuchsia. HEX triplet: C9, 5E and BC. RGB value is (201,94,188). Sum of RGB (Red+Green+Blue) = 201+94+188=483 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.61% from 483); Green value is 94 (37.11% from 255 or 19.46% from 483); Blue value is 188 (73.83% from 255 or 38.92% from 483); Max value from RGB is 201 - color contains mainly: red. Hex color #C95EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95EBC is #36A143. Grayscale: #888888. Windows color (decimal): -3580228 or 12345033. OLE color: 12345033.

HSL color Cylindrical-coordinate representation of color #C95EBC: hue angle of 307.29º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C95EBC is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB20194188-
CMYK00.530.060.21
HSL307.29º49.77%57.84%-
HSV(B)307.29º53.23%78.82%-
XYZ37.1724.0550.26-
YUV136.71156.95173.86-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.61%
GREEN value IS 94 (37.11% from 255) = 19.46%
BLUE value IS 188 (73.83% from 255) = 38.92%
R=41.61%
G=19.46%
B=38.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2019418800.530.060.21307.2949.7757.84
HexC95EBC035615133323a
Octal3111362740656254636272
Binary11001001101111010111100011010111010101100110011110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95EBC; }

 p { color: rgb(201,94,188); }

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

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

 a { background-color: rgb(201,94,188); }

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

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

 span { border-color: rgb(201,94,188); }

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