#C25DCB

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

Shades of Fuchsia #C25DCB

Tints of Fuchsia #C25DCB

Color information

#C25DCB (or 0xC25DCB) is unknown color: approx Fuchsia. HEX triplet: C2, 5D and CB. RGB value is (194,93,203). Sum of RGB (Red+Green+Blue) = 194+93+203=490 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.59% from 490); Green value is 93 (36.72% from 255 or 18.98% from 490); Blue value is 203 (79.69% from 255 or 41.43% from 490); Max value from RGB is 203 - color contains mainly: blue. Hex color #C25DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25DCB is #3DA234. Grayscale: #878787. Windows color (decimal): -4039221 or 13327810. OLE color: 13327810.

HSL color Cylindrical-coordinate representation of color #C25DCB: hue angle of 295.09º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C25DCB is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB19493203-
CMYK0.040.5400.20
HSL295.09º51.4%58.04%-
HSV(B)295.09º54.19%79.61%-
XYZ36.9423.6159.11-
YUV135.74165.96169.56-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.59%
GREEN value IS 93 (36.72% from 255) = 18.98%
BLUE value IS 203 (79.69% from 255) = 41.43%
R=39.59%
G=18.98%
B=41.43%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal194932030.040.5400.20295.0951.458.04
HexC25DCB436014127333a
Octal3021353134660244476372
Binary11000010101110111001011100110110010100100100111110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25DCB; }

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

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

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

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

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

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

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

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