#C252AC

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

Shades of Fuchsia #C252AC

Tints of Fuchsia #C252AC

Color information

#C252AC (or 0xC252AC) is unknown color: approx Fuchsia. HEX triplet: C2, 52 and AC. RGB value is (194,82,172). Sum of RGB (Red+Green+Blue) = 194+82+172=448 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.30% from 448); Green value is 82 (32.42% from 255 or 18.30% from 448); Blue value is 172 (67.58% from 255 or 38.39% from 448); Max value from RGB is 194 - color contains mainly: red. Hex color #C252AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C252AC is #3DAD53. Grayscale: #7D7D7D. Windows color (decimal): -4042068 or 11293378. OLE color: 11293378.

HSL color Cylindrical-coordinate representation of color #C252AC: hue angle of 311.79º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C252AC is Cyan = 0, Magento = 0.58, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB19482172-
CMYK00.580.110.24
HSL311.79º47.86%54.12%-
HSV(B)311.79º57.73%76.08%-
XYZ32.7120.4841.26-
YUV125.75154.11176.68-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.30%
GREEN value IS 82 (32.42% from 255) = 18.30%
BLUE value IS 172 (67.58% from 255) = 38.39%
R=43.30%
G=18.30%
B=38.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1948217200.580.110.24311.7947.8654.12
HexC252AC03AB181383036
Octal30212225407213304706066
Binary110000101010010101011000111010101111000100111000110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C252AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C252AC; }

 p { color: rgb(194,82,172); }

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

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

 a { background-color: rgb(194,82,172); }

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

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

 span { border-color: rgb(194,82,172); }

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