#C52EBC

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

Shades of Fuchsia #C52EBC

Tints of Fuchsia #C52EBC

Color information

#C52EBC (or 0xC52EBC) is unknown color: approx Fuchsia. HEX triplet: C5, 2E and BC. RGB value is (197,46,188). Sum of RGB (Red+Green+Blue) = 197+46+188=431 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.71% from 431); Green value is 46 (18.36% from 255 or 10.67% from 431); Blue value is 188 (73.83% from 255 or 43.62% from 431); Max value from RGB is 197 - color contains mainly: red. Hex color #C52EBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C52EBC is #3AD143. Grayscale: #6A6A6A. Windows color (decimal): -3854660 or 12332741. OLE color: 12332741.

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

Color convert

RGB19746188-
CMYK00.770.050.23
HSL303.58º62.14%47.65%-
HSV(B)303.58º76.65%77.25%-
XYZ33.0817.4649.2-
YUV107.34173.53191.95-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.71%
GREEN value IS 46 (18.36% from 255) = 10.67%
BLUE value IS 188 (73.83% from 255) = 43.62%
R=45.71%
G=10.67%
B=43.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1974618800.770.050.23303.5862.1447.65
HexC52EBC04D5171303e30
Octal3055627401155274607660
Binary11000101101110101111000100110110110111100110000111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C52EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C52EBC; }

 p { color: rgb(197,46,188); }

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

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

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

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

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

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

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