#C52AC6

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

Shades of Fuchsia #C52AC6

Tints of Fuchsia #C52AC6

Color information

#C52AC6 (or 0xC52AC6) is unknown color: approx Fuchsia. HEX triplet: C5, 2A and C6. RGB value is (197,42,198). Sum of RGB (Red+Green+Blue) = 197+42+198=437 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.08% from 437); Green value is 42 (16.80% from 255 or 9.61% from 437); Blue value is 198 (77.73% from 255 or 45.31% from 437); Max value from RGB is 198 - color contains mainly: blue. Hex color #C52AC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C52AC6 is #3AD539. Grayscale: #696969. Windows color (decimal): -3855674 or 12987077. OLE color: 12987077.

HSL color Cylindrical-coordinate representation of color #C52AC6: hue angle of 299.62º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C52AC6 is Cyan = 0.01, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB19742198-
CMYK0.010.7900.22
HSL299.62º65%47.06%-
HSV(B)299.62º78.79%77.65%-
XYZ34.0517.655.03-
YUV106.13179.85192.82-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.08%
GREEN value IS 42 (16.80% from 255) = 9.61%
BLUE value IS 198 (77.73% from 255) = 45.31%
R=45.08%
G=9.61%
B=45.31%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal197421980.010.7900.22299.626547.06
HexC52AC614F01612c412f
Octal30552306111702645410157
Binary1100010110101011000110110011110101101001011001000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C52AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C52AC6; }

 p { color: rgb(197,42,198); }

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

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

 a { background-color: rgb(197,42,198); }

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

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

 span { border-color: rgb(197,42,198); }

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