#C13DAB

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

Shades of Fuchsia #C13DAB

Tints of Fuchsia #C13DAB

Color information

#C13DAB (or 0xC13DAB) is unknown color: approx Fuchsia. HEX triplet: C1, 3D and AB. RGB value is (193,61,171). Sum of RGB (Red+Green+Blue) = 193+61+171=425 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.41% from 425); Green value is 61 (24.22% from 255 or 14.35% from 425); Blue value is 171 (67.19% from 255 or 40.24% from 425); Max value from RGB is 193 - color contains mainly: red. Hex color #C13DAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13DAB is #3EC254. Grayscale: #707070. Windows color (decimal): -4112981 or 11222465. OLE color: 11222465.

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

Color convert

RGB19361171-
CMYK00.680.110.24
HSL310º51.97%49.8%-
HSV(B)310º68.39%75.69%-
XYZ31.0117.6240.29-
YUV113.01160.73185.06-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.41%
GREEN value IS 61 (24.22% from 255) = 14.35%
BLUE value IS 171 (67.19% from 255) = 40.24%
R=45.41%
G=14.35%
B=40.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1936117100.680.110.2431051.9749.8
HexC13DAB044B181363432
Octal30175253010413304666462
Binary110000011111011010101101000100101111000100110110110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13DAB; }

 p { color: rgb(193,61,171); }

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

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

 a { background-color: rgb(193,61,171); }

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

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

 span { border-color: rgb(193,61,171); }

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