#C25DA8

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

Shades of Fuchsia #C25DA8

Tints of Fuchsia #C25DA8

Color information

#C25DA8 (or 0xC25DA8) is unknown color: approx Fuchsia. HEX triplet: C2, 5D and A8. RGB value is (194,93,168). Sum of RGB (Red+Green+Blue) = 194+93+168=455 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.64% from 455); Green value is 93 (36.72% from 255 or 20.44% from 455); Blue value is 168 (66.02% from 255 or 36.92% from 455); Max value from RGB is 194 - color contains mainly: red. Hex color #C25DA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25DA8 is #3DA257. Grayscale: #838383. Windows color (decimal): -4039256 or 11034050. OLE color: 11034050.

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

Color convert

RGB19493168-
CMYK00.520.130.24
HSL315.45º45.29%56.27%-
HSV(B)315.45º52.06%76.08%-
XYZ33.2322.1339.56-
YUV131.75148.46172.4-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.64%
GREEN value IS 93 (36.72% from 255) = 20.44%
BLUE value IS 168 (66.02% from 255) = 36.92%
R=42.64%
G=20.44%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1949316800.520.130.24315.4545.2956.27
HexC25DA8034D1813b2d38
Octal30213525006415304735570
Binary110000101011101101010000110100110111000100111011101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25DA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25DA8; }

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

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

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

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

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

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

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

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