#C251A7

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

Shades of Fuchsia #C251A7

Tints of Fuchsia #C251A7

Color information

#C251A7 (or 0xC251A7) is unknown color: approx Fuchsia. HEX triplet: C2, 51 and A7. RGB value is (194,81,167). Sum of RGB (Red+Green+Blue) = 194+81+167=442 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.89% from 442); Green value is 81 (32.03% from 255 or 18.33% from 442); Blue value is 167 (65.62% from 255 or 37.78% from 442); Max value from RGB is 194 - color contains mainly: red. Hex color #C251A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C251A7 is #3DAE58. Grayscale: #7C7C7C. Windows color (decimal): -4042329 or 10965442. OLE color: 10965442.

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

Color convert

RGB19481167-
CMYK00.580.140.24
HSL314.34º48.09%53.92%-
HSV(B)314.34º58.25%76.08%-
XYZ32.1720.1438.75-
YUV124.59151.94177.51-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.89%
GREEN value IS 81 (32.03% from 255) = 18.33%
BLUE value IS 167 (65.62% from 255) = 37.78%
R=43.89%
G=18.33%
B=37.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.14
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1948116700.580.140.24314.3448.0953.92
HexC251A703AE1813a3036
Octal30212124707216304726066
Binary110000101010001101001110111010111011000100111010110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C251A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C251A7; }

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

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

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

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

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

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

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

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