#C52CC5

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

Shades of Fuchsia #C52CC5

Tints of Fuchsia #C52CC5

Color information

#C52CC5 (or 0xC52CC5) is unknown color: approx Fuchsia. HEX triplet: C5, 2C and C5. RGB value is (197,44,197). Sum of RGB (Red+Green+Blue) = 197+44+197=438 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.98% from 438); Green value is 44 (17.58% from 255 or 10.05% from 438); Blue value is 197 (77.34% from 255 or 44.98% from 438); Max value from RGB is 197 - color contains mainly: red, blue. Hex color #C52CC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C52CC5 is #3AD33A. Grayscale: #6A6A6A. Windows color (decimal): -3855163 or 12922053. OLE color: 12922053.

HSL color Cylindrical-coordinate representation of color #C52CC5: hue angle of 300º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C52CC5 is Cyan = 0, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB19744197-
CMYK00.7800.23
HSL300º63.49%47.25%-
HSV(B)300º77.66%77.25%-
XYZ3417.754.45-
YUV107.19178.69192.06-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.98%
GREEN value IS 44 (17.58% from 255) = 10.05%
BLUE value IS 197 (77.34% from 255) = 44.98%
R=44.98%
G=10.05%
B=44.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1974419700.7800.2330063.4947.25
HexC52CC504E01712c3f2f
Octal3055430501160274547757
Binary110001011011001100010101001110010111100101100111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C52CC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C52CC5; }

 p { color: rgb(197,44,197); }

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

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

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

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

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

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

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