#C13DA8

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

Shades of Fuchsia #C13DA8

Tints of Fuchsia #C13DA8

Color information

#C13DA8 (or 0xC13DA8) is unknown color: approx Fuchsia. HEX triplet: C1, 3D and A8. RGB value is (193,61,168). Sum of RGB (Red+Green+Blue) = 193+61+168=422 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.73% from 422); Green value is 61 (24.22% from 255 or 14.45% from 422); Blue value is 168 (66.02% from 255 or 39.81% from 422); Max value from RGB is 193 - color contains mainly: red. Hex color #C13DA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13DA8 is #3EC257. Grayscale: #707070. Windows color (decimal): -4112984 or 11025857. OLE color: 11025857.

HSL color Cylindrical-coordinate representation of color #C13DA8: hue angle of 311.36º 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 #C13DA8 is Cyan = 0, Magento = 0.68, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB19361168-
CMYK00.680.130.24
HSL311.36º51.97%49.8%-
HSV(B)311.36º68.39%75.69%-
XYZ30.7317.538.8-
YUV112.67159.23185.3-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.73%
GREEN value IS 61 (24.22% from 255) = 14.45%
BLUE value IS 168 (66.02% from 255) = 39.81%
R=45.73%
G=14.45%
B=39.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1936116800.680.130.24311.3651.9749.8
HexC13DA8044D181373432
Octal30175250010415304676462
Binary110000011111011010100001000100110111000100110111110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13DA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13DA8; }

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

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

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

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

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

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

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

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