#C145CA

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

Shades of Fuchsia #C145CA

Tints of Fuchsia #C145CA

Color information

#C145CA (or 0xC145CA) is unknown color: approx Fuchsia. HEX triplet: C1, 45 and CA. RGB value is (193,69,202). Sum of RGB (Red+Green+Blue) = 193+69+202=464 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.59% from 464); Green value is 69 (27.34% from 255 or 14.87% from 464); Blue value is 202 (79.30% from 255 or 43.53% from 464); Max value from RGB is 202 - color contains mainly: blue. Hex color #C145CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C145CA is #3EBA35. Grayscale: #787878. Windows color (decimal): -4110902 or 13256129. OLE color: 13256129.

HSL color Cylindrical-coordinate representation of color #C145CA: hue angle of 295.94º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C145CA is Cyan = 0.04, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB19369202-
CMYK0.040.6600.21
HSL295.94º55.65%53.14%-
HSV(B)295.94º65.84%79.22%-
XYZ34.7819.8657.88-
YUV121.24173.58179.19-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.59%
GREEN value IS 69 (27.34% from 255) = 14.87%
BLUE value IS 202 (79.30% from 255) = 43.53%
R=41.59%
G=14.87%
B=43.53%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal193692020.040.6600.21295.9455.6553.14
HexC145CA4420151283835
Octal30110531241020254507065
Binary110000011000101110010101001000010010101100101000111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C145CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C145CA; }

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

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

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

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

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

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

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

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