#C95DAF

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

Shades of Fuchsia #C95DAF

Tints of Fuchsia #C95DAF

Color information

#C95DAF (or 0xC95DAF) is unknown color: approx Fuchsia. HEX triplet: C9, 5D and AF. RGB value is (201,93,175). Sum of RGB (Red+Green+Blue) = 201+93+175=469 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.86% from 469); Green value is 93 (36.72% from 255 or 19.83% from 469); Blue value is 175 (68.75% from 255 or 37.31% from 469); Max value from RGB is 201 - color contains mainly: red. Hex color #C95DAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95DAF is #36A250. Grayscale: #868686. Windows color (decimal): -3580497 or 11492809. OLE color: 11492809.

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

Color convert

RGB20193175-
CMYK00.540.130.21
HSL314.44º50%57.65%-
HSV(B)314.44º53.73%78.82%-
XYZ35.7423.3443.18-
YUV134.64150.78175.33-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.86%
GREEN value IS 93 (36.72% from 255) = 19.83%
BLUE value IS 175 (68.75% from 255) = 37.31%
R=42.86%
G=19.83%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2019317500.540.130.21314.445057.65
HexC95DAF036D1513a323a
Octal31113525706615254726272
Binary110010011011101101011110110110110110101100111010110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95DAF; }

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

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

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

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

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

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

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

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