#C536CA

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

Shades of Fuchsia #C536CA

Tints of Fuchsia #C536CA

Color information

#C536CA (or 0xC536CA) is unknown color: approx Fuchsia. HEX triplet: C5, 36 and CA. RGB value is (197,54,202). Sum of RGB (Red+Green+Blue) = 197+54+202=453 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.49% from 453); Green value is 54 (21.48% from 255 or 11.92% from 453); Blue value is 202 (79.30% from 255 or 44.59% from 453); Max value from RGB is 202 - color contains mainly: blue. Hex color #C536CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C536CA is #3AC935. Grayscale: #717171. Windows color (decimal): -3852598 or 13252293. OLE color: 13252293.

HSL color Cylindrical-coordinate representation of color #C536CA: hue angle of 297.97º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C536CA is Cyan = 0.02, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB19754202-
CMYK0.020.7300.21
HSL297.97º58.27%50.2%-
HSV(B)297.97º73.27%79.22%-
XYZ35.0118.7757.66-
YUV113.63177.88187.47-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.49%
GREEN value IS 54 (21.48% from 255) = 11.92%
BLUE value IS 202 (79.30% from 255) = 44.59%
R=43.49%
G=11.92%
B=44.59%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal197542020.020.7300.21297.9758.2750.2
HexC536CA24901512a3a32
Octal3056631221110254527262
Binary1100010111011011001010101001001010101100101010111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C536CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C536CA; }

 p { color: rgb(197,54,202); }

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

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

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

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

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

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

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