#C530C0

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

Shades of Fuchsia #C530C0

Tints of Fuchsia #C530C0

Color information

#C530C0 (or 0xC530C0) is unknown color: approx Fuchsia. HEX triplet: C5, 30 and C0. RGB value is (197,48,192). Sum of RGB (Red+Green+Blue) = 197+48+192=437 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.08% from 437); Green value is 48 (19.14% from 255 or 10.98% from 437); Blue value is 192 (75.39% from 255 or 43.94% from 437); Max value from RGB is 197 - color contains mainly: red. Hex color #C530C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C530C0 is #3ACF3F. Grayscale: #6C6C6C. Windows color (decimal): -3854144 or 12595397. OLE color: 12595397.

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

Color convert

RGB19748192-
CMYK00.760.030.23
HSL302.01º60.82%48.04%-
HSV(B)302.01º75.63%77.25%-
XYZ33.617.7951.53-
YUV108.97174.86190.79-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.08%
GREEN value IS 48 (19.14% from 255) = 10.98%
BLUE value IS 192 (75.39% from 255) = 43.94%
R=45.08%
G=10.98%
B=43.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1974819200.760.030.23302.0160.8248.04
HexC530C004C31712e3d30
Octal3056030001143274567560
Binary1100010111000011000000010011001110111100101110111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C530C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C530C0; }

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

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

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

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

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

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

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

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