#C25DC3

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

Shades of Fuchsia #C25DC3

Tints of Fuchsia #C25DC3

Color information

#C25DC3 (or 0xC25DC3) is unknown color: approx Fuchsia. HEX triplet: C2, 5D and C3. RGB value is (194,93,195). Sum of RGB (Red+Green+Blue) = 194+93+195=482 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.25% from 482); Green value is 93 (36.72% from 255 or 19.29% from 482); Blue value is 195 (76.56% from 255 or 40.46% from 482); Max value from RGB is 195 - color contains mainly: blue. Hex color #C25DC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25DC3 is #3DA23C. Grayscale: #868686. Windows color (decimal): -4039229 or 12803522. OLE color: 12803522.

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

Color convert

RGB19493195-
CMYK0.010.5200.24
HSL299.41º45.95%56.47%-
HSV(B)299.41º52.31%76.47%-
XYZ36.0123.2454.22-
YUV134.83161.96170.21-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.25%
GREEN value IS 93 (36.72% from 255) = 19.29%
BLUE value IS 195 (76.56% from 255) = 40.46%
R=40.25%
G=19.29%
B=40.46%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194931950.010.5200.24299.4145.9556.47
HexC25DC313401812b2e38
Octal3021353031640304535670
Binary110000101011101110000111110100011000100101011101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25DC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25DC3; }

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

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

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

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

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

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

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

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