#C852AE

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

Shades of Fuchsia #C852AE

Tints of Fuchsia #C852AE

Color information

#C852AE (or 0xC852AE) is unknown color: approx Fuchsia. HEX triplet: C8, 52 and AE. RGB value is (200,82,174). Sum of RGB (Red+Green+Blue) = 200+82+174=456 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.86% from 456); Green value is 82 (32.42% from 255 or 17.98% from 456); Blue value is 174 (68.36% from 255 or 38.16% from 456); Max value from RGB is 200 - color contains mainly: red. Hex color #C852AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C852AE is #37AD51. Grayscale: #7F7F7F. Windows color (decimal): -3648850 or 11424456. OLE color: 11424456.

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

Color convert

RGB20082174-
CMYK00.590.130.22
HSL313.22º51.75%55.29%-
HSV(B)313.22º59%78.43%-
XYZ34.4821.3742.35-
YUV127.77154.09179.52-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.86%
GREEN value IS 82 (32.42% from 255) = 17.98%
BLUE value IS 174 (68.36% from 255) = 38.16%
R=43.86%
G=17.98%
B=38.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2008217400.590.130.22313.2251.7555.29
HexC852AE03BD161393437
Octal31012225607315264716467
Binary110010001010010101011100111011110110110100111001110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C852AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C852AE; }

 p { color: rgb(200,82,174); }

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

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

 a { background-color: rgb(200,82,174); }

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

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

 span { border-color: rgb(200,82,174); }

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