#c530c1

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

Shades of Fuchsia #C530C1

Tints of Fuchsia #C530C1

Color information

#C530C1 (or 0xC530C1) is unknown color: approx Fuchsia. HEX triplet: C5, 30 and C1. RGB value is (197,48,193). Sum of RGB (Red+Green+Blue) = 197+48+193=438 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.98% from 438); Green value is 48 (19.14% from 255 or 10.96% from 438); Blue value is 193 (75.78% from 255 or 44.06% from 438); Max value from RGB is 197 - color contains mainly: red. Hex color #C530C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C530C1 is #3ACF3E. Grayscale: #6C6C6C. Windows color (decimal): -3854143 or 12660933. OLE color: 12660933.

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

Color convert

RGB19748193-
CMYK00.760.020.23
HSL301.61º60.82%48.04%-
HSV(B)301.61º75.63%77.25%-
XYZ33.7117.8352.12-
YUV109.08175.36190.71-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.98%
GREEN value IS 48 (19.14% from 255) = 10.96%
BLUE value IS 193 (75.78% from 255) = 44.06%
R=44.98%
G=10.96%
B=44.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.02
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1974819300.760.020.23301.6160.8248.04
HexC530C104C21712e3d30
Octal3056030101142274567560
Binary1100010111000011000001010011001010111100101110111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c530c1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c530c1; }

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

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

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

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

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

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

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

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