#C534BA

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

Shades of Fuchsia #C534BA

Tints of Fuchsia #C534BA

Color information

#C534BA (or 0xC534BA) is unknown color: approx Fuchsia. HEX triplet: C5, 34 and BA. RGB value is (197,52,186). Sum of RGB (Red+Green+Blue) = 197+52+186=435 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.29% from 435); Green value is 52 (20.70% from 255 or 11.95% from 435); Blue value is 186 (73.05% from 255 or 42.76% from 435); Max value from RGB is 197 - color contains mainly: red. Hex color #C534BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C534BA is #3ACB45. Grayscale: #6E6E6E. Windows color (decimal): -3853126 or 12203205. OLE color: 12203205.

HSL color Cylindrical-coordinate representation of color #C534BA: hue angle of 304.55º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C534BA is Cyan = 0, Magento = 0.74, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB19752186-
CMYK00.740.060.23
HSL304.55º58.23%48.82%-
HSV(B)304.55º73.6%77.25%-
XYZ33.1217.8748.16-
YUV110.63170.54189.6-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.29%
GREEN value IS 52 (20.70% from 255) = 11.95%
BLUE value IS 186 (73.05% from 255) = 42.76%
R=45.29%
G=11.95%
B=42.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.06
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1975218600.740.060.23304.5558.2348.82
HexC534BA04A6171313a31
Octal3056427201126274617261
Binary11000101110100101110100100101011010111100110001111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C534BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C534BA; }

 p { color: rgb(197,52,186); }

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

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

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

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

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

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

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