#C95EBE

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

Shades of Fuchsia #C95EBE

Tints of Fuchsia #C95EBE

Color information

#C95EBE (or 0xC95EBE) is unknown color: approx Fuchsia. HEX triplet: C9, 5E and BE. RGB value is (201,94,190). Sum of RGB (Red+Green+Blue) = 201+94+190=485 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.44% from 485); Green value is 94 (37.11% from 255 or 19.38% from 485); Blue value is 190 (74.61% from 255 or 39.18% from 485); Max value from RGB is 201 - color contains mainly: red. Hex color #C95EBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95EBE is #36A141. Grayscale: #888888. Windows color (decimal): -3580226 or 12476105. OLE color: 12476105.

HSL color Cylindrical-coordinate representation of color #C95EBE: hue angle of 306.17º 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 #C95EBE is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB20194190-
CMYK00.530.050.21
HSL306.17º49.77%57.84%-
HSV(B)306.17º53.23%78.82%-
XYZ37.3824.1451.4-
YUV136.94157.95173.69-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.44%
GREEN value IS 94 (37.11% from 255) = 19.38%
BLUE value IS 190 (74.61% from 255) = 39.18%
R=41.44%
G=19.38%
B=39.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2019419000.530.050.21306.1749.7757.84
HexC95EBE035515132323a
Octal3111362760655254626272
Binary11001001101111010111110011010110110101100110010110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95EBE; }

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

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

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

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

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

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

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

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