#C25DAB

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

Shades of Fuchsia #C25DAB

Tints of Fuchsia #C25DAB

Color information

#C25DAB (or 0xC25DAB) is unknown color: approx Fuchsia. HEX triplet: C2, 5D and AB. RGB value is (194,93,171). Sum of RGB (Red+Green+Blue) = 194+93+171=458 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.36% from 458); Green value is 93 (36.72% from 255 or 20.31% from 458); Blue value is 171 (67.19% from 255 or 37.34% from 458); Max value from RGB is 194 - color contains mainly: red. Hex color #C25DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25DAB is #3DA254. Grayscale: #838383. Windows color (decimal): -4039253 or 11230658. OLE color: 11230658.

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

Color convert

RGB19493171-
CMYK00.520.120.24
HSL313.66º45.29%56.27%-
HSV(B)313.66º52.06%76.08%-
XYZ33.5122.2441.05-
YUV132.09149.96172.16-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.36%
GREEN value IS 93 (36.72% from 255) = 20.31%
BLUE value IS 171 (67.19% from 255) = 37.34%
R=42.36%
G=20.31%
B=37.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1949317100.520.120.24313.6645.2956.27
HexC25DAB034C1813a2d38
Octal30213525306414304725570
Binary110000101011101101010110110100110011000100111010101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25DAB; }

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

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

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

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

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

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

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

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