#C130AF

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

Shades of Fuchsia #C130AF

Tints of Fuchsia #C130AF

Color information

#C130AF (or 0xC130AF) is unknown color: approx Fuchsia. HEX triplet: C1, 30 and AF. RGB value is (193,48,175). Sum of RGB (Red+Green+Blue) = 193+48+175=416 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.39% from 416); Green value is 48 (19.14% from 255 or 11.54% from 416); Blue value is 175 (68.75% from 255 or 42.07% from 416); Max value from RGB is 193 - color contains mainly: red. Hex color #C130AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C130AF is #3ECF50. Grayscale: #696969. Windows color (decimal): -4116305 or 11481281. OLE color: 11481281.

HSL color Cylindrical-coordinate representation of color #C130AF: hue angle of 307.45º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C130AF is Cyan = 0, Magento = 0.75, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB19348175-
CMYK00.750.090.24
HSL307.45º60.17%47.25%-
HSV(B)307.45º75.13%75.69%-
XYZ30.7916.5542.13-
YUV105.83167.04190.17-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.39%
GREEN value IS 48 (19.14% from 255) = 11.54%
BLUE value IS 175 (68.75% from 255) = 42.07%
R=46.39%
G=11.54%
B=42.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1934817500.750.090.24307.4560.1747.25
HexC130AF04B9181333c2f
Octal30160257011311304637457
Binary110000011100001010111101001011100111000100110011111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C130AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C130AF; }

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

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

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

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

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

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

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

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