#C452AD

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

Shades of Fuchsia #C452AD

Tints of Fuchsia #C452AD

Color information

#C452AD (or 0xC452AD) is unknown color: approx Fuchsia. HEX triplet: C4, 52 and AD. RGB value is (196,82,173). Sum of RGB (Red+Green+Blue) = 196+82+173=451 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.46% from 451); Green value is 82 (32.42% from 255 or 18.18% from 451); Blue value is 173 (67.97% from 255 or 38.36% from 451); Max value from RGB is 196 - color contains mainly: red. Hex color #C452AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C452AD is #3BAD52. Grayscale: #7E7E7E. Windows color (decimal): -3910995 or 11358916. OLE color: 11358916.

HSL color Cylindrical-coordinate representation of color #C452AD: hue angle of 312.11º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C452AD is Cyan = 0, Magento = 0.58, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB19682173-
CMYK00.580.120.23
HSL312.11º49.14%54.51%-
HSV(B)312.11º58.16%76.86%-
XYZ33.3320.7941.79-
YUV126.46154.27177.6-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.46%
GREEN value IS 82 (32.42% from 255) = 18.18%
BLUE value IS 173 (67.97% from 255) = 38.36%
R=43.46%
G=18.18%
B=38.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1968217300.580.120.23312.1149.1454.51
HexC452AD03AC171383137
Octal30412225507214274706167
Binary110001001010010101011010111010110010111100111000110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C452AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C452AD; }

 p { color: rgb(196,82,173); }

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

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

 a { background-color: rgb(196,82,173); }

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

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

 span { border-color: rgb(196,82,173); }

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