#C530BE

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

Shades of Fuchsia #C530BE

Tints of Fuchsia #C530BE

Color information

#C530BE (or 0xC530BE) is unknown color: approx Fuchsia. HEX triplet: C5, 30 and BE. RGB value is (197,48,190). Sum of RGB (Red+Green+Blue) = 197+48+190=435 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.29% from 435); Green value is 48 (19.14% from 255 or 11.03% from 435); Blue value is 190 (74.61% from 255 or 43.68% from 435); Max value from RGB is 197 - color contains mainly: red. Hex color #C530BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C530BE is #3ACF41. Grayscale: #6C6C6C. Windows color (decimal): -3854146 or 12464325. OLE color: 12464325.

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

Color convert

RGB19748190-
CMYK00.760.040.23
HSL302.82º60.82%48.04%-
HSV(B)302.82º75.63%77.25%-
XYZ33.3817.750.37-
YUV108.74173.86190.95-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.29%
GREEN value IS 48 (19.14% from 255) = 11.03%
BLUE value IS 190 (74.61% from 255) = 43.68%
R=45.29%
G=11.03%
B=43.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1974819000.760.040.23302.8260.8248.04
HexC530BE04C41712f3d30
Octal3056027601144274577560
Binary11000101110000101111100100110010010111100101111111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C530BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C530BE; }

 p { color: rgb(197,48,190); }

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

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

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

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

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

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

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