#C25DAF

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

Shades of Fuchsia #C25DAF

Tints of Fuchsia #C25DAF

Color information

#C25DAF (or 0xC25DAF) is unknown color: approx Fuchsia. HEX triplet: C2, 5D and AF. RGB value is (194,93,175). Sum of RGB (Red+Green+Blue) = 194+93+175=462 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.99% from 462); Green value is 93 (36.72% from 255 or 20.13% from 462); Blue value is 175 (68.75% from 255 or 37.88% from 462); Max value from RGB is 194 - color contains mainly: red. Hex color #C25DAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25DAF is #3DA250. Grayscale: #848484. Windows color (decimal): -4039249 or 11492802. OLE color: 11492802.

HSL color Cylindrical-coordinate representation of color #C25DAF: hue angle of 311.29º 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 #C25DAF is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB19493175-
CMYK00.520.100.24
HSL311.29º45.29%56.27%-
HSV(B)311.29º52.06%76.08%-
XYZ33.922.3943.09-
YUV132.55151.96171.83-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.99%
GREEN value IS 93 (36.72% from 255) = 20.13%
BLUE value IS 175 (68.75% from 255) = 37.88%
R=41.99%
G=20.13%
B=37.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1949317500.520.100.24311.2945.2956.27
HexC25DAF034A181372d38
Octal30213525706412304675570
Binary110000101011101101011110110100101011000100110111101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25DAF; }

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

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

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

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

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

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

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

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