#C93EB2

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

Shades of Fuchsia #C93EB2

Tints of Fuchsia #C93EB2

Color information

#C93EB2 (or 0xC93EB2) is unknown color: approx Fuchsia. HEX triplet: C9, 3E and B2. RGB value is (201,62,178). Sum of RGB (Red+Green+Blue) = 201+62+178=441 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.58% from 441); Green value is 62 (24.61% from 255 or 14.06% from 441); Blue value is 178 (69.92% from 255 or 40.36% from 441); Max value from RGB is 201 - color contains mainly: red. Hex color #C93EB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93EB2 is #36C14D. Grayscale: #747474. Windows color (decimal): -3588430 or 11681481. OLE color: 11681481.

HSL color Cylindrical-coordinate representation of color #C93EB2: hue angle of 309.93º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C93EB2 is Cyan = 0, Magento = 0.69, Yellow = 0.11 and Black (K on CMYK) = 0.21.

Color convert

RGB20162178-
CMYK00.690.110.21
HSL309.93º56.28%51.57%-
HSV(B)309.93º69.15%78.82%-
XYZ33.8519.0844.02-
YUV116.78162.55188.07-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 45.58%
GREEN value IS 62 (24.61% from 255) = 14.06%
BLUE value IS 178 (69.92% from 255) = 40.36%
R=45.58%
G=14.06%
B=40.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.11
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2016217800.690.110.21309.9356.2851.57
HexC93EB2045B151363834
Octal31176262010513254667064
Binary110010011111101011001001000101101110101100110110111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C93EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C93EB2; }

 p { color: rgb(201,62,178); }

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

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

 a { background-color: rgb(201,62,178); }

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

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

 span { border-color: rgb(201,62,178); }

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