#C25BA7

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

Shades of Fuchsia #C25BA7

Tints of Fuchsia #C25BA7

Color information

#C25BA7 (or 0xC25BA7) is unknown color: approx Fuchsia. HEX triplet: C2, 5B and A7. RGB value is (194,91,167). Sum of RGB (Red+Green+Blue) = 194+91+167=452 (59% of max value = 765). Red value is 194 (76.17% from 255 or 42.92% from 452); Green value is 91 (35.94% from 255 or 20.13% from 452); Blue value is 167 (65.62% from 255 or 36.95% from 452); Max value from RGB is 194 - color contains mainly: red. Hex color #C25BA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25BA7 is #3DA458. Grayscale: #828282. Windows color (decimal): -4039769 or 10968002. OLE color: 10968002.

HSL color Cylindrical-coordinate representation of color #C25BA7: hue angle of 315.73º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C25BA7 is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.24.

Color convert

RGB19491167-
CMYK00.530.140.24
HSL315.73º45.78%55.88%-
HSV(B)315.73º53.09%76.08%-
XYZ32.9621.7439.02-
YUV130.46148.62173.32-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.92%
GREEN value IS 91 (35.94% from 255) = 20.13%
BLUE value IS 167 (65.62% from 255) = 36.95%
R=42.92%
G=20.13%
B=36.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.14
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1949116700.530.140.24315.7345.7855.88
HexC25BA7035E1813c2e38
Octal30213324706516304745670
Binary110000101011011101001110110101111011000100111100101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25BA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25BA7; }

 p { color: rgb(194,91,167); }

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

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

 a { background-color: rgb(194,91,167); }

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

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

 span { border-color: rgb(194,91,167); }

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