#C95DAB

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

Shades of Fuchsia #C95DAB

Tints of Fuchsia #C95DAB

Color information

#C95DAB (or 0xC95DAB) is unknown color: approx Fuchsia. HEX triplet: C9, 5D and AB. RGB value is (201,93,171). Sum of RGB (Red+Green+Blue) = 201+93+171=465 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.23% from 465); Green value is 93 (36.72% from 255 or 20% from 465); Blue value is 171 (67.19% from 255 or 36.77% from 465); Max value from RGB is 201 - color contains mainly: red. Hex color #C95DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95DAB is #36A254. Grayscale: #858585. Windows color (decimal): -3580501 or 11230665. OLE color: 11230665.

HSL color Cylindrical-coordinate representation of color #C95DAB: hue angle of 316.67º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C95DAB is Cyan = 0, Magento = 0.54, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB20193171-
CMYK00.540.150.21
HSL316.67º50%57.65%-
HSV(B)316.67º53.73%78.82%-
XYZ35.3523.1941.14-
YUV134.18148.78175.66-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.23%
GREEN value IS 93 (36.72% from 255) = 20%
BLUE value IS 171 (67.19% from 255) = 36.77%
R=43.23%
G=20%
B=36.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2019317100.540.150.21316.675057.65
HexC95DAB036F1513d323a
Octal31113525306617254756272
Binary110010011011101101010110110110111110101100111101110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95DAB; }

 p { color: rgb(201,93,171); }

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

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

 a { background-color: rgb(201,93,171); }

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

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

 span { border-color: rgb(201,93,171); }

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