#C251AD

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

Shades of Fuchsia #C251AD

Tints of Fuchsia #C251AD

Color information

#C251AD (or 0xC251AD) is unknown color: approx Fuchsia. HEX triplet: C2, 51 and AD. RGB value is (194,81,173). Sum of RGB (Red+Green+Blue) = 194+81+173=448 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.30% from 448); Green value is 81 (32.03% from 255 or 18.08% from 448); Blue value is 173 (67.97% from 255 or 38.62% from 448); Max value from RGB is 194 - color contains mainly: red. Hex color #C251AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C251AD is #3DAE52. Grayscale: #7D7D7D. Windows color (decimal): -4042323 or 11358658. OLE color: 11358658.

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

Color convert

RGB19481173-
CMYK00.580.110.24
HSL311.15º48.09%53.92%-
HSV(B)311.15º58.25%76.08%-
XYZ32.7320.3741.74-
YUV125.28154.94177.02-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.30%
GREEN value IS 81 (32.03% from 255) = 18.08%
BLUE value IS 173 (67.97% from 255) = 38.62%
R=43.30%
G=18.08%
B=38.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1948117300.580.110.24311.1548.0953.92
HexC251AD03AB181373036
Octal30212125507213304676066
Binary110000101010001101011010111010101111000100110111110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C251AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C251AD; }

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

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

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

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

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

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

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

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