#C93DAF

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

Shades of Fuchsia #C93DAF

Tints of Fuchsia #C93DAF

Color information

#C93DAF (or 0xC93DAF) is unknown color: approx Fuchsia. HEX triplet: C9, 3D and AF. RGB value is (201,61,175). Sum of RGB (Red+Green+Blue) = 201+61+175=437 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.00% from 437); Green value is 61 (24.22% from 255 or 13.96% from 437); Blue value is 175 (68.75% from 255 or 40.05% from 437); Max value from RGB is 201 - color contains mainly: red. Hex color #C93DAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93DAF is #36C250. Grayscale: #737373. Windows color (decimal): -3588689 or 11484617. OLE color: 11484617.

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

Color convert

RGB20161175-
CMYK00.700.130.21
HSL311.14º56.45%51.37%-
HSV(B)311.14º69.65%78.82%-
XYZ33.4918.8542.43-
YUV115.86161.38188.73-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 46.00%
GREEN value IS 61 (24.22% from 255) = 13.96%
BLUE value IS 175 (68.75% from 255) = 40.05%
R=46.00%
G=13.96%
B=40.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2016117500.700.130.21311.1456.4551.37
HexC93DAF046D151373833
Octal31175257010615254677063
Binary110010011111011010111101000110110110101100110111111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C93DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C93DAF; }

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

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

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

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

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

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

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

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