#C532CC

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

Shades of Fuchsia #C532CC

Tints of Fuchsia #C532CC

Color information

#C532CC (or 0xC532CC) is unknown color: approx Fuchsia. HEX triplet: C5, 32 and CC. RGB value is (197,50,204). Sum of RGB (Red+Green+Blue) = 197+50+204=451 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.68% from 451); Green value is 50 (19.92% from 255 or 11.09% from 451); Blue value is 204 (80.08% from 255 or 45.23% from 451); Max value from RGB is 204 - color contains mainly: blue. Hex color #C532CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C532CC is #3ACD33. Grayscale: #6F6F6F. Windows color (decimal): -3853620 or 13382341. OLE color: 13382341.

HSL color Cylindrical-coordinate representation of color #C532CC: hue angle of 297.27º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C532CC is Cyan = 0.03, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB19750204-
CMYK0.030.7500.2
HSL297.27º60.63%49.8%-
HSV(B)297.27º75.49%80%-
XYZ35.0718.5158.85-
YUV111.51180.2188.98-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.68%
GREEN value IS 50 (19.92% from 255) = 11.09%
BLUE value IS 204 (80.08% from 255) = 45.23%
R=43.68%
G=11.09%
B=45.23%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal197502040.030.7500.2297.2760.6349.8
HexC532CC34B0141293d32
Octal3056231431130244517562
Binary1100010111001011001100111001011010100100101001111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C532CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C532CC; }

 p { color: rgb(197,50,204); }

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

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

 a { background-color: rgb(197,50,204); }

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

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

 span { border-color: rgb(197,50,204); }

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