#C352AD

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

Shades of Fuchsia #C352AD

Tints of Fuchsia #C352AD

Color information

#C352AD (or 0xC352AD) is unknown color: approx Fuchsia. HEX triplet: C3, 52 and AD. RGB value is (195,82,173). Sum of RGB (Red+Green+Blue) = 195+82+173=450 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.33% from 450); Green value is 82 (32.42% from 255 or 18.22% from 450); Blue value is 173 (67.97% from 255 or 38.44% from 450); Max value from RGB is 195 - color contains mainly: red. Hex color #C352AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C352AD is #3CAD52. Grayscale: #7D7D7D. Windows color (decimal): -3976531 or 11358915. OLE color: 11358915.

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

Color convert

RGB19582173-
CMYK00.580.110.24
HSL311.68º48.5%54.31%-
HSV(B)311.68º57.95%76.47%-
XYZ33.0720.6541.78-
YUV126.16154.44177.1-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.33%
GREEN value IS 82 (32.42% from 255) = 18.22%
BLUE value IS 173 (67.97% from 255) = 38.44%
R=43.33%
G=18.22%
B=38.44%

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
Decimal1958217300.580.110.24311.6848.554.31
HexC352AD03AB181383036
Octal30312225507213304706066
Binary110000111010010101011010111010101111000100111000110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C352AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C352AD; }

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

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

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

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

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

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

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

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