#C25ACA

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

Shades of Fuchsia #C25ACA

Tints of Fuchsia #C25ACA

Color information

#C25ACA (or 0xC25ACA) is unknown color: approx Fuchsia. HEX triplet: C2, 5A and CA. RGB value is (194,90,202). Sum of RGB (Red+Green+Blue) = 194+90+202=486 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.92% from 486); Green value is 90 (35.55% from 255 or 18.52% from 486); Blue value is 202 (79.30% from 255 or 41.56% from 486); Max value from RGB is 202 - color contains mainly: blue. Hex color #C25ACA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25ACA is #3DA535. Grayscale: #858585. Windows color (decimal): -4039990 or 13261506. OLE color: 13261506.

HSL color Cylindrical-coordinate representation of color #C25ACA: hue angle of 295.71º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C25ACA is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB19490202-
CMYK0.040.5500.21
HSL295.71º51.38%57.25%-
HSV(B)295.71º55.45%79.22%-
XYZ36.5623.0558.4-
YUV133.86166.46170.89-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.92%
GREEN value IS 90 (35.55% from 255) = 18.52%
BLUE value IS 202 (79.30% from 255) = 41.56%
R=39.92%
G=18.52%
B=41.56%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal194902020.040.5500.21295.7151.3857.25
HexC25ACA4370151283339
Octal3021323124670254506371
Binary11000010101101011001010100110111010101100101000110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25ACA; }

 p { color: rgb(194,90,202); }

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

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

 a { background-color: rgb(194,90,202); }

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

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

 span { border-color: rgb(194,90,202); }

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