#c93fbb

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

Shades of Fuchsia #C93FBB

Tints of Fuchsia #C93FBB

Color information

#C93FBB (or 0xC93FBB) is unknown color: approx Fuchsia. HEX triplet: C9, 3F and BB. RGB value is (201,63,187). Sum of RGB (Red+Green+Blue) = 201+63+187=451 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.57% from 451); Green value is 63 (25% from 255 or 13.97% from 451); Blue value is 187 (73.44% from 255 or 41.46% from 451); Max value from RGB is 201 - color contains mainly: red. Hex color #C93FBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93FBB is #36C044. Grayscale: #767676. Windows color (decimal): -3588165 or 12271561. OLE color: 12271561.

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

Color convert

RGB20163187-
CMYK00.690.070.21
HSL306.09º56.1%51.76%-
HSV(B)306.09º68.66%78.82%-
XYZ34.8319.5648.95-
YUV118.4166.72186.92-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.57%
GREEN value IS 63 (25% from 255) = 13.97%
BLUE value IS 187 (73.44% from 255) = 41.46%
R=44.57%
G=13.97%
B=41.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2016318700.690.070.21306.0956.151.76
HexC93FBB0457151323834
Octal3117727301057254627064
Binary11001001111111101110110100010111110101100110010111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c93fbb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c93fbb; }

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

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

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

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

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

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

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

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