#C93DAD

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

Shades of Fuchsia #C93DAD

Tints of Fuchsia #C93DAD

Color information

#C93DAD (or 0xC93DAD) is unknown color: approx Fuchsia. HEX triplet: C9, 3D and AD. RGB value is (201,61,173). Sum of RGB (Red+Green+Blue) = 201+61+173=435 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.21% from 435); Green value is 61 (24.22% from 255 or 14.02% from 435); Blue value is 173 (67.97% from 255 or 39.77% from 435); Max value from RGB is 201 - color contains mainly: red. Hex color #C93DAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93DAD is #36C252. Grayscale: #737373. Windows color (decimal): -3588691 or 11353545. OLE color: 11353545.

HSL color Cylindrical-coordinate representation of color #C93DAD: hue angle of 312º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C93DAD is Cyan = 0, Magento = 0.70, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB20161173-
CMYK00.700.140.21
HSL312º56.45%51.37%-
HSV(B)312º69.65%78.82%-
XYZ33.318.7741.4-
YUV115.63160.38188.89-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 46.21%
GREEN value IS 61 (24.22% from 255) = 14.02%
BLUE value IS 173 (67.97% from 255) = 39.77%
R=46.21%
G=14.02%
B=39.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2016117300.700.140.2131256.4551.37
HexC93DAD046E151383833
Octal31175255010616254707063
Binary110010011111011010110101000110111010101100111000111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C93DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C93DAD; }

 p { color: rgb(201,61,173); }

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

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

 a { background-color: rgb(201,61,173); }

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

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

 span { border-color: rgb(201,61,173); }

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