#C143A7

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

Shades of Fuchsia #C143A7

Tints of Fuchsia #C143A7

Color information

#C143A7 (or 0xC143A7) is unknown color: approx Fuchsia. HEX triplet: C1, 43 and A7. RGB value is (193,67,167). Sum of RGB (Red+Green+Blue) = 193+67+167=427 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.20% from 427); Green value is 67 (26.56% from 255 or 15.69% from 427); Blue value is 167 (65.62% from 255 or 39.11% from 427); Max value from RGB is 193 - color contains mainly: red. Hex color #C143A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C143A7 is #3EBC58. Grayscale: #737373. Windows color (decimal): -4111449 or 10961857. OLE color: 10961857.

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

Color convert

RGB19367167-
CMYK00.650.130.24
HSL312.38º50.4%50.98%-
HSV(B)312.38º65.28%75.69%-
XYZ30.9718.1438.43-
YUV116.07156.74182.87-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.20%
GREEN value IS 67 (26.56% from 255) = 15.69%
BLUE value IS 167 (65.62% from 255) = 39.11%
R=45.20%
G=15.69%
B=39.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1936716700.650.130.24312.3850.450.98
HexC143A7041D181383233
Octal301103247010115304706263
Binary1100000110000111010011101000001110111000100111000110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C143A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C143A7; }

 p { color: rgb(193,67,167); }

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

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

 a { background-color: rgb(193,67,167); }

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

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

 span { border-color: rgb(193,67,167); }

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