#C452AF

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

Shades of Fuchsia #C452AF

Tints of Fuchsia #C452AF

Color information

#C452AF (or 0xC452AF) is unknown color: approx Fuchsia. HEX triplet: C4, 52 and AF. RGB value is (196,82,175). Sum of RGB (Red+Green+Blue) = 196+82+175=453 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.27% from 453); Green value is 82 (32.42% from 255 or 18.10% from 453); Blue value is 175 (68.75% from 255 or 38.63% from 453); Max value from RGB is 196 - color contains mainly: red. Hex color #C452AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C452AF is #3BAD50. Grayscale: #7E7E7E. Windows color (decimal): -3910993 or 11489988. OLE color: 11489988.

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

Color convert

RGB19682175-
CMYK00.580.110.23
HSL311.05º49.14%54.51%-
HSV(B)311.05º58.16%76.86%-
XYZ33.5220.8742.82-
YUV126.69155.27177.44-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.27%
GREEN value IS 82 (32.42% from 255) = 18.10%
BLUE value IS 175 (68.75% from 255) = 38.63%
R=43.27%
G=18.10%
B=38.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1968217500.580.110.23311.0549.1454.51
HexC452AF03AB171373137
Octal30412225707213274676167
Binary110001001010010101011110111010101110111100110111110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C452AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C452AF; }

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

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

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

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

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

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

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

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