#C251B4

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

Shades of Fuchsia #C251B4

Tints of Fuchsia #C251B4

Color information

#C251B4 (or 0xC251B4) is unknown color: approx Fuchsia. HEX triplet: C2, 51 and B4. RGB value is (194,81,180). Sum of RGB (Red+Green+Blue) = 194+81+180=455 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.64% from 455); Green value is 81 (32.03% from 255 or 17.80% from 455); Blue value is 180 (70.70% from 255 or 39.56% from 455); Max value from RGB is 194 - color contains mainly: red. Hex color #C251B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C251B4 is #3DAE4B. Grayscale: #7D7D7D. Windows color (decimal): -4042316 or 11817410. OLE color: 11817410.

HSL color Cylindrical-coordinate representation of color #C251B4: hue angle of 307.43º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C251B4 is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB19481180-
CMYK00.580.070.24
HSL307.43º48.09%53.92%-
HSV(B)307.43º58.25%76.08%-
XYZ33.4320.6545.4-
YUV126.07158.44176.45-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.64%
GREEN value IS 81 (32.03% from 255) = 17.80%
BLUE value IS 180 (70.70% from 255) = 39.56%
R=42.64%
G=17.80%
B=39.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1948118000.580.070.24307.4348.0953.92
HexC251B403A7181333036
Octal3021212640727304636066
Binary11000010101000110110100011101011111000100110011110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C251B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C251B4; }

 p { color: rgb(194,81,180); }

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

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

 a { background-color: rgb(194,81,180); }

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

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

 span { border-color: rgb(194,81,180); }

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