#c530bd

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

Shades of Fuchsia #C530BD

Tints of Fuchsia #C530BD

Color information

#C530BD (or 0xC530BD) is unknown color: approx Fuchsia. HEX triplet: C5, 30 and BD. RGB value is (197,48,189). Sum of RGB (Red+Green+Blue) = 197+48+189=434 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.39% from 434); Green value is 48 (19.14% from 255 or 11.06% from 434); Blue value is 189 (74.22% from 255 or 43.55% from 434); Max value from RGB is 197 - color contains mainly: red. Hex color #C530BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C530BD is #3ACF42. Grayscale: #6C6C6C. Windows color (decimal): -3854147 or 12398789. OLE color: 12398789.

HSL color Cylindrical-coordinate representation of color #C530BD: hue angle of 303.22º 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 #C530BD is Cyan = 0, Magento = 0.76, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB19748189-
CMYK00.760.040.23
HSL303.22º60.82%48.04%-
HSV(B)303.22º75.63%77.25%-
XYZ33.2717.6649.8-
YUV108.62173.36191.04-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.39%
GREEN value IS 48 (19.14% from 255) = 11.06%
BLUE value IS 189 (74.22% from 255) = 43.55%
R=45.39%
G=11.06%
B=43.55%

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
Decimal1974818900.760.040.23303.2260.8248.04
HexC530BD04C41712f3d30
Octal3056027501144274577560
Binary11000101110000101111010100110010010111100101111111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c530bd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c530bd; }

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

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

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

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

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

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

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

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