#C146CA

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

Shades of Fuchsia #C146CA

Tints of Fuchsia #C146CA

Color information

#C146CA (or 0xC146CA) is unknown color: approx Fuchsia. HEX triplet: C1, 46 and CA. RGB value is (193,70,202). Sum of RGB (Red+Green+Blue) = 193+70+202=465 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.51% from 465); Green value is 70 (27.73% from 255 or 15.05% from 465); Blue value is 202 (79.30% from 255 or 43.44% from 465); Max value from RGB is 202 - color contains mainly: blue. Hex color #C146CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C146CA is #3EB935. Grayscale: #797979. Windows color (decimal): -4110646 or 13256385. OLE color: 13256385.

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

Color convert

RGB19370202-
CMYK0.040.6500.21
HSL295.91º55.46%53.33%-
HSV(B)295.91º65.35%79.22%-
XYZ34.8419.9857.9-
YUV121.82173.25178.77-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.51%
GREEN value IS 70 (27.73% from 255) = 15.05%
BLUE value IS 202 (79.30% from 255) = 43.44%
R=41.51%
G=15.05%
B=43.44%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal193702020.040.6500.21295.9155.4653.33
HexC146CA4410151283735
Octal30110631241010254506765
Binary110000011000110110010101001000001010101100101000110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C146CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C146CA; }

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

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

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

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

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

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

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

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