#C25DAD

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

Shades of Fuchsia #C25DAD

Tints of Fuchsia #C25DAD

Color information

#C25DAD (or 0xC25DAD) is unknown color: approx Fuchsia. HEX triplet: C2, 5D and AD. RGB value is (194,93,173). Sum of RGB (Red+Green+Blue) = 194+93+173=460 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.17% from 460); Green value is 93 (36.72% from 255 or 20.22% from 460); Blue value is 173 (67.97% from 255 or 37.61% from 460); Max value from RGB is 194 - color contains mainly: red. Hex color #C25DAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25DAD is #3DA252. Grayscale: #848484. Windows color (decimal): -4039251 or 11361730. OLE color: 11361730.

HSL color Cylindrical-coordinate representation of color #C25DAD: hue angle of 312.48º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C25DAD is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB19493173-
CMYK00.520.110.24
HSL312.48º45.29%56.27%-
HSV(B)312.48º52.06%76.08%-
XYZ33.7122.3242.07-
YUV132.32150.96172-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.17%
GREEN value IS 93 (36.72% from 255) = 20.22%
BLUE value IS 173 (67.97% from 255) = 37.61%
R=42.17%
G=20.22%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1949317300.520.110.24312.4845.2956.27
HexC25DAD034B181382d38
Octal30213525506413304705570
Binary110000101011101101011010110100101111000100111000101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25DAD; }

 p { color: rgb(194,93,173); }

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

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

 a { background-color: rgb(194,93,173); }

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

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

 span { border-color: rgb(194,93,173); }

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