#C452AA

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

Shades of Fuchsia #C452AA

Tints of Fuchsia #C452AA

Color information

#C452AA (or 0xC452AA) is unknown color: approx Fuchsia. HEX triplet: C4, 52 and AA. RGB value is (196,82,170). Sum of RGB (Red+Green+Blue) = 196+82+170=448 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.75% from 448); Green value is 82 (32.42% from 255 or 18.30% from 448); Blue value is 170 (66.80% from 255 or 37.95% from 448); Max value from RGB is 196 - color contains mainly: red. Hex color #C452AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C452AA is #3BAD55. Grayscale: #7D7D7D. Windows color (decimal): -3910998 or 11162308. OLE color: 11162308.

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

Color convert

RGB19682170-
CMYK00.580.130.23
HSL313.68º49.14%54.51%-
HSV(B)313.68º58.16%76.86%-
XYZ33.0420.6740.28-
YUV126.12152.77177.84-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.75%
GREEN value IS 82 (32.42% from 255) = 18.30%
BLUE value IS 170 (66.80% from 255) = 37.95%
R=43.75%
G=18.30%
B=37.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1968217000.580.130.23313.6849.1454.51
HexC452AA03AD1713a3137
Octal30412225207215274726167
Binary110001001010010101010100111010110110111100111010110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C452AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C452AA; }

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

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

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

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

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

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

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

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