#C145AA

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

Shades of Fuchsia #C145AA

Tints of Fuchsia #C145AA

Color information

#C145AA (or 0xC145AA) is unknown color: approx Fuchsia. HEX triplet: C1, 45 and AA. RGB value is (193,69,170). Sum of RGB (Red+Green+Blue) = 193+69+170=432 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.68% from 432); Green value is 69 (27.34% from 255 or 15.97% from 432); Blue value is 170 (66.80% from 255 or 39.35% from 432); Max value from RGB is 193 - color contains mainly: red. Hex color #C145AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C145AA is #3EBA55. Grayscale: #757575. Windows color (decimal): -4110934 or 11158977. OLE color: 11158977.

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

Color convert

RGB19369170-
CMYK00.640.120.24
HSL311.13º50%51.37%-
HSV(B)311.13º64.25%75.69%-
XYZ31.3818.539.95-
YUV117.59157.58181.79-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.68%
GREEN value IS 69 (27.34% from 255) = 15.97%
BLUE value IS 170 (66.80% from 255) = 39.35%
R=44.68%
G=15.97%
B=39.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1936917000.640.120.24311.135051.37
HexC145AA040C181373233
Octal301105252010014304676263
Binary1100000110001011010101001000000110011000100110111110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C145AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C145AA; }

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

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

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

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

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

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

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

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