#C952AE

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

Shades of Fuchsia #C952AE

Tints of Fuchsia #C952AE

Color information

#C952AE (or 0xC952AE) is unknown color: approx Fuchsia. HEX triplet: C9, 52 and AE. RGB value is (201,82,174). Sum of RGB (Red+Green+Blue) = 201+82+174=457 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.98% from 457); Green value is 82 (32.42% from 255 or 17.94% from 457); Blue value is 174 (68.36% from 255 or 38.07% from 457); Max value from RGB is 201 - color contains mainly: red. Hex color #C952AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C952AE is #36AD51. Grayscale: #7F7F7F. Windows color (decimal): -3583314 or 11424457. OLE color: 11424457.

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

Color convert

RGB20182174-
CMYK00.590.130.21
HSL313.61º52.42%55.49%-
HSV(B)313.61º59.2%78.82%-
XYZ34.7421.5142.36-
YUV128.07153.92180.02-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.98%
GREEN value IS 82 (32.42% from 255) = 17.94%
BLUE value IS 174 (68.36% from 255) = 38.07%
R=43.98%
G=17.94%
B=38.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2018217400.590.130.21313.6152.4255.49
HexC952AE03BD1513a3437
Octal31112225607315254726467
Binary110010011010010101011100111011110110101100111010110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C952AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C952AE; }

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

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

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

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

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

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

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

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