#C135AC

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

Shades of Fuchsia #C135AC

Tints of Fuchsia #C135AC

Color information

#C135AC (or 0xC135AC) is unknown color: approx Fuchsia. HEX triplet: C1, 35 and AC. RGB value is (193,53,172). Sum of RGB (Red+Green+Blue) = 193+53+172=418 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.17% from 418); Green value is 53 (21.09% from 255 or 12.68% from 418); Blue value is 172 (67.58% from 255 or 41.15% from 418); Max value from RGB is 193 - color contains mainly: red. Hex color #C135AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C135AC is #3ECA53. Grayscale: #6C6C6C. Windows color (decimal): -4115028 or 11285953. OLE color: 11285953.

HSL color Cylindrical-coordinate representation of color #C135AC: hue angle of 309º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C135AC is Cyan = 0, Magento = 0.73, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB19353172-
CMYK00.730.110.24
HSL309º56.91%48.24%-
HSV(B)309º72.54%75.69%-
XYZ30.7116.8640.67-
YUV108.43163.88188.32-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.17%
GREEN value IS 53 (21.09% from 255) = 12.68%
BLUE value IS 172 (67.58% from 255) = 41.15%
R=46.17%
G=12.68%
B=41.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1935317200.730.110.2430956.9148.24
HexC135AC049B181353930
Octal30165254011113304657160
Binary110000011101011010110001001001101111000100110101111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C135AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C135AC; }

 p { color: rgb(193,53,172); }

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

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

 a { background-color: rgb(193,53,172); }

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

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

 span { border-color: rgb(193,53,172); }

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