#C93FB9

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

Shades of Fuchsia #C93FB9

Tints of Fuchsia #C93FB9

Color information

#C93FB9 (or 0xC93FB9) is unknown color: approx Fuchsia. HEX triplet: C9, 3F and B9. RGB value is (201,63,185). Sum of RGB (Red+Green+Blue) = 201+63+185=449 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.77% from 449); Green value is 63 (25% from 255 or 14.03% from 449); Blue value is 185 (72.66% from 255 or 41.20% from 449); Max value from RGB is 201 - color contains mainly: red. Hex color #C93FB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93FB9 is #36C046. Grayscale: #757575. Windows color (decimal): -3588167 or 12140489. OLE color: 12140489.

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

Color convert

RGB20163185-
CMYK00.690.080.21
HSL306.96º56.1%51.76%-
HSV(B)306.96º68.66%78.82%-
XYZ34.6219.4847.83-
YUV118.17165.72187.08-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.77%
GREEN value IS 63 (25% from 255) = 14.03%
BLUE value IS 185 (72.66% from 255) = 41.20%
R=44.77%
G=14.03%
B=41.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2016318500.690.080.21306.9656.151.76
HexC93FB90458151333834
Octal31177271010510254637064
Binary110010011111111011100101000101100010101100110011111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C93FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C93FB9; }

 p { color: rgb(201,63,185); }

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

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

 a { background-color: rgb(201,63,185); }

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

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

 span { border-color: rgb(201,63,185); }

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