#C251A8

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

Shades of Fuchsia #C251A8

Tints of Fuchsia #C251A8

Color information

#C251A8 (or 0xC251A8) is unknown color: approx Fuchsia. HEX triplet: C2, 51 and A8. RGB value is (194,81,168). Sum of RGB (Red+Green+Blue) = 194+81+168=443 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.79% from 443); Green value is 81 (32.03% from 255 or 18.28% from 443); Blue value is 168 (66.02% from 255 or 37.92% from 443); Max value from RGB is 194 - color contains mainly: red. Hex color #C251A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C251A8 is #3DAE57. Grayscale: #7C7C7C. Windows color (decimal): -4042328 or 11030978. OLE color: 11030978.

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

Color convert

RGB19481168-
CMYK00.580.130.24
HSL313.81º48.09%53.92%-
HSV(B)313.81º58.25%76.08%-
XYZ32.2620.1839.24-
YUV124.7152.44177.43-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.79%
GREEN value IS 81 (32.03% from 255) = 18.28%
BLUE value IS 168 (66.02% from 255) = 37.92%
R=43.79%
G=18.28%
B=37.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1948116800.580.130.24313.8148.0953.92
HexC251A803AD1813a3036
Octal30212125007215304726066
Binary110000101010001101010000111010110111000100111010110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C251A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C251A8; }

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

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

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

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

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

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

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

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