#C142AA

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

Shades of Fuchsia #C142AA

Tints of Fuchsia #C142AA

Color information

#C142AA (or 0xC142AA) is unknown color: approx Fuchsia. HEX triplet: C1, 42 and AA. RGB value is (193,66,170). Sum of RGB (Red+Green+Blue) = 193+66+170=429 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.99% from 429); Green value is 66 (26.17% from 255 or 15.38% from 429); Blue value is 170 (66.80% from 255 or 39.63% from 429); Max value from RGB is 193 - color contains mainly: red. Hex color #C142AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C142AA is #3EBD55. Grayscale: #737373. Windows color (decimal): -4111702 or 11158209. OLE color: 11158209.

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

Color convert

RGB19366170-
CMYK00.660.120.24
HSL310.87º50.6%50.78%-
HSV(B)310.87º65.8%75.69%-
XYZ31.218.1439.89-
YUV115.83158.58183.04-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.99%
GREEN value IS 66 (26.17% from 255) = 15.38%
BLUE value IS 170 (66.80% from 255) = 39.63%
R=44.99%
G=15.38%
B=39.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1936617000.660.120.24310.8750.650.78
HexC142AA042C181373333
Octal301102252010214304676363
Binary1100000110000101010101001000010110011000100110111110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C142AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C142AA; }

 p { color: rgb(193,66,170); }

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

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

 a { background-color: rgb(193,66,170); }

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

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

 span { border-color: rgb(193,66,170); }

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