#C25EA8

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

Shades of Fuchsia #C25EA8

Tints of Fuchsia #C25EA8

Color information

#C25EA8 (or 0xC25EA8) is unknown color: approx Fuchsia. HEX triplet: C2, 5E and A8. RGB value is (194,94,168). Sum of RGB (Red+Green+Blue) = 194+94+168=456 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.54% from 456); Green value is 94 (37.11% from 255 or 20.61% from 456); Blue value is 168 (66.02% from 255 or 36.84% from 456); Max value from RGB is 194 - color contains mainly: red. Hex color #C25EA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25EA8 is #3DA157. Grayscale: #848484. Windows color (decimal): -4039000 or 11034306. OLE color: 11034306.

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

Color convert

RGB19494168-
CMYK00.520.130.24
HSL315.6º45.05%56.47%-
HSV(B)315.6º51.55%76.08%-
XYZ33.3222.339.59-
YUV132.34148.13171.98-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.54%
GREEN value IS 94 (37.11% from 255) = 20.61%
BLUE value IS 168 (66.02% from 255) = 36.84%
R=42.54%
G=20.61%
B=36.84%

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
Decimal1949416800.520.130.24315.645.0556.47
HexC25EA8034D1813c2d38
Octal30213625006415304745570
Binary110000101011110101010000110100110111000100111100101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25EA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25EA8; }

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

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

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

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

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

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

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

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