#C851AA

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

Shades of Fuchsia #C851AA

Tints of Fuchsia #C851AA

Color information

#C851AA (or 0xC851AA) is unknown color: approx Fuchsia. HEX triplet: C8, 51 and AA. RGB value is (200,81,170). Sum of RGB (Red+Green+Blue) = 200+81+170=451 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.35% from 451); Green value is 81 (32.03% from 255 or 17.96% from 451); Blue value is 170 (66.80% from 255 or 37.69% from 451); Max value from RGB is 200 - color contains mainly: red. Hex color #C851AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C851AA is #37AE55. Grayscale: #7E7E7E. Windows color (decimal): -3649110 or 11162056. OLE color: 11162056.

HSL color Cylindrical-coordinate representation of color #C851AA: hue angle of 315.13º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C851AA is Cyan = 0, Magento = 0.59, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB20081170-
CMYK00.590.150.22
HSL315.13º51.97%55.1%-
HSV(B)315.13º59.5%78.43%-
XYZ34.0221.0740.3-
YUV126.73152.42180.26-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.35%
GREEN value IS 81 (32.03% from 255) = 17.96%
BLUE value IS 170 (66.80% from 255) = 37.69%
R=44.35%
G=17.96%
B=37.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2008117000.590.150.22315.1351.9755.1
HexC851AA03BF1613b3437
Octal31012125207317264736467
Binary110010001010001101010100111011111110110100111011110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C851AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C851AA; }

 p { color: rgb(200,81,170); }

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

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

 a { background-color: rgb(200,81,170); }

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

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

 span { border-color: rgb(200,81,170); }

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