#C25CBD

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

Shades of Fuchsia #C25CBD

Tints of Fuchsia #C25CBD

Color information

#C25CBD (or 0xC25CBD) is unknown color: approx Fuchsia. HEX triplet: C2, 5C and BD. RGB value is (194,92,189). Sum of RGB (Red+Green+Blue) = 194+92+189=475 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.84% from 475); Green value is 92 (36.33% from 255 or 19.37% from 475); Blue value is 189 (74.22% from 255 or 39.79% from 475); Max value from RGB is 194 - color contains mainly: red. Hex color #C25CBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25CBD is #3DA342. Grayscale: #858585. Windows color (decimal): -4039491 or 12410050. OLE color: 12410050.

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

Color convert

RGB19492189-
CMYK00.530.030.24
HSL302.94º45.54%56.08%-
HSV(B)302.94º52.58%76.08%-
XYZ35.2622.850.69-
YUV133.56159.29171.11-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.84%
GREEN value IS 92 (36.33% from 255) = 19.37%
BLUE value IS 189 (74.22% from 255) = 39.79%
R=40.84%
G=19.37%
B=39.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1949218900.530.030.24302.9445.5456.08
HexC25CBD03531812f2e38
Octal3021342750653304575670
Binary1100001010111001011110101101011111000100101111101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25CBD; }

 p { color: rgb(194,92,189); }

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

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

 a { background-color: rgb(194,92,189); }

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

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

 span { border-color: rgb(194,92,189); }

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